aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1999-11-25 18:02:25 +0000
committerGerald Combs <gerald@wireshark.org>1999-11-25 18:02:25 +0000
commite479d316a7ce78ed6b4e74cf0f406b1b80a25f7e (patch)
tree8f261164f3e4856daa8e4a961981fa119a7d703c /file.h
parentf90037ac8d4403d8d44c2e23d69dd4b7555c71bb (diff)
Change display filter entry widget to a GtkCombo.
Modify filter_packtes to return 1 on success, and 0 on failure. svn path=/trunk/; revision=1106
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 4443e6704c..38bccf9333 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.53 1999/11/18 21:04:54 guy Exp $
+ * $Id: file.h,v 1.54 1999/11/25 18:02:07 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -124,7 +124,7 @@ int read_cap_file(capture_file *);
int tail_cap_file(char *, capture_file *);
/* size_t read_frame_header(capture_file *); */
-void filter_packets(capture_file *cf, gchar *dfilter);
+int filter_packets(capture_file *cf, gchar *dfilter);
void colorize_packets(capture_file *);
int print_packets(capture_file *cf, print_args_t *print_args);
void change_time_formats(capture_file *);