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 458 of file decode.h.

Field Documentation

◆ esph

ESPHdr* PacketL4::L4Hdrs::esph

Definition at line 465 of file decode.h.

◆ greh

GREHdr* PacketL4::L4Hdrs::greh

Definition at line 464 of file decode.h.

◆ icmpv4h

ICMPV4Hdr* PacketL4::L4Hdrs::icmpv4h

Definition at line 461 of file decode.h.

◆ icmpv6h

ICMPV6Hdr* PacketL4::L4Hdrs::icmpv6h

Definition at line 462 of file decode.h.

◆ sctph

SCTPHdr* PacketL4::L4Hdrs::sctph

Definition at line 463 of file decode.h.

◆ tcph

TCPHdr* PacketL4::L4Hdrs::tcph

◆ udph

UDPHdr* PacketL4::L4Hdrs::udph

Definition at line 460 of file decode.h.


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