Wireshark-commits: [Wireshark-commits] master-3.2 7329ce9: epan: Always clear all decode-as when lo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Jun 2020 06:07:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7329ce96ec352d1b59c1d8c48a26fb5046061251
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

7329ce9 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    epan: Always clear all decode-as when loading entries
    
    Always call decode_clear_all() when loading decode_as entries because
    this function will create decode_build_reset_list based on entries that
    has been changed from its original state.
    
    Ping-Bug: 16635
    Change-Id: Ib589d4bc863b680146063ad682398f6180125a38
    Reviewed-on: https://code.wireshark.org/review/37582
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit ac38c14dd7972c990d44df16f6e8b40b5d77ca3a)
    Reviewed-on: https://code.wireshark.org/review/37602
    

Actions performed:

    from  ca1beb6   epan: Keep decode_as_list when changing profile
     add  7329ce9   epan: Always clear all decode-as when loading entries


Summary of changes:
 epan/decode_as.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)