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 1522] Update to WLCCP Packet Decode

Date: Fri, 13 Apr 2007 09:37:28 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522





------- Comment #8 from jeff.morriss@xxxxxxxxxxx  2007-04-13 09:37 GMT -------
Oh, I forgot to mention that I also:

- changed the COL_INFO format

- changed:
   ((tvb_get_guint8(tvb, 6)<<2)>>2) & 63
to:
   tvb_get_guint8(tvb,6) & 63

since all that left and right shifting was having no effect besides lopping off
the top 2 bits (which is already done by the "& 63").


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