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.