Last active
March 8, 2018 13:15
-
-
Save jjsantanna/68496aa7aa33e5973147eabd35d752be to your computer and use it in GitHub Desktop.
sflow to pcap
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
sflowtool -t | tcpdump -r - > convertedfile.pcap | |
#http://www.inmon.com/technology/sflowTools.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment