suricata
ICMPV6Vars_ Struct Reference

#include <decode-icmpv6.h>

Collaboration diagram for ICMPV6Vars_:

Data Fields

uint16_t id
 
uint16_t seq
 
uint32_t mtu
 
uint32_t error_ptr
 
IPV6Hdremb_ipv6h
 
TCPHdremb_tcph
 
UDPHdremb_udph
 
ICMPV6Hdremb_icmpv6h
 
uint32_t emb_ip6_src [4]
 
uint32_t emb_ip6_dst [4]
 
uint8_t emb_ip6_proto_next
 
uint16_t emb_sport
 
uint16_t emb_dport
 

Detailed Description

Data available from the decoded packet

Definition at line 161 of file decode-icmpv6.h.

Field Documentation

◆ emb_dport

uint16_t ICMPV6Vars_::emb_dport

Definition at line 181 of file decode-icmpv6.h.

◆ emb_icmpv6h

ICMPV6Hdr* ICMPV6Vars_::emb_icmpv6h

Definition at line 172 of file decode-icmpv6.h.

◆ emb_ip6_dst

uint32_t ICMPV6Vars_::emb_ip6_dst[4]

Definition at line 176 of file decode-icmpv6.h.

◆ emb_ip6_proto_next

uint8_t ICMPV6Vars_::emb_ip6_proto_next

Definition at line 177 of file decode-icmpv6.h.

◆ emb_ip6_src

uint32_t ICMPV6Vars_::emb_ip6_src[4]

IPv6 src and dst address

Definition at line 175 of file decode-icmpv6.h.

◆ emb_ipv6h

IPV6Hdr* ICMPV6Vars_::emb_ipv6h

Pointers to the embedded packet headers

Definition at line 169 of file decode-icmpv6.h.

◆ emb_sport

uint16_t ICMPV6Vars_::emb_sport

TCP/UDP ports

Definition at line 180 of file decode-icmpv6.h.

◆ emb_tcph

TCPHdr* ICMPV6Vars_::emb_tcph

Definition at line 170 of file decode-icmpv6.h.

◆ emb_udph

UDPHdr* ICMPV6Vars_::emb_udph

Definition at line 171 of file decode-icmpv6.h.

◆ error_ptr

uint32_t ICMPV6Vars_::error_ptr

Definition at line 166 of file decode-icmpv6.h.

◆ id

uint16_t ICMPV6Vars_::id

Definition at line 163 of file decode-icmpv6.h.

◆ mtu

uint32_t ICMPV6Vars_::mtu

Definition at line 165 of file decode-icmpv6.h.

◆ seq

uint16_t ICMPV6Vars_::seq

Definition at line 164 of file decode-icmpv6.h.


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