Wireshark-commits: [Wireshark-commits] master 54ccced: conversation.c: do not use wmem packet scope
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 05 Jun 2019 10:29:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54cccedfbec1a8e8a699317923002a0e7d44cfda
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

54ccced by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    conversation.c: do not use wmem packet scope for debug strings
    
    The code can be called by the GUI, outside of the scope validity.
    
    Bug: 15810
    Change-Id: I1f394cb3d1f978d6e99fe15d8238153aad62ebee
    Reviewed-on: https://code.wireshark.org/review/33499
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  55eeec7   DOCSIS: RNG-REQ: upstream transmit power, bit 15 and 14 of SID
     add  54ccced   conversation.c: do not use wmem packet scope for debug strings


Summary of changes:
 epan/conversation.c       | 91 ++++++++++++++++++++++++-----------------------
 epan/conversation_debug.h |  3 ++
 2 files changed, 49 insertions(+), 45 deletions(-)