From ff4e010501ff057e353c7f1d9785b5caadceade3 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Thu, 7 Jul 2022 17:49:35 +0200 Subject: Avoid spurious calls to extra dissection (#1648) If the extra callabck is not set, calling the extra dissection is only a waste of resources... --- tests/result/netflix.pcap.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/result/netflix.pcap.out') diff --git a/tests/result/netflix.pcap.out b/tests/result/netflix.pcap.out index dcfe7f24c..d75de977a 100644 --- a/tests/result/netflix.pcap.out +++ b/tests/result/netflix.pcap.out @@ -1,6 +1,6 @@ -Guessed flow protos: 6 +Guessed flow protos: 1 -DPI Packets (TCP): 393 (8.36 pkts/flow) +DPI Packets (TCP): 288 (6.13 pkts/flow) DPI Packets (UDP): 27 (2.08 pkts/flow) DPI Packets (other): 1 (1.00 pkts/flow) Confidence Match by IP : 1 (flows) -- cgit v1.2.3