Wireshark-commits: [Wireshark-commits] master 3dc5f5c: epan: Keep decode_as_list when changing prof
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Jun 2020 18:40:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3dc5f5c2d6352d904e4cfdc03cc9b643122fd368
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3dc5f5c 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>
    

Actions performed:

    from  52d8c57   NetMon 802.11: Register dissector
     add  3dc5f5c   epan: Keep decode_as_list when changing profile


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