aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-15 22:16:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-15 22:16:08 +0000
commitf56d16abab4e4dff05f3601886be8d09a340f924 (patch)
tree48c2e6414a4abf8dc05211b0adc26c6616f509d4 /file.h
parent0d87da9c92afbf3c6a1b7f73f0c48fd65f902bed (diff)
downloadwireshark-f56d16abab4e4dff05f3601886be8d09a340f924.tar.gz
wireshark-f56d16abab4e4dff05f3601886be8d09a340f924.tar.bz2
wireshark-f56d16abab4e4dff05f3601886be8d09a340f924.zip
Add a routine to return the display name for a "capture_file" structure,
rather than constructing that name when a capture file is opened and putting a pointer to it in that structure. svn path=/trunk/; revision=8476
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index 704e051261..4343bfa965 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.105 2003/09/12 02:48:20 sahlberg Exp $
+ * $Id: file.h,v 1.106 2003/09/15 22:16:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -49,6 +49,7 @@ read_status_t continue_tail_cap_file(capture_file *, int, int *);
read_status_t finish_tail_cap_file(capture_file *, int *);
/* size_t read_frame_header(capture_file *); */
gboolean save_cap_file(char *, capture_file *, gboolean, gboolean, guint);
+gchar *cf_get_display_name(capture_file *);
int filter_packets(capture_file *cf, gchar *dfilter);
void reftime_packets(capture_file *);