suricata
DetectEngineIPOnlyCtx_ Struct Reference

IP only rules matching ctx. More...

#include <detect.h>

Collaboration diagram for DetectEngineIPOnlyCtx_:

Data Fields

SCRadix4Tree tree_ipv4src
 
SCRadix4Tree tree_ipv4dst
 
SCRadix6Tree tree_ipv6src
 
SCRadix6Tree tree_ipv6dst
 
IPOnlyCIDRItemip_src
 
IPOnlyCIDRItemip_dst
 
uint32_t max_idx
 
uint32_t * sig_mapping
 
uint32_t sig_mapping_size
 

Detailed Description

IP only rules matching ctx.

Definition at line 769 of file detect.h.

Field Documentation

◆ ip_dst

IPOnlyCIDRItem * DetectEngineIPOnlyCtx_::ip_dst

Definition at line 775 of file detect.h.

◆ ip_src

IPOnlyCIDRItem* DetectEngineIPOnlyCtx_::ip_src

Definition at line 775 of file detect.h.

◆ max_idx

uint32_t DetectEngineIPOnlyCtx_::max_idx

Definition at line 776 of file detect.h.

◆ sig_mapping

uint32_t* DetectEngineIPOnlyCtx_::sig_mapping

Definition at line 780 of file detect.h.

Referenced by IPOnlyInit(), IPOnlyMatchPacket(), and IPOnlyTrackSigNum().

◆ sig_mapping_size

uint32_t DetectEngineIPOnlyCtx_::sig_mapping_size

Definition at line 781 of file detect.h.

Referenced by IPOnlyInit(), and IPOnlyTrackSigNum().

◆ tree_ipv4dst

SCRadix4Tree DetectEngineIPOnlyCtx_::tree_ipv4dst

Definition at line 771 of file detect.h.

Referenced by IPOnlyInit(), and IPOnlyMatchPacket().

◆ tree_ipv4src

SCRadix4Tree DetectEngineIPOnlyCtx_::tree_ipv4src

Definition at line 771 of file detect.h.

Referenced by IPOnlyDeinit(), IPOnlyInit(), and IPOnlyMatchPacket().

◆ tree_ipv6dst

SCRadix6Tree DetectEngineIPOnlyCtx_::tree_ipv6dst

Definition at line 772 of file detect.h.

Referenced by IPOnlyInit(), and IPOnlyMatchPacket().

◆ tree_ipv6src

SCRadix6Tree DetectEngineIPOnlyCtx_::tree_ipv6src

Definition at line 772 of file detect.h.

Referenced by IPOnlyInit(), and IPOnlyMatchPacket().


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