aboutsummaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-19 22:32:00 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-19 22:32:00 +0000
commit81c76afaae05d8e9907329b6758e8c359e4a23e4 (patch)
treef312f65e85f484f6d19d770c6fce9b4d6f000330 /globals.h
parent4886b4ee336d4a89808483f8c39deda3dce7e485 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1070 f5534014-38df-0310-8fa8-9805f1628bb7
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;