Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pcap-file-list Option is ignored #561

Open
cicciob95 opened this issue Jan 29, 2023 · 3 comments
Open

pcap-file-list Option is ignored #561

cicciob95 opened this issue Jan 29, 2023 · 3 comments

Comments

@cicciob95
Copy link

cicciob95 commented Jan 29, 2023

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
Copy link

5had0wC commented Mar 8, 2024

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

@cicciob95
Copy link
Author

Unfortunately, I could not solve this problem.

@5had0wC
Copy link

5had0wC commented Mar 9, 2024

TAT I'm going to email the nprobe community.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants