suricata
|
address structure for use in the detection engine. More...
#include <detect.h>
Data Fields | |
Address | ip |
Address | ip2 |
uint8_t | flags |
struct DetectAddress_ * | prev |
struct DetectAddress_ * | next |
address structure for use in the detection engine.
Contains the address information and matching information.
uint8_t DetectAddress_::flags |
flags affecting this address
Definition at line 171 of file detect.h.
Referenced by DetectAddressCopy().
Address DetectAddress_::ip |
address data for this group
Definition at line 167 of file detect.h.
Referenced by DetectAddressCmp(), DetectAddressCmpIPv4(), DetectAddressCmpIPv6(), DetectAddressCopy(), DetectAddressCutIPv4(), DetectAddressCutIPv6(), DetectAddressCutNotIPv4(), DetectAddressCutNotIPv6(), and DetectAddressIsCompleteIPSpaceIPv4().
Address DetectAddress_::ip2 |
Definition at line 168 of file detect.h.
Referenced by DetectAddressCmpIPv4(), DetectAddressCmpIPv6(), DetectAddressCopy(), DetectAddressCutIPv4(), DetectAddressCutIPv6(), DetectAddressCutNotIPv4(), DetectAddressCutNotIPv6(), and DetectAddressIsCompleteIPSpaceIPv4().
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().
struct DetectAddress_* DetectAddress_::prev |
ptr to the previous address in the list
Definition at line 174 of file detect.h.
Referenced by DetectThresholdDataCopy().