Go to the documentation of this file.
24 #ifndef SURICATA_DETECT_ENGINE_ADDRESS_IPV4_H
25 #define SURICATA_DETECT_ENGINE_ADDRESS_IPV4_H
int DetectAddressCutNotIPv4(DetectAddress *, DetectAddress **)
Cuts and returns an address range, which is the complement of the address range that is supplied as t...
address structure for use in the detection engine.
main detection engine ctx
int DetectAddressCmpIPv4(DetectAddress *a, DetectAddress *b)
Compares 2 addresses(address ranges) and returns the relationship between the 2 addresses.
int DetectAddressIsCompleteIPSpaceIPv4(DetectAddress *)
Check if the address group list covers the complete IPv4 IP space.
void DetectAddressIPv4Tests(void)
int DetectAddressCutIPv4(DetectEngineCtx *, DetectAddress *, DetectAddress *, DetectAddress **)
Cut groups and merge sigs.