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] FW: Listen_rtp plugin

From: "Bill Meier" <wmeier@xxxxxxxxxxx>
Date: Fri, 01 Sep 2006 15:38:45 -0400
> Here is a new patch with the following changes:

>     It'll be good if someone can review all the make files staff to see 
> if I did that correctly (I tested with and without the compile options 
> in Windows and Fedora Core 4).

Minor problem:

I build wireshark only for gtk2.
For gtk2, a gtk2.tmp directory is created and the Makefile is run from that 
directory.

This causes the 'cd codecs' below (in gtk Makefile.nmake) to fail.

..\gtk\codecs\codecs.lib: 
        cd codecs   <<=== fails since current dir is actually gtk2.tmp
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
        cd ..

I don't really know the correct approach to solve this in a general manner 
....

Bill Meier