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.