Skip to content

Instantly share code, notes, and snippets.

@fiddyschmitt
Forked from jjsantanna/pcapng2pcap.sh
Last active February 14, 2025 01:19
Show Gist options
  • Save fiddyschmitt/777cb131d6690a19bf693793c8a7440a to your computer and use it in GitHub Desktop.
Save fiddyschmitt/777cb131d6690a19bf693793c8a7440a to your computer and use it in GitHub Desktop.
Convert pcapng to pcap
//pcapng to pcap
cd "C:\Program Files\Wireshark"
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