aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2003-08-11 22:41:10 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2003-08-11 22:41:10 +0000
commit2f8c75aed1a45cde9b17a3dd522b3f4fb2dbad28 (patch)
treee5e6a03b1185d6a91b28c809434dbc6d6f414361 /file.h
parentf2faba5cf2a90ef017e85c266866cd6d9c3c3a53 (diff)
Applied the "Updated find capabilities...." from Greg Morris.
svn path=/trunk/; revision=8158
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.h b/file.h
index 4b65464a62..94ce1895cc 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.102 2003/08/05 00:01:27 guy Exp $
+ * $Id: file.h,v 1.103 2003/08/11 22:41:09 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -58,7 +58,7 @@ void change_time_formats(capture_file *);
gboolean find_packet(capture_file *cf, dfilter_t *sfcode);
guint8 get_int_value(char char_val);
gboolean find_ascii(capture_file *cf, char *ascii_text, gboolean ascii_search, char *ftype, gboolean case_type);
-
+gboolean find_in_gtk_data(capture_file *cf, gpointer *data, char *ascii_text, gboolean case_type, gboolean search_type);
gboolean goto_frame(capture_file *cf, guint fnumber);
void select_packet(capture_file *, int);