aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sstp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-27 15:53:22 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-27 22:56:35 +0000
commit245086eb8382bca3c134a4fd7507c185246127e2 (patch)
treec98aa3acbba0afefeb8a8d90f580ec9c8d787731 /epan/dissectors/packet-sstp.c
parentcdee223c32be1a48174aa2a0149c8e2d22cc7887 (diff)
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@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-sstp.c')
-rw-r--r--epan/dissectors/packet-sstp.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/epan/dissectors/packet-sstp.c b/epan/dissectors/packet-sstp.c
index 6326e002ba..cc7bbfad2b 100644
--- a/epan/dissectors/packet-sstp.c
+++ b/epan/dissectors/packet-sstp.c
@@ -1,9 +1,11 @@
/* packet-sstp.c
* routines for sstp packet dissasembly
- * - http://msdn.microsoft.com/en-us/library/cc247338(v=prot.20).aspx
+ * - MS-SSTP:
+ *
+ * https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-sstp
*
* Created as part of a semester project at the University of Applied Sciences Hagenberg
- * (http://www.fh-ooe.at/en/hagenberg-campus/)
+ * (https://www.fh-ooe.at/en/hagenberg-campus/)
*
* Copyright (c) 2013:
* Hofer Manuel (manuel@mnlhfr.at)
@@ -420,7 +422,11 @@ proto_register_sstp(void)
NULL, HFILL }
},
/* Undocumented Data in SSTP_MSG_CALL_CONNECT_REQUEST
- see also: http://msdn.microsoft.com/en-us/library/cc247340.aspx */
+ see also MS-SSTP section 2.2.9 "Call Connect Request Message
+ (SSTP_MSG_CALL_CONNECT_REQUEST)":
+
+ https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-sstp/e73ced14-7bef-407b-a85b-a6f624324dd1
+ */
{ &hf_sstp_data_unknown,
{ "Unknown Data", "sstp.dataunknown",
FT_BYTES, BASE_NONE,