Class Base (1.18.0)

Base(value)

The base relative to which 'offset' is measured. Possible values are: - IPV4: Points to the beginning of the IPv4 header.

  • IPV6: Points to the beginning of the IPv6 header. - TCP: Points to the beginning of the TCP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. - UDP: Points to the beginning of the UDP header, skipping over any IPv4 options or IPv6 extension headers. Not present for non-first fragments. required

Values: UNDEFINED_BASE (0): A value indicating that the enum field is not set. IPV4 (2254341): No description available. IPV6 (2254343): No description available. TCP (82881): No description available. UDP (83873): No description available.