suricata
DetectEngineIPOnlyCtx_ Struct Reference

IP only rules matching ctx. More...

#include <detect.h>

Collaboration diagram for DetectEngineIPOnlyCtx_:

Data Fields

SCRadixTreetree_ipv4src
 
SCRadixTreetree_ipv4dst
 
SCRadixTreetree_ipv6src
 
SCRadixTreetree_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 756 of file detect.h.

Field Documentation

◆ ip_dst

IPOnlyCIDRItem * DetectEngineIPOnlyCtx_::ip_dst

Definition at line 762 of file detect.h.

◆ ip_src

IPOnlyCIDRItem* DetectEngineIPOnlyCtx_::ip_src

Definition at line 762 of file detect.h.

◆ max_idx

uint32_t DetectEngineIPOnlyCtx_::max_idx

Definition at line 763 of file detect.h.

◆ sig_mapping

uint32_t* DetectEngineIPOnlyCtx_::sig_mapping

Definition at line 767 of file detect.h.

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

◆ sig_mapping_size

uint32_t DetectEngineIPOnlyCtx_::sig_mapping_size

Definition at line 768 of file detect.h.

Referenced by IPOnlyTrackSigNum().

◆ tree_ipv4dst

SCRadixTree * DetectEngineIPOnlyCtx_::tree_ipv4dst

Definition at line 758 of file detect.h.

Referenced by IPOnlyDeinit(), and IPOnlyMatchPacket().

◆ tree_ipv4src

SCRadixTree* DetectEngineIPOnlyCtx_::tree_ipv4src

Definition at line 758 of file detect.h.

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

◆ tree_ipv6dst

SCRadixTree * DetectEngineIPOnlyCtx_::tree_ipv6dst

Definition at line 759 of file detect.h.

Referenced by IPOnlyDeinit(), and IPOnlyMatchPacket().

◆ tree_ipv6src

SCRadixTree* DetectEngineIPOnlyCtx_::tree_ipv6src

Definition at line 759 of file detect.h.

Referenced by IPOnlyDeinit(), and IPOnlyMatchPacket().


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