Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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.