Wireshark-dev: Re: [Wireshark-dev] Regarding dissectors.
From: Stephen Fisher <
stephentfisher@xxxxxxxxx>
Date: Sun, 3 Dec 2006 12:12:03 -0800
On Sun, Dec 03, 2006 at 10:56:58AM -0800, prashanth joshi wrote:
> I want to have both the dissectors in the same file becos i want to
> escape from the overhead of writing the make file for the second
> dissector that i am supposed to implement.
Are you referring to dissectors implemented as plug-ins? Normal
dissectors are preferred and only require a one line addition to the
epan/dissectors/Makefile.am file to work. Dissectors should each be in
their own file.
Steve