Convert packet to pcap format

Thanks to Wireshark's editcap tool, any format supported by Wireshark can be converted to pcap format or any preferred format.

usage:

 editcap -F pcap <input file> <output file>

using editcap's -F with no given format: 

editcap -F

will show supported output formats. 

Popular Posts