https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6337
Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-09-13 10:19:04 MDT ---
This bug was introduced by one of the patches from bug #5270, which added
support for the "Uri-Port" option. Its defined as a FT_UINT16, but
dissect_coap_opt_port() was calling proto_tree_add_int() instead of
proto_tree_add_uint(). I changed it to call ..._uint() in SVN revision 38986.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.