suricata
|
IP only rules matching ctx. More...
#include <detect.h>
Data Fields | |
SCRadix4Tree | tree_ipv4src |
SCRadix4Tree | tree_ipv4dst |
SCRadix6Tree | tree_ipv6src |
SCRadix6Tree | tree_ipv6dst |
IPOnlyCIDRItem * | ip_src |
IPOnlyCIDRItem * | ip_dst |
uint32_t | max_idx |
uint32_t * | sig_mapping |
uint32_t | sig_mapping_size |
IPOnlyCIDRItem * DetectEngineIPOnlyCtx_::ip_dst |
IPOnlyCIDRItem* DetectEngineIPOnlyCtx_::ip_src |
uint32_t* DetectEngineIPOnlyCtx_::sig_mapping |
Definition at line 780 of file detect.h.
Referenced by IPOnlyInit(), IPOnlyMatchPacket(), and IPOnlyTrackSigNum().
uint32_t DetectEngineIPOnlyCtx_::sig_mapping_size |
Definition at line 781 of file detect.h.
Referenced by IPOnlyInit(), and IPOnlyTrackSigNum().
SCRadix4Tree DetectEngineIPOnlyCtx_::tree_ipv4dst |
Definition at line 771 of file detect.h.
Referenced by IPOnlyInit(), and IPOnlyMatchPacket().
SCRadix4Tree DetectEngineIPOnlyCtx_::tree_ipv4src |
Definition at line 771 of file detect.h.
Referenced by IPOnlyDeinit(), IPOnlyInit(), and IPOnlyMatchPacket().
SCRadix6Tree DetectEngineIPOnlyCtx_::tree_ipv6dst |
Definition at line 772 of file detect.h.
Referenced by IPOnlyInit(), and IPOnlyMatchPacket().
SCRadix6Tree DetectEngineIPOnlyCtx_::tree_ipv6src |
Definition at line 772 of file detect.h.
Referenced by IPOnlyInit(), and IPOnlyMatchPacket().