aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-27 00:54:44 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-27 07:55:36 +0000
commit5cf3fd03f1538b37704d83b6c38b8223f9036108 (patch)
treeb598688b412615a89cae270c883a21bf7da2e612 /caputils
parent3a53b8643b8b2f9eba24fef4bfea794f37615a88 (diff)
HTTPS In More Places, update some URLs.
Change-Id: Ice2e1e2e4d94f6c9da7c651866cfa1a8ac4a31d8 Reviewed-on: https://code.wireshark.org/review/34096 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/.editorconfig2
-rw-r--r--caputils/capture-pcap-util.c2
-rw-r--r--caputils/capture_wpcap_packet.c11
3 files changed, 8 insertions, 7 deletions
diff --git a/caputils/.editorconfig b/caputils/.editorconfig
index cd0ff58912..9411ef0157 100644
--- a/caputils/.editorconfig
+++ b/caputils/.editorconfig
@@ -1,7 +1,7 @@
#
# Editor configuration
#
-# http://editorconfig.org/
+# https://editorconfig.org
#
[capture-pcap-util-unix.[ch]]
diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c
index 1365e9e428..2d5fda62e1 100644
--- a/caputils/capture-pcap-util.c
+++ b/caputils/capture-pcap-util.c
@@ -428,7 +428,7 @@ if_info_new(const char *name, const char *description, gboolean loopback)
* Much digging failed to reveal any obvious way to get something
* such as the SNMP MIB-II ifType value for an interface:
*
- * http://www.iana.org/assignments/ianaiftype-mib
+ * https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib
*
* by making some NDIS request. And even if there were such
* a way, there's no guarantee that the ifType reflects an
diff --git a/caputils/capture_wpcap_packet.c b/caputils/capture_wpcap_packet.c
index 9709de1e9b..b17cab0ec9 100644
--- a/caputils/capture_wpcap_packet.c
+++ b/caputils/capture_wpcap_packet.c
@@ -41,6 +41,8 @@ gboolean has_wpacket = FALSE;
* Unfortunately, the definitions required for this are not available through the usual windows header files,
* but require the Windows "Device Driver Kit" which is not available for free :-(
*
+ *
+ *
* Fortunately, the definitions needed to access the various NDIS values are available from various OSS projects:
* - WinPcap in Ntddndis.h
* - Ndiswrapper in driver/ndis.h and driver/iw_ndis.h
@@ -48,13 +50,12 @@ gboolean has_wpacket = FALSE;
* - FreeBSD (netperf)
*/
-/* The MSDN description of the NDIS driver API is available at:
-/* MSDN Home > MSDN Library > Win32 and COM Development > Driver Development Kit > Network Devices and Protocols > Reference */
-/* "NDIS Objects" */
-/* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/network/hh/network/21oidovw_d55042e5-0b8a-4439-8ef2-be7331e98464.xml.asp */
+/* The description of the NDIS driver API is available at:
+ * https://docs.microsoft.com/en-us/windows-hardware/drivers/network/ndis-core-functionality2
+ */
/* Some more interesting links:
- * http://sourceforge.net/projects/ndiswrapper/
+ * https://sourceforge.net/projects/ndiswrapper/
* http://www.osronline.com/lists_archive/windbg/thread521.html
* http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/ndis.h?view=markup
* http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/ntddndis.h?view=markup