diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-11-19 22:32:00 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-11-19 22:32:00 +0000 |
commit | b91d595c77c05b64a7fe015bd53a755b20d20bf5 (patch) | |
tree | f312f65e85f484f6d19d770c6fce9b4d6f000330 /globals.h | |
parent | f8f41fe3c633ae4cd0b7e9cfd6ff6a4b3367f94d (diff) | |
download | wireshark-b91d595c77c05b64a7fe015bd53a755b20d20bf5.tar.gz wireshark-b91d595c77c05b64a7fe015bd53a755b20d20bf5.tar.bz2 wireshark-b91d595c77c05b64a7fe015bd53a755b20d20bf5.zip |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |