|
suricata
|
#include <decode-icmpv4.h>
Data Fields | |
| uint16_t | emb_ip4h_offset |
| uint16_t | id |
| uint16_t | seq |
| uint16_t | hlen |
| uint8_t | emb_ip4_proto |
| bool | emb_ports_set |
| uint16_t | emb_sport |
| uint16_t | emb_dport |
Definition at line 182 of file decode-icmpv4.h.
| uint16_t ICMPV4Vars_::emb_dport |
Definition at line 197 of file decode-icmpv4.h.
| uint8_t ICMPV4Vars_::emb_ip4_proto |
Definition at line 192 of file decode-icmpv4.h.
| uint16_t ICMPV4Vars_::emb_ip4h_offset |
Definition at line 184 of file decode-icmpv4.h.
| bool ICMPV4Vars_::emb_ports_set |
Definition at line 194 of file decode-icmpv4.h.
| uint16_t ICMPV4Vars_::emb_sport |
TCP/UDP ports
Definition at line 196 of file decode-icmpv4.h.
| uint16_t ICMPV4Vars_::hlen |
Actual header length
Definition at line 190 of file decode-icmpv4.h.
| uint16_t ICMPV4Vars_::id |
Definition at line 186 of file decode-icmpv4.h.
| uint16_t ICMPV4Vars_::seq |
Definition at line 187 of file decode-icmpv4.h.