]> git.ipfire.org Git - thirdparty/suricata.git/commit
ndpi: ignore packets that have a different proto than the flow
authorJason Ish <jason.ish@oisf.net>
Thu, 27 Mar 2025 21:32:40 +0000 (15:32 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 29 Mar 2025 21:14:00 +0000 (22:14 +0100)
commit81915548de4b157c66f2af8cbae2904dd36f49e0
tree4e4c0d2d7b4beb6675cee83b5792746078f10683
parent66eb29affd0a5efc8aee50c73a904b89df2311c5
ndpi: ignore packets that have a different proto than the flow

This can happen when the flow is UDP, but an ICMP unreachable is
returned, which gets assigned to the same flow.

Reference: https://github.com/ntop/nDPI/issues/2762
plugins/ndpi/ndpi.c