suricata
ICMPV4Vars_ Struct Reference

#include <decode-icmpv4.h>

Collaboration diagram for ICMPV4Vars_:

Data Fields

uint16_t id
 
uint16_t seq
 
uint16_t hlen
 
IPV4Hdremb_ipv4h
 
TCPHdremb_tcph
 
UDPHdremb_udph
 
ICMPV4Hdremb_icmpv4h
 
struct in_addr emb_ip4_src
 
struct in_addr emb_ip4_dst
 
uint8_t emb_ip4_hlen
 
uint8_t emb_ip4_proto
 
uint16_t emb_sport
 
uint16_t emb_dport
 

Detailed Description

Definition at line 182 of file decode-icmpv4.h.

Field Documentation

◆ emb_dport

uint16_t ICMPV4Vars_::emb_dport

Definition at line 204 of file decode-icmpv4.h.

◆ emb_icmpv4h

ICMPV4Hdr* ICMPV4Vars_::emb_icmpv4h

Definition at line 194 of file decode-icmpv4.h.

◆ emb_ip4_dst

struct in_addr ICMPV4Vars_::emb_ip4_dst

Definition at line 194 of file decode-icmpv4.h.

◆ emb_ip4_hlen

uint8_t ICMPV4Vars_::emb_ip4_hlen

Definition at line 199 of file decode-icmpv4.h.

◆ emb_ip4_proto

uint8_t ICMPV4Vars_::emb_ip4_proto

Definition at line 200 of file decode-icmpv4.h.

◆ emb_ip4_src

struct in_addr ICMPV4Vars_::emb_ip4_src

IPv4 src and dst address

Definition at line 194 of file decode-icmpv4.h.

◆ emb_ipv4h

IPV4Hdr* ICMPV4Vars_::emb_ipv4h

Pointers to the embedded packet headers

Definition at line 191 of file decode-icmpv4.h.

◆ emb_sport

uint16_t ICMPV4Vars_::emb_sport

TCP/UDP ports

Definition at line 203 of file decode-icmpv4.h.

◆ emb_tcph

TCPHdr* ICMPV4Vars_::emb_tcph

Definition at line 192 of file decode-icmpv4.h.

◆ emb_udph

UDPHdr* ICMPV4Vars_::emb_udph

Definition at line 193 of file decode-icmpv4.h.

◆ hlen

uint16_t ICMPV4Vars_::hlen

Actual header length

Definition at line 188 of file decode-icmpv4.h.

Referenced by DecodeICMPV4().

◆ id

uint16_t ICMPV4Vars_::id

Definition at line 184 of file decode-icmpv4.h.

Referenced by DecodeICMPV4().

◆ seq

uint16_t ICMPV4Vars_::seq

Definition at line 185 of file decode-icmpv4.h.

Referenced by DecodeICMPV4().


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