mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Extending conn_id with a globally unique identifiers.
This commit is contained in:
parent
0f854315e9
commit
881071cc99
6 changed files with 73 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#define UHASH_KEY_SIZE 32
|
||||
|
||||
typedef unsigned int hash_t;
|
||||
typedef uint64 hash_t;
|
||||
|
||||
typedef enum {
|
||||
HASH_KEY_INT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue