suricata
|
get the highest proto/next header field we know More...
#include <decode-ipv6.h>
Data Fields | |
uint8_t | l4proto |
uint16_t | exthdrs_len |
get the highest proto/next header field we know
Definition at line 83 of file decode-ipv6.h.
uint16_t IPV6Vars_::exthdrs_len |
length of the exthdrs
Definition at line 88 of file decode-ipv6.h.
uint8_t IPV6Vars_::l4proto |
the proto after the extension headers store while decoding so we don't have to loop through the exthdrs all the time
Definition at line 85 of file decode-ipv6.h.