Wireshark-users: Re: [Wireshark-users] code for reading pcap
From: Stephen Fisher <
steve@xxxxxxxxxxxxxxxxxx>
Date: Thu, 7 May 2009 19:57:47 -0600
On Fri, May 08, 2009 at 09:07:09AM +0800, ???????? wrote:
> I want to know which .c file in wireshark source code is using for
> reading pcap format,Thank you in advance!
(This message is better suited for the wireshark-dev@xxxxxxxxxxxxx
mailing list)
The main files are wiretap/libpcap.c and libpcap.h, although I believe
some of the developers recently moved some common code into another file
in wiretap/.
Steve