Introduce experimental new feature: GTK2 tree view based packet list
authorStephen Fisher <steve@stephen-fisher.com>
Tue, 30 Jun 2009 18:05:04 +0000 (18:05 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Tue, 30 Jun 2009 18:05:04 +0000 (18:05 -0000)
commite6d0686f7b1291b420618d768d964d00b83cb452
tree3aaafc6ab6cc9e1bda6c0b3103c5279e9eda2fa4
parent92446c8005109d31ad842b29b8b480f7e69d2843
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.

svn path=/trunk/; revision=28892
24 files changed:
color_filters.c
file.c
gtk/Makefile.common
gtk/capture_file_dlg.c
gtk/color_dlg.c
gtk/drag_and_drop.c
gtk/font_utils.c
gtk/gtkglobals.h
gtk/main.c
gtk/main.h
gtk/main_packet_list.c
gtk/main_packet_list.h
gtk/main_proto_draw.c
gtk/main_toolbar.c
gtk/menus.c
gtk/new_packet_list.c [new file with mode: 0644]
gtk/new_packet_list.h [new file with mode: 0644]
gtk/packet_list_store.c [new file with mode: 0644]
gtk/packet_list_store.h [new file with mode: 0644]
gtk/prefs_column.c
gtk/prefs_gui.c
gtk/prefs_stream.c
gtk/recent.c
ui_util.h