aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-15 22:16:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-15 22:16:08 +0000
commit01dfcd5806d9c6b50b0c3bb29f8d3948538268d4 (patch)
tree48c2e6414a4abf8dc05211b0adc26c6616f509d4 /cfile.h
parenta754945829c4f3cc54fb87b70cf1e4d7c6481550 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8476 f5534014-38df-0310-8fa8-9805f1628bb7
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 */