Wireshark-commits: [Wireshark-commits] rev 28892: /trunk/ /trunk/gtk/: Makefile.common capture_file
Date: Tue, 30 Jun 2009 18:05:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28892

User: sfisher
Date: 2009/06/30 11:05 AM

Log:
 Introduce experimental new feature: GTK2 tree view based packet list
 
 To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling.
 To do this with gcc, set the environment variable CPPFLAGS to
 "-DNEW_PACKET_LIST" and re-run configure.
 
 Many features do not yet work.  This work began with prototypes by Ulf
 quite a while back.  I've put quite a bit of work into this so far and
 as discussed with a few of the core team members at Sharkfest09 and it was
 decided that it would be best to commit what I have so far to allow others to
 help work on this.

Directory: /trunk/gtk/
  Changes    Path                   Action
  +4 -0      Makefile.common        Modified
  +11 -0     capture_file_dlg.c     Modified
  +12 -1     color_dlg.c            Modified
  +2 -0      drag_and_drop.c        Modified
  +2 -0      font_utils.c           Modified
  +2 -0      gtkglobals.h           Modified
  +29 -2     main.c                 Modified
  +2 -0      main.h                 Modified
  +6 -0      main_packet_list.c     Modified
  +4 -0      main_packet_list.h     Modified
  +8 -0      main_proto_draw.c      Modified


(13 files not shown)