You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am trying to extract NetFlow statistics from a list of pcap files. The file has been formatted as follows:
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.
The text was updated successfully, but these errors were encountered: