Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: Re: [Wireshark-dev] FW: Listen_rtp plugin

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 02 Sep 2006 14:32:40 -0700

Bill Meier wrote:

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

The correct approach to solve this particular problem is to notice that the codecs do not use any GTK+ code whatsoever, and are not necessarily going to be used only by GTK+-based applications, and move the codecs directory out of the gtk directory.

That's what we've done - it's now a top-level directory. Try building it now.

  • References:
    • Re: [Wireshark-dev] FW: Listen_rtp plugin
      • From: Bill Meier
  • Prev by Date: Re: [Wireshark-dev] newbie question about dissecting protocol with many message subtypes
  • Next by Date: Re: [Wireshark-dev] newbie question about dissecting protocol with many message subtypes
  • Previous by thread: Re: [Wireshark-dev] FW: Listen_rtp plugin
  • Next by thread: Re: [Wireshark-dev] Megaco dissector: problem with dissection ofMediaDescriptor
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation