aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2009-06-30 18:05:04 +0000
committerStephen Fisher <steve@stephen-fisher.com>2009-06-30 18:05:04 +0000
commite6d0686f7b1291b420618d768d964d00b83cb452 (patch)
tree3aaafc6ab6cc9e1bda6c0b3103c5279e9eda2fa4 /gtk/Makefile.common
parent92446c8005109d31ad842b29b8b480f7e69d2843 (diff)
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
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 4ff9b3c291..e0f31df051 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -87,7 +87,9 @@ WIRESHARK_GTK_SRC = \
main_toolbar.c \
main_welcome.c \
mcast_stream.c \
+ new_packet_list.c \
packet_history.c \
+ packet_list_store.c \
packet_win.c \
pixmap_save.c \
plugins_dlg.c \
@@ -267,7 +269,9 @@ noinst_HEADERS = \
mcast_stream.h \
mcast_stream_dlg.h \
mtp3_stat.h \
+ new_packet_list.h \
packet_history.h \
+ packet_list_store.h \
packet_win.h \
pixmap_save.h \
plugins_dlg.h \