Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d547385: Qt: set default current protocol in 'Decode

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 19 Sep 2015 00:21:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d54738570146f8479821e1f406a76da1ed68b215
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d547385 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: set default current protocol in 'Decode As' window to none instead of HTTP
    
    It makes more sense (not trying to decode UDP/TCP ports as HTTP) and is consistent across dissectors tables (while currently we have an empty field for tables other than UDP/TCP)
    
    Change-Id: I794529f0f46b4197437a1d258f808991ae2338ad
    Reviewed-on: https://code.wireshark.org/review/10571
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e2487f3   Fix WLAN statistics header behavior.
    adds  d547385   Qt: set default current protocol in 'Decode As' window to none instead of HTTP


Summary of changes:
 ui/qt/decode_as_dialog.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)