aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.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 /cfile.h
parent0d87da9c92afbf3c6a1b7f73f0c48fd65f902bed (diff)
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 'cfile.h')
-rw-r--r--cfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cfile.h b/cfile.h
index b05b33a3b8..d12a2bd1f4 100644
--- a/cfile.h
+++ b/cfile.h
@@ -1,7 +1,7 @@
/* cfile.h
* capture_file definition & GUI-independent manipulation
*
- * $Id: cfile.h,v 1.4 2003/09/15 20:37:35 guy Exp $
+ * $Id: cfile.h,v 1.5 2003/09/15 22:16:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -47,7 +47,6 @@ typedef struct _capture_file {
gchar *filename; /* Name of capture file */
gboolean is_tempfile; /* Is capture file a temporary file? */
gboolean user_saved;/* If capture file is temporary, has it been saved by user yet? */
- gchar *displayname; /* Name used when displaying */
long f_len; /* Length of capture file */
guint16 cd_t; /* File type of capture file */
int lnk_t; /* Link-layer type with which to save capture */