aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--file.c3
-rw-r--r--tethereal.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/file.c b/file.c
index 7d95dc4bec..cc6813fd56 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.314 2003/09/15 23:28:07 guy Exp $
+ * $Id: file.c,v 1.315 2003/09/19 04:52:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -871,6 +871,7 @@ read_packet(capture_file *cf, long offset)
fdata->flags.encoding = CHAR_ASCII;
fdata->flags.visited = 0;
fdata->flags.marked = 0;
+ fdata->flags.ref_time = 0;
passed = TRUE;
if (cf->rfcode) {
diff --git a/tethereal.c b/tethereal.c
index 60b19ce93e..23c9c7eb30 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.197 2003/09/15 22:48:41 guy Exp $
+ * $Id: tethereal.c,v 1.198 2003/09/19 04:52:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2119,6 +2119,7 @@ fill_in_fdata(frame_data *fdata, capture_file *cf,
fdata->flags.encoding = CHAR_ASCII;
fdata->flags.visited = 0;
fdata->flags.marked = 0;
+ fdata->flags.ref_time = 0;
/* If we don't have the time stamp of the first packet in the
capture, it's because this is the first packet. Save the time