aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
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 /ui_util.h
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 'ui_util.h')
-rw-r--r--ui_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui_util.h b/ui_util.h
index ac85a65d1b..5509dd3110 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -54,6 +54,8 @@ extern void pipe_input_set_handler(gint source, gpointer user_data, int *child_p
/* packet_list.c */
+#ifndef NEW_PACKET_LIST
+
/* packet list related functions */
void packet_list_clear(void);
void packet_list_freeze(void);
@@ -71,6 +73,7 @@ gint packet_list_get_sort_column(void);
void packet_list_set_sort_column(void);
gboolean packet_list_check_end(void);
+#endif /* NEW_PACKET_LIST */
#ifdef __cplusplus
}