aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-11-13 06:47:37 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-11-13 06:47:37 +0000
commitd773727c235f59c0efe9623e488075ba0fbed49c (patch)
treed776f4ae834dae85138d3181960780af05736d1f /wiretap/wtap.h
parentd744ff6a91857950287a61d7758546b8f06d17fd (diff)
The Sniffer-reading code in wiretap now decodes the time field for each
packet. The date is still not taken into account, so all the traces appear to start on Jan 1, 1970. But the time of day is correct, so at least you get good delta times. svn path=/trunk/; revision=89
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 24fb0ae949..a16491f407 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.3 1998/11/13 05:57:39 gram Exp $
+ * $Id: wtap.h,v 1.4 1998/11/13 06:47:37 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -48,6 +48,7 @@
typedef struct {
guint16 pkt_len;
+ double timeunit;
} ngsniffer_t;
typedef struct {