aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-09-25 23:24:07 +0000
committerGerald Combs <gerald@wireshark.org>1998-09-25 23:24:07 +0000
commit3da04dd983e2c3c66fae3adb5e6e4a57aab63f4e (patch)
tree8d5725d0fe36059aa33286b93b05f4a9f701d193 /file.c
parenteac9fd94be4f7ff65e0537762b04619a3494b102 (diff)
* Ethernet manufacturer support (Laurent)
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index 84b946cbf8..77c8f5b23e 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.3 1998/09/17 03:12:24 gerald Exp $
+ * $Id: file.c,v 1.4 1998/09/25 23:23:59 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -84,7 +84,7 @@ open_cap_file(char *fname, capture_file *cf) {
cf->fh = NULL;
/* set the file name beacuse we need it to set the follow stream filter */
- cf->filename = strdup( fname );
+ cf->filename = g_strdup( fname );
/* Next, find out what type of file we're dealing with */