Wireshark-bugs: [Wireshark-bugs] [Bug 1455] LLDPDU MAC-PHY TLV PMD Auto-Neg field is being analy
Date: Wed, 21 Mar 2007 20:12:53 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1455





------- Comment #2 from luis.ontanon@xxxxxxxxx  2007-03-21 20:12 GMT -------
(In reply to comment #1)
> Sounds like a big endian/little endian problem.
> packet-lldp.c line 1352 reads the value with ntohs()
> 
Not an LE-BE issue an MSB->LSB inversion.
0000 0001 0011 0110
0011 0110 0000 0001 LE<->BE would be this
0000 0001 0110 1100 this is what we got (MSB<->LSB confussion)


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