From 7392bb59083cd862e398b3d4c0b824e078437a18 Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Fri, 10 Jul 2020 09:04:39 +0200 Subject: Services with multiple ip workaround --- pcap_importer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcap_importer.go b/pcap_importer.go index 129e60b..9d3f5bc 100644 --- a/pcap_importer.go +++ b/pcap_importer.go @@ -208,7 +208,7 @@ func (pi *PcapImporter) parsePcap(session ImportingSession, fileName string, ctx index = 1 } else { session.InvalidPackets++ - continue + // continue // workaround to process packets when services have multiple ips } fCount, isPresent := session.PacketsPerService[servicePort] if !isPresent { -- cgit v1.2.3-70-g09d2