For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-coap.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-09-13 guyAs the man said, ports are unsigned.
2011-09-13 sfisherThe "Uri-Port" option is an unsigned, not signed, integ...
2011-08-13 guyDo more checking of the TLV length. Yes, the length...
2011-08-10 morrissstrlen returns a size_t
2011-08-10 morrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2011-05-06 etxrab VALS(& -> VALS(
2011-03-27 stigAdded some missing breaks.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-19 morrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-11-15 morrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-30 morrissFix the randpkt assertion reported in https://bugs...
2010-10-21 morrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-21 morrissFrom Shoichi Sakane via bug 5270: minor changes and...
2010-10-20 morrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-19 morrissFrom Shoichi Sakane via https://bugs.wireshark.org...
2010-10-19 stigInit ett_coap_noop, another fix for bug 5305.
2010-10-18 wmeierRemove some unneeded #includes ...
2010-10-18 stigAdded some length checks for integers.
2010-10-17 stigcoap_handle is only used in proto_reg_handoff_coap.
2010-10-17 stigFrom Shoichi Sakane via bug 5270: