mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Refactoring various usages of new IPAddr class.
Reducing number of places that internal representation was exposed via GetBytes/CopyIPv6. Also fixed a bug in remask_addr bif.
This commit is contained in:
parent
d887eb3178
commit
d7dafe2fe2
24 changed files with 301 additions and 267 deletions
|
@ -65,7 +65,7 @@ PacketSortElement::PacketSortElement(PktSrc* arg_src,
|
|||
|
||||
payload_length = ip_hdr->PayloadLen() - tp->th_off * 4;
|
||||
|
||||
key = id.BuildConnKey();
|
||||
key = BuildConnIDHashKey(id);
|
||||
|
||||
is_tcp = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue