Wireshark-bugs: [Wireshark-bugs] [Bug 8070] Patch for packet-coap.c
Date: Thu, 14 Mar 2013 20:54:23 +0000

Comment # 7 on bug 8070 from
(In reply to comment #6)
> An additional option is to fetch the values yourself and then add them to
> the protocol tree with proto_tree_add_uint(), proto_tree_add_string(), etc. 
> That way, you can fetch values according to encoding rules more complicated
> than the rules proto_tree_add_item() allows, but still have the values be
> named fields that can be filtered on, reported with "-T fields", etc.

A quick look at

    http://tools.ietf.org/html/draft-ietf-core-coap-14#section-3.1

seems to suggest that this could be done.


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