ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master abc1f64: coap: Use proto_tree_add_item for strings in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Aug 2018 12:08:05 +0000
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(-)