aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-19 04:52:16 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-19 04:52:16 +0000
commit6aed321bb591bc675b1fd400e76e87bf2758f05b (patch)
treea1fdecb819f39254f600b3d57523523da07d5403 /tethereal.c
parent952f81ed8dd5ba3021c7e065babbf12f2313bdce (diff)
From Lars Roland: initialize the flags.ref_time field of a frame_data
structure. svn path=/trunk/; revision=8496
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