|
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 |
Definition at line 448 of file decode.h.
Referenced by DecodeIPV6FragHeader().
| union PacketL3::Hdrs PacketL3::hdrs |
Referenced by ReCalculateChecksum().
| struct { ... } PacketL3::ip6 |
Referenced by DecodeIPV6FragHeader().
| enum PacketL3Types PacketL3::type |
| union { ... } PacketL3::vars |
Referenced by DecodeIPV6FragHeader().