Project Description

pcap2c converts a pcap capture file (such as one from Ethereal/Wireshark or tcpdump) into a C source file, where the packets are stored as unsigned char arrays. These packets can then be compiled into a C program where they may be easily used for further manipulation, retransmission, etc.

Review
Your rating
Review this project