Increase size of proto fields to uint16_t, add common default value

This commit is contained in:
Tim Wojtulewicz 2024-11-07 11:04:04 -07:00
parent f762a45e83
commit d0896e81d6
36 changed files with 110 additions and 110 deletions

View file

@ -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;