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] [Wireshark-commits] rev 24770: /trunk/packaging/ /trunk/packaging/nsis/: Makefile.nmake wireshark.nsi /trunk/packaging/portableapps/win32/: makenmake.pl /trunk/packaging/u3/win32/: makenmake.pl

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


From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Fri, 4 Apr 2008 14:59:53 -0600

On Fri, Apr 04, 2008 at 12:05:07PM -0700, Gerald Combs wrote:

> We have indeed decided to drop GTK1 support*.

Yay!  Time to start ripping out GTK1 code all over the place :).  That 
will be a huge project in and of itself.

> *This is a nice way of saying "no one in either session objected, and 
> Gerald decided on behalf of everyone who wasn't there. Wasn't that 
> nice of him?"

Fine with me - I've never liked supporting GTK1 and, in fact, I write 
most new GUI features only for GTK2 anyway.  The only downside is that 
we put so much time into supporting both in the past.

FYI to everyone: Nasty #if statements such as #if (GTK_MAJOR_VERSION ==
2 && GTK_MINOR_VERSION >= 9) || GTK_MAJOR_VERSION > 2 can be replaced with
#if GTK_CHECK_VERSION(x,y,z) when needed to only compile that code for a 
minimum GTK version (such as when a feature was introduced in 2.4.0 or 
2.6.0).


Steve

  • References:
    • Re: [Wireshark-dev] [Wireshark-commits] rev 24770: /trunk/packaging/ /trunk/packaging/nsis/: Makefile.nmake wireshark.nsi /trunk/packaging/portableapps/win32/: makenmake.pl /trunk/packaging/u3/win32/: makenmake.pl
      • From: Gerald Combs
  • Prev by Date: Re: [Wireshark-dev] [Wireshark-commits] rev 24770: /trunk/packaging/ /trunk/packaging/nsis/: Makefile.nmake wireshark.nsi /trunk/packaging/portableapps/win32/: makenmake.pl /trunk/packaging/u3/win32/: makenmake.pl
  • Next by Date: Re: [Wireshark-dev] Sharkfest roadmap sessions summary
  • Previous by thread: Re: [Wireshark-dev] [Wireshark-commits] rev 24770: /trunk/packaging/ /trunk/packaging/nsis/: Makefile.nmake wireshark.nsi /trunk/packaging/portableapps/win32/: makenmake.pl /trunk/packaging/u3/win32/: makenmake.pl
  • Next by thread: Re: [Wireshark-dev] [Wireshark-commits] rev 24770: /trunk/packaging/ /trunk/packaging/nsis/: Makefile.nmake wireshark.nsi /trunk/packaging/portableapps/win32/: makenmake.pl /trunk/packaging/u3/win32/: makenmake.pl
  • Index(es):
    • Date
    • Thread

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