|
suricata
|
#include <decode.h>

Data Structures | |
| union | Hdrs |
Data Fields | |
| enum PacketL3Types | type |
| bool | csum_set |
| uint16_t | csum |
| union PacketL3::Hdrs | hdrs |
| union { | |
| IPV4Vars ip4 | |
| struct { | |
| IPV6Vars v | |
| IPV6ExtHdrs eh | |
| } ip6 | |
| } | vars |
| IPV6ExtHdrs PacketL3::eh |
| union PacketL3::Hdrs PacketL3::hdrs |
Referenced by UTHFreePacket().
| struct { ... } PacketL3::ip6 |
Referenced by DecodeIPV6FragHeader().
| enum PacketL3Types PacketL3::type |
Definition at line 422 of file decode.h.
Referenced by UTHFreePacket().
| union { ... } PacketL3::vars |
Referenced by DecodeIPV6FragHeader().