Home
last modified time | relevance | path

Searched refs:SIG_MASK_REQUIRE_DCERPC (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-build.c431 (*mask) |= SIG_MASK_REQUIRE_DCERPC; in PacketCreateMask()
467 s->mask |= SIG_MASK_REQUIRE_DCERPC; in SignatureCreateMask()
H A Ddetect.h275 #define SIG_MASK_REQUIRE_DCERPC BIT_U8(5) /* require either SMB+DCE or raw DCE */ macro
H A Ddetect-engine-analyzer.c709 if (s->mask & SIG_MASK_REQUIRE_DCERPC) { in EngineAnalysisRules2()