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-1.12 6766ad6: coap: fix a bug;

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Nov 2014 06:29:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6766ad66642e4d85ccf33f888b32cc0c87d78049
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

6766ad6 by Bill Meier (wmeier@xxxxxxxxxxx):

    coap: fix a bug;
    
      Bug fix: do initial calls to col_...() *before* the dissection code so
               that proper column info is displayed even if the dissector
               exits early because of an exception, etc.
    
    Change-Id: Idae880aa0addf0484e1df58afa7b5217bfb40489
    Reviewed-on: https://code.wireshark.org/review/5154
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  4d27ddd   DNS: replace hash map by red-black tree to fix request/response tracking when transaction id is reused
    adds  6766ad6   coap: fix a bug;


Summary of changes:
 epan/dissectors/packet-coap.c |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)