aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-19 04:52:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-19 04:52:16 +0000
commit1a16cadd217474f8d62e2ad71cce39e7d9945d78 (patch)
treea1fdecb819f39254f600b3d57523523da07d5403 /tethereal.c
parentf69f7d989d7fc457ebe05ccb6f744b51bce612a5 (diff)
From Lars Roland: initialize the flags.ref_time field of a frame_data
structure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8496 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c3
1 files changed, 2 insertions, 1 deletions
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