Wireshark-commits: [Wireshark-commits] master a5a8fce: Qt: Warn the user about DBAR 1.8 on Windows.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Feb 2017 16:58:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a5a8fce06ecb5aff1dfcf101bb2b5455bd776569
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a5a8fce by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Warn the user about DBAR 1.8 on Windows.
    
    At startup, dig through the registry looking for shell extensions. If
    any of them match known Dell Backup and Recovery DLL names and the DLL
    version matches 1.8.*.*, show the user a warning dialog.
    
    This is a bit extreme but I'm not sure what else to do. Dell is a popular
    computer manufacturer and bug reports keep trickling in.
    
    Change-Id: I6d1bd6c56850279356570154d231b07facb30cff
    Bug: 12036
    Ping-bug: 12701
    Ping-bug: 13414
    Reviewed-on: https://code.wireshark.org/review/16861
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  815916b   [GTPv2] Add dissection of Node Identifier.
    adds  a5a8fce   Qt: Warn the user about DBAR 1.8 on Windows.


Summary of changes:
 CMakeLists.txt                  |    1 +
 cmake/modules/UseWinLibs.cmake  |    1 +
 ui/qt/wireshark_application.cpp |  125 +++++++++++++++++++++++++++++++++++++++
 ui/qt/wireshark_application.h   |    4 ++
 4 files changed, 131 insertions(+)