Created
March 8, 2018 13:56
-
-
Save jjsantanna/2e8f3e0173c16cdc31fc7762c0a4c209 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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