URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1ff6635a8356e0832350fd806cc3810132b2102
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f1ff663 by Evan Huus (eapache@xxxxxxxxx):
    Warn about unencrypted HTTP traffic over port 443
    
    At the suggestion of Toralf Förster. This includes an expert info, as well as
    making SSL a new-style dissector and rejecting traffic that looks like
    unencrypted text.
    
    Change-Id: Ib09ea0d97952330f092590ff3fc6488807cdbb81
    Reviewed-on: https://code.wireshark.org/review/2693
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    
Actions performed:
    from  60d0faf   Move proto_hier_stats.[ch] to libui.
    adds  f1ff663   Warn about unencrypted HTTP traffic over port 443
Summary of changes:
 epan/dissectors/packet-http.c |   18 +++++++++++++-----
 epan/dissectors/packet-ssl.c  |   27 +++++++++++++++++++++++----
 2 files changed, 36 insertions(+), 9 deletions(-)