aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/bits_count_ones.h
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 /wsutil/bits_count_ones.h
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 'wsutil/bits_count_ones.h')
-rw-r--r--wsutil/bits_count_ones.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/bits_count_ones.h b/wsutil/bits_count_ones.h
index 97f8e50226..c194cd3abf 100644
--- a/wsutil/bits_count_ones.h
+++ b/wsutil/bits_count_ones.h
@@ -17,7 +17,7 @@
* The variable-precision SWAR algorithm is an interesting way to count
* the number of bits set in an integer:
*
- * http://playingwithpointers.com/swar.html
+ * https://www.playingwithpointers.com/blog/swar.html
*
* See
*
@@ -28,7 +28,7 @@
*
* See
*
- * https://msdn.microsoft.com/en-us/library/bb385231.aspx
+ * https://docs.microsoft.com/en-us/cpp/intrinsics/popcnt16-popcnt-popcnt64
*
* for MSVC's population count intrinsics.
*