Hi, You never said on what platform you develop. In case of *nix, that depends on where your dissector lives. For a plugin it's just 'make'. For a buildin one you can use 'make -C epan && make wireshark' to speed things up. In case of Windows, that depends on where your dissector lives. For a plugin it's just 'nmake -f Makefile.nmake'. For a buildin one it's 'nmake -Makefile.nmake debug-wireshark'. But be careful if there are additional dependancies.
Thanks, Jaap Send from my iPhone On 11 apr 2010, at 04:52, Shawn Mayer <[email protected]> wrote: > After I modify a dissector can I just build that individual file or > do I > have to build all? Sorry for the simple question. > > Shawn > > NTMail K12 - the Mail Server for Education > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <[email protected]> > Archives: http://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
