Searched refs:DecodeTunnel (Results 1 – 1 of 1) sorted by relevance
/dports/security/suricata/suricata-6.0.4/src/ |
H A D | decode.c | 77 static int DecodeTunnel(ThreadVars *, DecodeThreadVars *, Packet *, const uint8_t *, uint32_t, 80 static int DecodeTunnel(ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, const uint8_t *pkt, in DecodeTunnel() function 316 ret = DecodeTunnel(tv, dtv, p, GET_PKT_DATA(p), in PacketTunnelPktSetup()
|