Simple Pcap Converter
Pcap is a binary file which stands for packet capture file format.
Wireshark, the world’s foremost and widely-used network protocol analyzer, uses pcap file format to save captured network traffic.
Sometimes I need to convert pcap files into different file formats. The best solution for my problem is converting those to csv files.
Therefore, I created a simple pcap converter which makes my life easy.
Here is the regarding source code with example application: