summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-19 22:32:00 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-19 22:32:00 +0000
commitb91d595c77c05b64a7fe015bd53a755b20d20bf5 (patch)
treef312f65e85f484f6d19d770c6fce9b4d6f000330 /globals.h
parentf8f41fe3c633ae4cd0b7e9cfd6ff6a4b3367f94d (diff)
downloadwireshark-b91d595c77c05b64a7fe015bd53a755b20d20bf5.tar.gz
Change match_selected() to produce a display filter using the selected
field's name, if possible. (If the selected field is not a registered field, then of course, we still have to use the frame[x:y] syntax). tree_selected_start and tree_selected_len are on longer globals variables; finfo_selected has replaced them. svn path=/trunk/; revision=1070
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 5385407651..21774c8202 100644
--- a/globals.h
+++ b/globals.h
@@ -1,7 +1,7 @@
/* globals.h
* Global defines, etc.
*
- * $Id: globals.h,v 1.11 1999/10/20 22:35:57 gram Exp $
+ * $Id: globals.h,v 1.12 1999/11/19 22:31:50 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -92,6 +92,7 @@ extern gchar *bold_font;
extern gchar *last_open_dir;
extern gboolean auto_scroll_live;
extern int g_resolving_actif;
+extern field_info *finfo_selected;
extern ts_type timestamp_type;