From e6a57f0107ccd9259876327e249ecb9ef75b034a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stig=20Bj=C3=B8rlykke?= Date: Wed, 18 Nov 2009 16:29:13 +0000 Subject: [PATCH] Switch HighHdr and LowHdr to build correct absolute time. svn path=/trunk/; revision=31005 --- wiretap/netscaler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiretap/netscaler.c b/wiretap/netscaler.c index 31b66d792f..ed361ece16 100644 --- a/wiretap/netscaler.c +++ b/wiretap/netscaler.c @@ -249,8 +249,8 @@ typedef struct nspr_pktracefull_v23 { NSPR_HEADER3B_V22(fp); /* long performance header */ guint8 fp_DevNo; /* Network Device (NIC) number */ - guint32 fp_AbsTimeHighHdr; /* Higher value of the absolute time */ guint32 fp_AbsTimeLowHdr; /* High resolution low time */ + guint32 fp_AbsTimeHighHdr; /* Higher value of the absolute time */ guint32 fp_PcbDevNo; /* PCB devno */ guint32 fp_lPcbDevNo; /* link PCB devno */ guint16 fp_VlanTag; /* vlan tag */ @@ -315,8 +315,8 @@ typedef struct nspr_pktracepart_v23 { NSPR_HEADER3B_V22(pp); /* long performance header */ guint8 pp_DevNo; /* Network Device (NIC) number */ - guint32 pp_AbsTimeHighHdr; /* Higher value of the absolute time */ guint32 pp_AbsTimeLowHdr; /* High resolution low time */ + guint32 pp_AbsTimeHighHdr; /* Higher value of the absolute time */ guint16 pp_PktSizeOrg; /* Original packet size */ guint16 pp_PktOffset; /* starting offset in packet */ guint32 pp_PcbDevNo; /* PCB devno */ -- 2.34.1