From 90ce35c64e96fc3b8c6151e3faf926650d1f45f8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 9 Sep 2005 08:40:58 +0000 Subject: From Bill Meier: define "timezone" as "gint16", as it can be positive (west of UTC) or negative (east of UTC); update comments to refer to the new names for structure members; say the precision of the time stamps is 1 nanosecond only if the ticks per second is > 10 million; fix the handling of files truncated exactly on a frame boundary. svn path=/trunk/; revision=15739 --- wiretap/wtap-int.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wiretap/wtap-int.h') diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h index 6dc3c694aa..79f3d072f0 100644 --- a/wiretap/wtap-int.h +++ b/wiretap/wtap-int.h @@ -104,7 +104,9 @@ typedef struct { double timeunit; double start_timestamp; gboolean wrapped; - int end_offset; + guint32 nframes; + long start_offset; + long end_offset; int version_major; gboolean fcs_valid; /* if packets have valid FCS at the end */ guint isdn_type; /* 1 = E1 PRI, 2 = T1 PRI, 3 = BRI */ -- cgit v1.2.3