Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4720] Ethernet Global Data (EGD) timestamp field has wrong

Date: Mon, 10 May 2010 02:23:46 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4720

--- Comment #13 from oli <oliver@xxxxxxxxxxxxxxxxx> 2010-05-10 02:23:34 PDT ---
The other fields are all displayed fine at the moment without any conversion
(certainly on a Win32 system); they wouldn't be on a system with a big-endian
byte order.

All fields should have the tvb_get_letohl applied to them, and the two
timestamp ones should replace the tvb_get_ntohl with tvb_get_letohl. I guess
that would fix it for all platforms.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.