ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Information on wireshark source

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 8 Nov 2009 15:20:25 -0800

On Nov 7, 2009, at 6:54 PM, Ketan Kunde wrote:

I am in the process of implementing a small custom made capture facility in one of my project .

Capture, or dissection?

I am using wireshark source code as reference.

If you're only interested in packet capture, you might want to look at tcpdump (just look at tcpdump.c) or at some of the tutorials at

	http://www.tcpdump.org/

If you're interested in dissection as well, that's a bigger problem.