Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-events.c263 UDP_PKT_TOO_SMALL,
H A Ddecode-events.h103 UDP_PKT_TOO_SMALL, /**< udp packet smaller than minimum size */ enumerator
H A Ddecode-udp.c55 ENGINE_SET_INVALID_EVENT(p, UDP_PKT_TOO_SMALL); in DecodeUDPPacket()