ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1455] LLDPDU MAC-PHY TLV PMD Auto-Neg field is being analy

Date: Tue, 10 Apr 2007 15:46:49 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1455





------- Comment #8 from jhilman@xxxxxxxxxxxx  2007-04-10 15:46 GMT -------
OK... now that I've had a chance to look and think about this... The way this
is being looked at is by the bits.  There are 16 bits for this field in the TLV
numbered 0-15  counting from right to left.  So the way this looks on our
systtem is:

 xxxx xxxx xxxx xxxx or:

15 14 13 12 : 11 10 9 8 : 7 6 5 4 : 3 2 1 0

so when we have 0x0136:
0000 0001 0011 0110
        x   xx  xx 
   0    1    3   6

This is not correct?


-- 
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.