Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for

TpS_otherpod[].  Ask about its validity for ETH_CAPTYPE_OTHERPOD2 and
ETH_CAPTYPE_GIGPOD2.

svn path=/trunk/; revision=22016
This commit is contained in:
Guy Harris 2007-05-31 05:51:15 +00:00
parent aa3ac312b2
commit ef511c0bbc
1 changed files with 4 additions and 0 deletions

View File

@ -224,18 +224,22 @@ static double TpS_gigpod[] = { 1e9, 0.0, 31250000.0 };
/*
* Table of time units for Ethernet captures with captype ETH_CAPTYPE_OTHERPOD.
* (Based upon captures reviewed realtick does not contain the
* correct TpS values for 'otherpod' or 'gigpod' captypes).
*/
static double TpS_otherpod[] = { 1e6, 0.0, 1250000.0 };
#define NUM_NETXRAY_TIMEUNITS_OTHERPOD (sizeof TpS_otherpod / sizeof TpS_otherpod[0])
/*
* Table of time units for Ethernet captures with captype ETH_CAPTYPE_OTHERPOD2.
* XXX - does realtick contain the correct TpS values for any of these captypes?)
*/
static double TpS_otherpod2[] = { 1e6, 0.0, 0.0 };
#define NUM_NETXRAY_TIMEUNITS_OTHERPOD2 (sizeof TpS_otherpod2 / sizeof TpS_otherpod2[0])
/*
* Table of time units for Ethernet captures with captype ETH_CAPTYPE_GIGPOD2.
* XXX - does realtick contain the correct TpS values for any of these captypes?)
*/
static double TpS_gigpod2[] = { 1e9, 0.0, 20000000.0 };
#define NUM_NETXRAY_TIMEUNITS_GIGPOD2 (sizeof TpS_gigpod2 / sizeof TpS_gigpod2[0])