Skip to content

Instantly share code, notes, and snippets.

@jjsantanna
Created March 8, 2018 13:56
Show Gist options
  • Save jjsantanna/2e8f3e0173c16cdc31fc7762c0a4c209 to your computer and use it in GitHub Desktop.
Save jjsantanna/2e8f3e0173c16cdc31fc7762c0a4c209 to your computer and use it in GitHub Desktop.
nfdump -f <pcap_file>
# Read netflow packets from a give pcap_file instead of the network.
# This requires nfcapd to be compiled with the pcap option and is intended for debugging only.
# In case you have installed nfdump through a packet repository, the chance is high that it is not
# compiled with the required --enable-readpcap flag (which is default off).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment