suricata
|
#include <decode-icmpv6.h>
Data Fields | |
uint16_t | id |
uint16_t | seq |
uint32_t | mtu |
uint8_t | emb_ip6_proto_next |
bool | emb_ports_set |
uint16_t | emb_sport |
uint16_t | emb_dport |
uint16_t | emb_ip6h_offset |
Data available from the decoded packet
Definition at line 146 of file decode-icmpv6.h.
uint16_t ICMPV6Vars_::emb_dport |
Definition at line 157 of file decode-icmpv6.h.
uint8_t ICMPV6Vars_::emb_ip6_proto_next |
Definition at line 152 of file decode-icmpv6.h.
uint16_t ICMPV6Vars_::emb_ip6h_offset |
offset of the embedded packet header
Definition at line 160 of file decode-icmpv6.h.
bool ICMPV6Vars_::emb_ports_set |
Definition at line 154 of file decode-icmpv6.h.
uint16_t ICMPV6Vars_::emb_sport |
TCP/UDP ports
Definition at line 156 of file decode-icmpv6.h.
uint16_t ICMPV6Vars_::id |
Definition at line 148 of file decode-icmpv6.h.
uint32_t ICMPV6Vars_::mtu |
Definition at line 150 of file decode-icmpv6.h.
uint16_t ICMPV6Vars_::seq |
Definition at line 149 of file decode-icmpv6.h.