Wireshark-commits: [Wireshark-commits] master-2.0 682e3a6: Qt: Redissect packets when changing prof

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 07:46:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=682e3a6117981eaae009d44225fa80e69511364e
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

682e3a6 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Redissect packets when changing profile
    
    When changing profile the protocol/dissector preferences may change
    so we need to redissect according to new settings.
    
    We should probably have a preferences diff to check if a redissect
    is needed, like it is in the preferences dialog.
    
    Bug: 11757
    Change-Id: I025bbc7297966986a697f2a6368d9a74e3c1ba72
    Reviewed-on: https://code.wireshark.org/review/12156
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit ce9d2ee428ce699e8b1c0c184a38cd75441e8d25)
    Reviewed-on: https://code.wireshark.org/review/12169
    

Actions performed:

    from  904e1b4   ISUP: fix a wrong removal of proto_tree_add_text()
    adds  682e3a6   Qt: Redissect packets when changing profile


Summary of changes:
 ui/qt/wireshark_application.cpp |    2 ++
 1 file changed, 2 insertions(+)