aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-05-29 14:27:42 +0000
committerBill Meier <wmeier@newsguy.com>2007-05-29 14:27:42 +0000
commit0bf864bc32fd4af1fa607a913a9cfadc4accefa9 (patch)
treef526bb7cf6d4f7b56e362bfdfe614efbf339e073 /wiretap/netxray.c
parent3b12c867a2b5f23a6d40197d4887b55306027d97 (diff)
(fix comment)
svn path=/trunk/; revision=21983
Diffstat (limited to 'wiretap/netxray.c')
-rw-r--r--wiretap/netxray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index 7fedc24ca0..7b4904c478 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -506,8 +506,8 @@ int netxray_open(wtap *wth, int *err, gchar **err_info)
return -1;
}
/*
- XXX: 05/29/07: Use 'realtick' instead of TpS table in this
- specific case; Using 'realtick' here results
+ XXX: 05/29/07: Use 'realtick' instead of TpS table if timeunit=2;
+ Using 'realtick' in this case results
in the correct 'ticks per second' for all the captures that
I have of this type (including captures from a number of Wirshark
bug reports).