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] What are the Modules in Wireshark

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 29 Jun 2010 01:01:12 -0700
On Jun 28, 2010, at 9:49 PM, Anoop Valluthadam wrote:

> ihow can i start wireshark programming,which is the main() file ?

gtk/main.c in Wireshark, tshark.c for TShark.

However, starting with main() probably isn't the best way to figure out how Wireshark or TShark works.  You should probably look at the README.* files in the doc directory instead - start with README.design and README.developer.