From: Victor Julien Date: Thu, 23 Nov 2017 17:24:41 +0000 (+0100) Subject: flow: track flow for ip proto 41 X-Git-Tag: suricata-4.1.0-rc1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81c0b53d3f78b54165409bd427f10840b1f839bd;p=thirdparty%2Fsuricata.git flow: track flow for ip proto 41 --- diff --git a/src/decode-ipv4.c b/src/decode-ipv4.c index 6b754ac23a..ec2869a69d 100644 --- a/src/decode-ipv4.c +++ b/src/decode-ipv4.c @@ -601,6 +601,7 @@ int DecodeIPV4(ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, uint8_t *pkt, u PKT_SET_SRC(tp, PKT_SRC_DECODER_IPV4); PacketEnqueue(pq,tp); } + FlowSetupPacket(p); } break; }