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: Sun, 2 May 2010 05:00:57 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4720

--- Comment #7 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-05-02 14:00:45 CEST ---
Nope, this is not how you do that. ntohl is a macro converting network order to
host order. Network order is big endian, host order is either little or big.
During the build either an conversion or an emptry macro is provided, based on
the host platform. So, using ntohl already covers your concern.
What *is* of concern is lack of transfer syntax 'on the wire' for this
protocol. We could assume this being little endian, then the
proto_tree_add_item() calls should have TRUE as final parameter.
Do the other fields from the protocol also show a LE/BE problem?

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