URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=abc1f645764a32af2f3806f12ff400827da32d8d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
abc1f64 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
coap: Use proto_tree_add_item for strings in the packet
Change from proto_tree_add_string() to proto_tree_add_item() for strings
which is fetched from the packet.
Change-Id: Iae6538977b2ecf69f83c62b47ac02198f5f09d54
Reviewed-on: https://code.wireshark.org/review/29348
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from db37b66 RTP, ED-137: Added decoding of additional ED-137B and ED-137C headers
add abc1f64 coap: Use proto_tree_add_item for strings in the packet
Summary of changes:
epan/dissectors/packet-coap.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)