mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Increase size of proto fields to uint16_t, add common default value
This commit is contained in:
parent
f762a45e83
commit
d0896e81d6
36 changed files with 110 additions and 110 deletions
2
src/IP.h
2
src/IP.h
|
@ -36,6 +36,8 @@ class FragReassembler;
|
|||
#define IPPROTO_MOBILITY 135
|
||||
#endif
|
||||
|
||||
constexpr uint16_t UNKNOWN_IP_PROTO = 65535;
|
||||
|
||||
struct ip6_mobility {
|
||||
uint8_t ip6mob_payload;
|
||||
uint8_t ip6mob_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue