mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Changing the HTTP's analyzers internals to use 64-bit integers.
(Gregor Maier). This is the patch from #326, plus some cleanup.
This commit is contained in:
parent
80376653c2
commit
714289bd13
13 changed files with 56 additions and 62 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
u_char msg_type;
|
||||
u_char msg_ttl;
|
||||
char payload[GNUTELLA_MAX_PAYLOAD];
|
||||
int payload_len;
|
||||
unsigned int payload_len;
|
||||
unsigned int payload_left;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue