hey , I need to develop a program that saves a file in .pcap format , I have no information about this format , I would like to know the structure of a file .pcap. Please can anywone help me. Thank you asked 24 Jun '13, 01:52 cruz |
2 Answers:
You could google for it, and find pages like this: http://wiki.wireshark.org/Development/LibpcapFileFormat or, better yet, use the new PCAPng format: answered 24 Jun '13, 01:57 Jasper ♦♦ |
You could also try using libpcap/WinPcap to write the file out. You need a (If you're already using libpcap/WinPcap to capture packets or read an existing pcap or pcap-ng file, you already have a answered 24 Jun '13, 18:33 Guy Harris ♦♦ |
Thank you for your answer
Your answer has been converted to a comment as that's how this site works. Please read the FAQ for more information.
If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.