Wireshark-commits: [Wireshark-commits] rev 22588: /trunk/ /trunk/gtk/: main.c /trunk/: capture_opts
Date: Wed, 22 Aug 2007 18:56:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22588

User: morriss
Date: 2007/08/22 06:56 PM

Log:
 gcc 4 doesn't like my macro for getting the interface description: it says there's an invalid lvalue in it.  I don't see what's wrong with it, but replace the macro with a function.  Also: don't include the .xpm files in gtk/main.c if we're building without PCAP (as they're not used in that configuration).

Directory: /trunk/gtk/
  Changes    Path          Action
  +12 -10    main.c        Modified

Directory: /trunk/
  Changes    Path                  Action
  +2 -10     capture_opts.h        Modified
  +13 -0     capture_ui_utils.c    Modified
  +11 -1     capture_ui_utils.h    Modified
  +1 -1      summary.c             Modified