Created
March 8, 2018 11:52
-
-
Save jjsantanna/b79868db8bf900f5c7fc084d4786e7f8 to your computer and use it in GitHub Desktop.
Convert pcapng 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
editcap -F libpcap -T ether file.pcapng file.pcap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks !