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.