Judging from the output the pcap was read successfully -
[15763] 14/4/2016 -- 10:36:19 - (source-pcap-file.c:232) <Info>
(ReceivePcapFileLoop) -- pcap file end of file reached (pcap err code
0)
[15762] 14/4/2016 -- 10:36:20 - (suricata.c:2475) <Notice> (main) --
Signal Received. Stopping engine.
[15766] 14/4/2016 -- 10:36:20 - (flow-manager.c:697) <Info>
(FlowManager) -- 0 new flows, 0 established flows were timed out, 0
flows in closed state
[15762] 14/4/2016 -- 10:36:20 - (tmqh-packetpool.c:398) <Info>
(PacketPoolInit) -- preallocated 1024 packets. Total memory 3311616
[15762] 14/4/2016 -- 10:36:20 - (suricata.c:1101) <Info>
(SCPrintElapsedTime) -- time elapsed 0.256s
[15767] 14/4/2016 -- 10:36:21 - (flow-manager.c:853) <Info>
(FlowRecycler) -- 6 flows processed
[15763] 14/4/2016 -- 10:36:21 - (source-pcap-file.c:390) <Notice>
(ReceivePcapFileThreadExitStats) -- Pcap-file module read 507 packets,
445887 bytes
[15762] 14/4/2016 -- 10:36:21 - (tmqh-flow.c:223) <Info>
(TmqhOutputFlowFreeCtx) -- AutoFP - Total flow handler queues - 1
[15762] 14/4/2016 -- 10:36:21 - (tmqh-flow.c:227) <Info>
(TmqhOutputFlowFreeCtx) -- AutoFP - Queue 0 - pkts: 507
flows: 6
[15764] 14/4/2016 -- 10:36:21 - (stream-tcp.c:5173) <Info>
(StreamTcpExitPrintStats) -- Stream TCP processed 510 TCP packets
[15764] 14/4/2016 -- 10:36:21 - (alert-fastlog.c:237) <Info>
(AlertFastLogExitPrintStats) -- Fast log output wrote 5 alerts
[15762] 14/4/2016 -- 10:36:21 - (ippair.c:251) <Info>
(IPPairPrintStats) -- ippair memory usage: 398144 bytes, maximum:
16777216
[15762] 14/4/2016 -- 10:36:21 - (host.c:255) <Info> (HostPrintStats)
-- host memory usage: 398144 bytes, maximum: 16777216
[15762] 14/4/2016 -- 10:36:21 - (detect.c:3937) <Info>
(SigAddressCleanupStage1) -- cleaning up signature grouping
structure... complete
-
"pcap file end of file reached (pcap err code 0)"
and it seems you have 5 alerts on that - "Fast log output wrote 5 alerts".
So it looks like the pcap (2016-03-31-Rig-EK-after-pavtube.com.pcap)
was read and alerted on.
How many suricata's you have running on the system - just the one that
reads the pcaps right? Or you have another instance running as well?
In the output you have -
sudo suricata -c /etc/suricata/suricata.yaml -r
2016-03-31-Rig-EK-after-pavtube.com.pcap
are those two the same pcaps that you are referring to ? (since the
link you gave above is for -
2015-08-31-traffic-analysis-exercise.pcap )
Thanks