aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-29 20:05:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-29 20:05:59 +0000
commit14e2a790f9b63cca70d9bc60006d649d968dba28 (patch)
tree179b91be2e9e2bda5c2f668c130ffb74581346b4 /file.h
parent4b3792824634a5b6e4ab151fdb5aab90c4ea330c (diff)
From Dick Gooris (and me :-)
more ways to choose which packets can be saved, in the save(as) dialog box svn path=/trunk/; revision=9476
Diffstat (limited to 'file.h')
-rw-r--r--file.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/file.h b/file.h
index ac60b0d664..0342446b00 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.108 2003/09/24 00:47:36 guy Exp $
+ * $Id: file.h,v 1.109 2003/12/29 20:03:38 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,6 +25,7 @@
#ifndef __FILE_H__
#define __FILE_H__
+#include "range.h"
#include "wiretap/wtap.h"
#include <epan/dfilter/dfilter.h>
#include "print.h"
@@ -48,7 +49,7 @@ int cf_start_tail(char *, gboolean, capture_file *);
read_status_t cf_continue_tail(capture_file *, int, int *);
read_status_t cf_finish_tail(capture_file *, int *);
/* size_t read_frame_header(capture_file *); */
-gboolean cf_save(char *, capture_file *, gboolean, gboolean, guint);
+gboolean cf_save(char *fname, capture_file * cf, packet_range_t *range, guint save_format);
gchar *cf_get_display_name(capture_file *);
int filter_packets(capture_file *cf, gchar *dfilter);