From 245086eb8382bca3c134a4fd7507c185246127e2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 27 Jul 2019 15:53:22 -0700 Subject: 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 --- epan/maxmind_db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/maxmind_db.c') diff --git a/epan/maxmind_db.c b/epan/maxmind_db.c index e0424acc6e..5b044ecdbb 100644 --- a/epan/maxmind_db.c +++ b/epan/maxmind_db.c @@ -37,7 +37,7 @@ static mmdb_lookup_t mmdb_not_found; // To do: // - Add RBL lookups? Along with the "is this a spammer" information that most RBL databases -// provide, you can also fetch AS information: http://www.team-cymru.org/IP-ASN-mapping.html +// provide, you can also fetch AS information: https://www.team-cymru.com/IP-ASN-mapping.html // - Switch to a different format? I was going to use g_key_file_* to parse // the mmdbresolve output, but it was easier to just parse it directly. @@ -52,7 +52,7 @@ static char mmdbr_stop_sentinel[] = "\x04"; // ASCII EOT. Could be anything. // https://gitlab.gnome.org/GNOME/glib/blob/master/glib/gthread-win32.c#L206 // and SRW locks "cannot be acquired recursively" // https://docs.microsoft.com/en-us/windows/desktop/Sync/slim-reader-writer--srw--locks -// https://blogs.msdn.microsoft.com/oldnewthing/20160506-00/?p=93416 +// https://devblogs.microsoft.com/oldnewthing/?p=93416 static GRWLock mmdbr_pipe_mtx; // Hashes of mmdb_lookup_t -- cgit v1.2.3