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