mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Fix some hashing bugs resulting from adaptation of new IPAddr class.
This commit is contained in:
parent
2e2f8f5d06
commit
1f58ac875b
6 changed files with 24 additions and 25 deletions
|
@ -50,8 +50,8 @@ struct ConnID {
|
|||
|
||||
// The structure used internally for hashing.
|
||||
struct Key {
|
||||
IPAddr ip1;
|
||||
IPAddr ip2;
|
||||
uint32 ip1[4];
|
||||
uint32 ip2[4];
|
||||
uint16 port1;
|
||||
uint16 port2;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue