Wireshark-commits: [Wireshark-commits] master 245086e: HTTPS In Still More Places, update more URLs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Jul 2019 22:56:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=245086eb8382bca3c134a4fd7507c185246127e2
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

245086e by Guy Harris (guy@xxxxxxxxxxxx):

    HTTPS In Still More Places, update more URLs.
    
    Microsoft reshuffled their documentation - almost all of it moved from
    msdn.microsoft.com to docs.microsoft.com.  Some blogs moved to
    devblogs.microsoft.com; the comments *didn't* move, so in one case we go
    to the Wayback Machine - the link isn't dead, but it formats horribly,
    at least on my browser, but the archived version formats OK.
    
    Use the Wayback Machine for some URLs, and update others.
    
    Update the sections for MS-ADTS.
    
    Point to the HTML versions of some RFCs and I-Ds.
    
    Change-Id: I344b20f880de63f1ae2a4e3f9ff98af78a7fe139
    Reviewed-on: https://code.wireshark.org/review/34101
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  cdee223   Remove trailing space.
     add  245086e   HTTPS In Still More Places, update more URLs.


Summary of changes:
 epan/charsets.c                                    | 24 ++++----
 epan/dissectors/asn1/kerberos/k5.asn               | 10 ++--
 .../asn1/kerberos/packet-kerberos-template.c       |  8 +--
 epan/dissectors/asn1/ldap/packet-ldap-template.c   | 30 +++++-----
 epan/dissectors/packet-dcerpc.c                    | 17 +++---
 epan/dissectors/packet-dcerpc.h                    |  2 +-
 epan/dissectors/packet-dcom-dispatch.c             | 14 +++--
 epan/dissectors/packet-dhcp.c                      | 52 +++++++++-------
 epan/dissectors/packet-h264.c                      | 10 ++--
 epan/dissectors/packet-ieee80211-netmon.c          |  6 +-
 epan/dissectors/packet-kerberos.c                  | 14 ++---
 epan/dissectors/packet-ldap.c                      | 36 +++++------
 epan/dissectors/packet-ms-mms.c                    |  2 +-
 epan/dissectors/packet-mswsp.c                     |  5 +-
 epan/dissectors/packet-multipart.c                 | 25 +++++---
 epan/dissectors/packet-netmon.c                    |  2 +-
 epan/dissectors/packet-pnrp.c                      |  2 +-
 epan/dissectors/packet-ppp.c                       | 70 +++++++++++-----------
 epan/dissectors/packet-rsvd.c                      |  6 +-
 epan/dissectors/packet-rtcp.c                      | 24 ++++----
 epan/dissectors/packet-smp.c                       |  7 ++-
 epan/dissectors/packet-sstp.c                      | 12 +++-
 epan/dissectors/packet-stun.c                      | 10 ++--
 epan/dissectors/packet-windows-common.c            | 23 ++++---
 epan/export_object.c                               |  2 +-
 epan/maxmind_db.c                                  |  4 +-
 image/file_dlg_win32.rc                            |  2 +-
 packaging/portableapps/CMakeLists.txt              |  2 +-
 packaging/wix/WiresharkOptionsDlg.wxs              |  3 +-
 tools/textify.ps1                                  |  2 +-
 ui/qt/models/profile_model.cpp                     |  2 +-
 ui/win32/file_dlg_win32.c                          |  2 +-
 version_info.c                                     |  6 +-
 wiretap/netmon.c                                   |  4 +-
 wsutil/bits_count_ones.h                           |  4 +-
 wsutil/cpu_info.c                                  |  2 +-
 wsutil/tempfile.c                                  |  2 +-
 wsutil/win32-utils.c                               |  2 +-
 38 files changed, 252 insertions(+), 198 deletions(-)