Comment # 7
on bug 8070
from Guy Harris
(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.