mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
IP_Hdr: take length value as uint64_t instead of int
This commit is contained in:
parent
8e078299eb
commit
7e66261fd9
2 changed files with 7 additions and 6 deletions
|
@ -536,7 +536,8 @@ IPv6_Hdr_Chain::~IPv6_Hdr_Chain()
|
|||
delete finalDst;
|
||||
}
|
||||
|
||||
void IPv6_Hdr_Chain::Init(const struct ip6_hdr* ip6, int total_len, bool set_next, uint16_t next)
|
||||
void IPv6_Hdr_Chain::Init(const struct ip6_hdr* ip6, uint64_t total_len, bool set_next,
|
||||
uint16_t next)
|
||||
{
|
||||
length = 0;
|
||||
uint8_t current_type, next_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue