suricata
DetectAddress_ Struct Reference

address structure for use in the detection engine. More...

#include <detect.h>

Collaboration diagram for DetectAddress_:

Data Fields

Address ip
 
Address ip2
 
uint8_t flags
 
struct DetectAddress_prev
 
struct DetectAddress_next
 

Detailed Description

address structure for use in the detection engine.

Contains the address information and matching information.

Definition at line 165 of file detect.h.

Field Documentation

◆ flags

uint8_t DetectAddress_::flags

flags affecting this address

Definition at line 171 of file detect.h.

Referenced by DetectAddressCopy().

◆ ip

◆ ip2

◆ next

struct DetectAddress_* DetectAddress_::next

ptr to the next address in the list

Definition at line 176 of file detect.h.

Referenced by DetectAddressIsCompleteIPSpaceIPv4(), DetectAddressListsAreEqual(), DetectAddressLookupInHead(), and DetectThresholdDataCopy().

◆ prev

struct DetectAddress_* DetectAddress_::prev

ptr to the previous address in the list

Definition at line 174 of file detect.h.

Referenced by DetectThresholdDataCopy().


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