Wireshark-commits: [Wireshark-commits] master 36e1f78: epan, packaging: convert http URLs to https

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 20 Jul 2019 20:51:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36e1f782aa26fbaccffae5287be5a7ca0159e4ce
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

36e1f78 by Peter Wu (peter@xxxxxxxxxxxxx):

    epan,packaging: convert http URLs to https
    
    Ensure that public text in error messages and dialogs point to https.
    Ensure that the generated PDML files include scripts over https.
    
    Change-Id: I75d42704c2bbb33b05492261b3e1d45dc6e301f9
    Reviewed-on: https://code.wireshark.org/review/34027
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0afbedc   copyright_info: convert GPL-2.0 URL to HTTP
     add  36e1f78   epan,packaging: convert http URLs to https


Summary of changes:
 epan/dissectors/packet-lapd.c         | 4 ++--
 epan/dissectors/packet-stt.c          | 7 +++----
 epan/dissectors/packet-tcp.c          | 4 ++--
 epan/dissectors/packet-udp.c          | 4 ++--
 epan/dissectors/packet-v5dl.c         | 4 ++--
 epan/oids.c                           | 2 +-
 packaging/wix/Wireshark.wxs           | 2 +-
 packaging/wix/WiresharkOptionsDlg.wxs | 4 ++--
 pdml2html.xsl                         | 2 +-
 text2pcap.c                           | 6 +++---
 10 files changed, 19 insertions(+), 20 deletions(-)