aboutsummaryrefslogtreecommitdiff
path: root/pcap_importer.go
diff options
context:
space:
mode:
Diffstat (limited to 'pcap_importer.go')
-rw-r--r--pcap_importer.go2
1 files changed, 1 insertions, 1 deletions
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 {