Home
last modified time | relevance | path

Searched refs:DetectBufferTypeSupportsPacket (Results 1 – 8 of 8) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-tcphdr.c64 DetectBufferTypeSupportsPacket("tcp.hdr"); in DetectTcphdrRegister()
H A Ddetect-ipv4hdr.c64 DetectBufferTypeSupportsPacket("ipv4.hdr"); in DetectIpv4hdrRegister()
H A Ddetect-udphdr.c63 DetectBufferTypeSupportsPacket("udp.hdr"); in DetectUdphdrRegister()
H A Ddetect-ipv6hdr.c64 DetectBufferTypeSupportsPacket("ipv6.hdr"); in DetectIpv6hdrRegister()
H A Ddetect-icmpv4hdr.c60 DetectBufferTypeSupportsPacket("icmpv4.hdr"); in DetectIcmpv4HdrRegister()
H A Ddetect-icmpv6hdr.c65 DetectBufferTypeSupportsPacket("icmpv6.hdr"); in DetectICMPv6hdrRegister()
H A Ddetect-engine.h51 void DetectBufferTypeSupportsPacket(const char *name);
H A Ddetect-engine.c864 void DetectBufferTypeSupportsPacket(const char *name) in DetectBufferTypeSupportsPacket() function