Home
last modified time | relevance | path

Searched refs:ENGINE_ISSET_EVENT (Results 1 – 14 of 14) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-mpls.c158 if (!ENGINE_ISSET_EVENT(p, MPLS_HEADER_TOO_SMALL)) { in DecodeMPLSTestHeaderTooSmall()
178 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p0, MPLS_PKT_TOO_SMALL)); in DecodeMPLSTestPacketTooSmall()
185 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p1, MPLS_PKT_TOO_SMALL)); in DecodeMPLSTestPacketTooSmall()
192 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p2, MPLS_PKT_TOO_SMALL)); in DecodeMPLSTestPacketTooSmall()
199 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p3, MPLS_PKT_TOO_SMALL)); in DecodeMPLSTestPacketTooSmall()
208 FAIL_IF(ENGINE_ISSET_EVENT(p4, MPLS_PKT_TOO_SMALL)); in DecodeMPLSTestPacketTooSmall()
246 if (!ENGINE_ISSET_EVENT(p, MPLS_BAD_LABEL_ROUTER_ALERT)) { in DecodeMPLSTestBadLabelRouterAlert()
286 if (!ENGINE_ISSET_EVENT(p, MPLS_BAD_LABEL_IMPLICIT_NULL)) { in DecodeMPLSTestBadLabelImplicitNull()
326 if (!ENGINE_ISSET_EVENT(p, MPLS_BAD_LABEL_RESERVED)) { in DecodeMPLSTestBadLabelReserved()
370 if (!ENGINE_ISSET_EVENT(p, MPLS_UNKNOWN_PAYLOAD_TYPE)) { in DecodeMPLSTestUnknownPayloadType()
H A Ddecode-ppp.c169 if(ENGINE_ISSET_EVENT(p,PPPIPV4_PKT_TOO_SMALL)) { in DecodePPPtest01()
202 if(ENGINE_ISSET_EVENT(p,PPP_WRONG_TYPE)) { in DecodePPPtest02()
244 if(ENGINE_ISSET_EVENT(p,PPP_PKT_TOO_SMALL)) { in DecodePPPtest03()
249 if(ENGINE_ISSET_EVENT(p,PPPIPV4_PKT_TOO_SMALL)) { in DecodePPPtest03()
254 if(ENGINE_ISSET_EVENT(p,PPP_WRONG_TYPE)) { in DecodePPPtest03()
259 if (!(ENGINE_ISSET_EVENT(p,IPV4_TRUNC_PKT))) { in DecodePPPtest03()
302 if (!(ENGINE_ISSET_EVENT(p,IPV4_TRUNC_PKT))) { in DecodePPPtest04()
H A Ddecode-vlan.c164 if(ENGINE_ISSET_EVENT(p,VLAN_HEADER_TOO_SMALL)) { in DecodeVLANtest01()
201 if(ENGINE_ISSET_EVENT(p,VLAN_UNKNOWN_TYPE)) { in DecodeVLANtest02()
244 if(ENGINE_ISSET_EVENT(p,VLAN_HEADER_TOO_SMALL)) { in DecodeVLANtest03()
248 if(ENGINE_ISSET_EVENT(p,VLAN_UNKNOWN_TYPE)) { in DecodeVLANtest03()
H A Ddecode-icmpv6.c519 if (ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)) in DecodeICMPV6()
522 if (ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_TYPE)) in DecodeICMPV6()
993 FAIL_IF(!ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6PktTooBigTest02()
1109 FAIL_IF(!ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6EchoReqTest02()
1146 FAIL_IF(!ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6EchoRepTest02()
1220 FAIL_IF(ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6RouterSolicitTestKnownCode()
1253 FAIL_IF(!ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6RouterSolicitTestUnknownCode()
1286 FAIL_IF(ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6RouterAdvertTestKnownCode()
1352 FAIL_IF(ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6NeighbourSolicitTestKnownCode()
1418 FAIL_IF(ENGINE_ISSET_EVENT(p, ICMPV6_UNKNOWN_CODE)); in ICMPV6NeighbourAdvertTestKnownCode()
[all …]
H A Ddecode-pppoe.c254 if (ENGINE_ISSET_EVENT(p,PPPOE_PKT_TOO_SMALL)) { in DecodePPPOEtest01()
295 if(ENGINE_ISSET_EVENT(p,PPPOE_PKT_TOO_SMALL)) { in DecodePPPOEtest02()
301 if(! ENGINE_ISSET_EVENT(p,ICMPV4_UNKNOWN_TYPE)) { in DecodePPPOEtest02()
372 if(ENGINE_ISSET_EVENT(p,PPPOE_WRONG_CODE)) { in DecodePPPOEtest04()
407 if(ENGINE_ISSET_EVENT(p,PPPOE_MALFORMED_TAGS)) { in DecodePPPOEtest05()
H A Ddecode-ethernet.c129 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p, DCE_PKT_TOO_SMALL)); in DecodeEthernetTestDceTooSmall()
165 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p, DCE_PKT_TOO_SMALL)); in DecodeEthernetTestDceNextTooSmall()
H A Ddecode-gre.c302 if(ENGINE_ISSET_EVENT(p,GRE_PKT_TOO_SMALL)) { in DecodeGREtest01()
343 if(ENGINE_ISSET_EVENT(p,GRE_WRONG_VERSION)) { in DecodeGREtest02()
H A Ddecode-vntag.c128 PASS_IF(ENGINE_ISSET_EVENT(p, VNTAG_HEADER_TOO_SMALL)); in DecodeVNTagtest01()
H A Ddecode-raw.c212 if (!ENGINE_ISSET_EVENT(p,IPRAW_INVALID_IPV)) { in DecodeRawTest03()
H A Ddetect-engine-event.c105 if (ENGINE_ISSET_EVENT(p, de->event)) { in DetectEngineEventMatch()
H A Ddefrag.c1516 FAIL_IF(ENGINE_ISSET_EVENT(packets[i], IPV4_FRAG_OVERLAP)); in DefragDoSturgesNovakTest()
1522 if (ENGINE_ISSET_EVENT(packets[i], IPV4_FRAG_OVERLAP)) { in DefragDoSturgesNovakTest()
1628 FAIL_IF(ENGINE_ISSET_EVENT(packets[i], IPV6_FRAG_OVERLAP)); in IPV6DefragDoSturgesNovakTest()
1634 if (ENGINE_ISSET_EVENT(packets[i], IPV6_FRAG_OVERLAP)) { in IPV6DefragDoSturgesNovakTest()
2174 FAIL_IF_NOT(ENGINE_ISSET_EVENT(p, IPV4_FRAG_PKT_TOO_LARGE)); in DefragIPv4TooLargeTest()
H A Ddecode-ipv6.c907 FAIL_IF (!(ENGINE_ISSET_EVENT(p1, IPV6_HOPOPTS_UNKNOWN_OPT))); in DecodeIPV6HopTest01()
H A Ddecode-icmpv4.c766 if(ENGINE_ISSET_EVENT(p,ICMPV4_UNKNOWN_TYPE)) { in ICMPV4InvalidType07()
H A Ddecode.h1025 #define ENGINE_ISSET_EVENT(p, e) ({ \ macro