Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-parser.h224 int AppLayerParserGetEventInfoById(uint8_t ipproto, AppProto alproto, int event_id,
H A Doutput-json-anomaly.c202 r = AppLayerParserGetEventInfoById(p->flow->proto, p->flow->alproto, in AnomalyAppLayerDecoderEventJson()
H A Dapp-layer-parser.c1112 int AppLayerParserGetEventInfoById(uint8_t ipproto, AppProto alproto, int event_id, in AppLayerParserGetEventInfoById() function