suricata
PacketL4::L4Hdrs Union Reference

#include <decode.h>

Collaboration diagram for PacketL4::L4Hdrs:

Data Fields

TCPHdrtcph
 
UDPHdrudph
 
ICMPV4Hdricmpv4h
 
ICMPV6Hdricmpv6h
 
SCTPHdr * sctph
 
GREHdr * greh
 
ESPHdr * esph
 

Detailed Description

Definition at line 446 of file decode.h.

Field Documentation

◆ esph

ESPHdr* PacketL4::L4Hdrs::esph

Definition at line 453 of file decode.h.

◆ greh

GREHdr* PacketL4::L4Hdrs::greh

Definition at line 452 of file decode.h.

◆ icmpv4h

ICMPV4Hdr* PacketL4::L4Hdrs::icmpv4h

Definition at line 449 of file decode.h.

◆ icmpv6h

ICMPV6Hdr* PacketL4::L4Hdrs::icmpv6h

Definition at line 450 of file decode.h.

◆ sctph

SCTPHdr* PacketL4::L4Hdrs::sctph

Definition at line 451 of file decode.h.

◆ tcph

TCPHdr* PacketL4::L4Hdrs::tcph

◆ udph

UDPHdr* PacketL4::L4Hdrs::udph

Definition at line 448 of file decode.h.


The documentation for this union was generated from the following file: