On Tue, Apr 08, 2003 at 05:38:24PM -0600, earl eiland wrote: > Where can I find the file format for tcpdump capture files? I need to > edit some data.
You might be able to do it using libpcap to read and write the capture file, and thus avoid having to write your own code to read and write it.