Wireshark-bugs: [Wireshark-bugs] [Bug 10902] New: CoAP accept option value should be 17 instead

Date: Thu, 29 Jan 2015 10:59:06 +0000
Bug ID 10902
Summary CoAP accept option value should be 17 instead of 16
Product Wireshark
Version Git
Hardware x86
OS Windows 7
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Currently, Accept option code is 16 at line 176 in
epan/dissectors/packet-coap.c
     #define COAP_OPT_ACCEPT         16
It should be updated to 17.
According to table 4 in RFC 7252 (CoAP spec.), the "Accept" option is 17.
Therefore, the code at line 176 should be fixed with:
     #define COAP_OPT_ACCEPT         17
I checked with wireshark 1.12.3, but I think that the other versions also has
the same bug.


You are receiving this mail because:
  • You are watching all bug changes.