aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h4
1 files changed, 3 insertions, 1 deletions
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 */