mirror of https://github.com/OISF/suricata
decode: fix failure in layered tunnel
If we have multiple layer of tunnel, the decoding of initial Packet will recurse in DecodeTunnel function called in PacketTunnelPktSetup. If we are not setting the pseudo packet root before calling DecodeTunnel (as done in previous code), then the tunnel root will no be correct for the lower layer packets. This result in an counter problem and a suricata failure after some time.pull/681/head
parent
e9a4871077
commit
f76448c1e6
Loading…
Reference in New Issue