Home
last modified time | relevance | path

Searched refs:PKT_HAS_PARENT (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dpacket.h84 #define PKT_HAS_PARENT 0x08000000 /* derived pseudo packet from current wire packet */ macro
326 { return (packet_flags & PKT_HAS_PARENT) != 0; } in has_parent()
/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Ddetection_engine.cc208 p->packet_flags |= PKT_HAS_PARENT; in set_next_packet()