Wireshark-commits: [Wireshark-commits] master-3.2 ca1beb6: epan: Keep decode_as_list when changing
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Jun 2020 06:06:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca1beb600dfb81b0d262491b365a39fb3674523b
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

ca1beb6 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    epan: Keep decode_as_list when changing profile
    
    The decode_as_list is built at startup and contains all protocols
    registered for "decode as". Do not clear this list on profile change,
    only on exit.
    
    Bug: 16635
    Change-Id: I832a042327603ae0f01b10ab620fccc03d4fd3a3
    Reviewed-on: https://code.wireshark.org/review/37579
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 3dc5f5c2d6352d904e4cfdc03cc9b643122fd368)
    Reviewed-on: https://code.wireshark.org/review/37601
    

Actions performed:

    from  5846d02   DOC: fix layout mergecap manual page
     add  ca1beb6   epan: Keep decode_as_list when changing profile


Summary of changes:
 debian/libwireshark13.symbols | 1 +
 epan/decode_as.c              | 8 ++++++--
 epan/decode_as.h              | 4 ++++
 epan/epan.c                   | 1 +
 4 files changed, 12 insertions(+), 2 deletions(-)