mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Deprecate the internal int/uint types in favor of the cstdint types they were based on
This commit is contained in:
parent
18e4976c6c
commit
54752ef9a1
218 changed files with 1331 additions and 1323 deletions
|
@ -650,7 +650,7 @@ void IRC_Analyzer::DeliverStream(int length, const u_char* line, bool orig)
|
|||
}
|
||||
|
||||
// Calculate IP address.
|
||||
uint32 raw_ip = 0;
|
||||
uint32_t raw_ip = 0;
|
||||
for ( unsigned int i = 0; i < parts[3].size(); ++i )
|
||||
{
|
||||
string s = parts[3].substr(i, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue