From 523360001e4c9e64d875febd9f024daa2691c31a Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sat, 6 Aug 2022 20:06:56 +0200 Subject: HTTP, Bittorrent, Kerberos: fix stopping of extra dissection (#1700) The return value of the extra-dissection callback indicates if the extra dissection needs to be called again. In the HTTP cose, this setting to NULL of the callabck is wrong since we stop extra dissection only if we have a hostname *and* a return code. --- tests/result/1kxun.pcap.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/result/1kxun.pcap.out b/tests/result/1kxun.pcap.out index a29207464..cdae0a979 100644 --- a/tests/result/1kxun.pcap.out +++ b/tests/result/1kxun.pcap.out @@ -1,6 +1,6 @@ Guessed flow protos: 25 -DPI Packets (TCP): 415 (4.23 pkts/flow) +DPI Packets (TCP): 416 (4.24 pkts/flow) DPI Packets (UDP): 120 (1.21 pkts/flow) Confidence Unknown : 14 (flows) Confidence Match by port : 5 (flows) -- cgit v1.2.3