aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-05-29 14:20:54 +0000
committerBill Meier <wmeier@newsguy.com>2007-05-29 14:20:54 +0000
commit3b12c867a2b5f23a6d40197d4887b55306027d97 (patch)
tree0c695b86160109696f924ecdc8435c414dcb5750 /wiretap/wtap-int.h
parent6a6895fafa91b4e901ea159bc1a31ae2494f90ba (diff)
Another sniffer timestamp display fix; addresses bug 866 and other reports.
(Also: change variable name to correctly reflect usage). svn path=/trunk/; revision=21982
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 73ba2ed892..15e1310b5c 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -107,7 +107,7 @@ typedef struct {
typedef struct {
time_t start_time;
- double timeunit;
+ double ticks_per_sec;
double start_timestamp;
gboolean wrapped;
guint32 nframes;