aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/keys.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-11 08:21:02 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-11 08:21:02 +0000
commit30a043931e9f0382cb8516403a3e3dc6eb5a08dc (patch)
treeed2b952f6cb757b1d61c582b8d76806ba445d4a0 /gtk/keys.h
parentfeb5791d6ae22cca80342e84961273ddaaf52b6f (diff)
From Jirka Novak:
Support for generating filter expressions based on packet list column values Support for adding filter expressions generated from column or protocol tree field values to the current expression rather than replacing the current expression svn path=/trunk/; revision=4522
Diffstat (limited to 'gtk/keys.h')
-rw-r--r--gtk/keys.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/keys.h b/gtk/keys.h
index 2c563a827b..d4686fe9a9 100644
--- a/gtk/keys.h
+++ b/gtk/keys.h
@@ -1,7 +1,7 @@
/* keys.h
* Key definitions for various objects
*
- * $Id: keys.h,v 1.11 2000/08/20 21:55:57 deniel Exp $
+ * $Id: keys.h,v 1.12 2002/01/11 08:21:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,6 +32,9 @@
#define E_DFILTER_CM_KEY "display_filter_combo"
#define E_DFILTER_FL_KEY "display_filter_list"
#define E_RFILTER_TE_KEY "read_filter_te"
+#define E_MPACKET_LIST_KEY "menu_packet_list"
+#define E_MPACKET_LIST_ROW_KEY "menu_packet_list_row"
+#define E_MPACKET_LIST_COL_KEY "menu_packet_list_col"
#define PRINT_CMD_LB_KEY "printer_command_label"
#define PRINT_CMD_TE_KEY "printer_command_entry"