https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7796
Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darkjames-ws@xxxxxxxxxxxx
--- Comment #1 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-10-04 06:50:41 PDT ---
+ /* Fetch ISO descriptor fields stored in host
+ * endian byte order.
+ */
+ tvb_memcpy(tvb, (guint8 *)&iso_status, offset, 4);
What if you're reading capture file on machine with different endianess than
machine on which you captured data?
Yes, I know it was issue also in previous version, and you don't need to fix
it, but i'd appreciate if you do :)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.