ntop / nProbe

Open source components and extensions for nProbe
http://ntop.org
GNU General Public License v2.0
1.62k stars 44 forks source link

pcap-file-list Option is ignored #561

Open cicciob95 opened 1 year ago

cicciob95 commented 1 year ago

I am trying to extract NetFlow statistics from a list of pcap files. The file has been formatted as follows:

/path/to/pcap/file1.pcap
/path/to/pcap/file2.pcap 
/path/to/pcap/file3.pcap 

and is passed as an argument to nprobe in this way: nprobe.exe /c --pcap-file-list "C:\Users\user\nprobe\pcap.list" -V 10 -n none -T "%FIRST_SWITCHED%LAST_SWITCHED%IPV4_SRC_ADDR%L4_SRC_PORT%IPV4_DST_ADDR%L4_DST_PORT%PROTOCOL%L7_PROTO%IN_BYTES%IN_PKTS%OUT_BYTES%OUT_PKTS%TCP_FLAGS%FLOW_DURATION_MILLISECONDS%SRC_TO_DST_AVG_THROUGHPUT%DST_TO_SRC_AVG_THROUGHPUT" --dump-format t --csv-separator ";" However, the statistics are calculated from the packets captured on the WiFi interface and not from the pcap files.

5had0wC commented 4 months ago

Hello, I have the same problem. Did you solve that? If so, could you please tell me how?

cicciob95 commented 4 months ago

Unfortunately, I could not solve this problem.

5had0wC commented 4 months ago

TAT I'm going to email the nprobe community.