]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Use more HTTPS in URLs
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 5 Aug 2019 13:11:50 +0000 (15:11 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Mon, 19 Aug 2019 13:49:21 +0000 (15:49 +0200)
[skip ci]

26 files changed:
.appveyor.yml
compiler-tests.h
ethertype.h
funcattrs.h
ip6.h
l2vpn.c
netdissect.h
oui.h
print-bgp.c
print-bootp.c
print-cnfp.c
print-domain.c
print-ether.c
print-forces.c
print-isoclns.c
print-krb.c
print-loopback.c
print-mobility.c
print-ppp.c
print-resp.c
print-sflow.c
print-timed.c
print-vtp.c
print-zephyr.c
tcpdump.1.in
udp.h

index f5ea86944cbc83e26fa20800c5931661879ade23..df5a323c0b4777d4d397f6e91d6f3a77547f919b 100644 (file)
@@ -6,7 +6,7 @@ matrix:
   fast_finish: true
 
 install:
-  - appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
+  - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
   - 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
   - appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-0.1.zip
   - 7z x .\npcap-sdk-0.1.zip -oc:\projects\libpcap\Win32
index 47ec57393b20c2535c1eeb17e9f4a1b0f20aaab3..4793b7199740917999e8990f137f112495294a10 100644 (file)
@@ -38,7 +38,7 @@
 /*
  * This was introduced by Clang:
  *
- *     http://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
+ *     https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
  *
  * in some version (which version?); it has been picked up by GCC 5.0.
  */
index f76f17bee8c557329d1754e9c4727d5d23db3482..109e8748d364d1a72fcfa88ed2a4ae90c8f6a811 100644 (file)
 #endif
 
 /* see:
-        http://en.wikipedia.org/wiki/IEEE_802.1Q
-    and http://en.wikipedia.org/wiki/QinQ
+        https://en.wikipedia.org/wiki/IEEE_802.1Q
+    and https://en.wikipedia.org/wiki/QinQ
 */
 #ifndef        ETHERTYPE_8021Q9100
 #define        ETHERTYPE_8021Q9100     0x9100
index 8ac08c4458db7c9adf83b3c4009439564cee6cae..f37e07e213bb4f1dbc1d08fdb8ac6cb266ae127a 100644 (file)
@@ -45,7 +45,7 @@
 /*
  * This was introduced by Clang:
  *
- *     http://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
+ *     https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
  *
  * in some version (which version?); it has been picked up by GCC 5.0.
  */
diff --git a/ip6.h b/ip6.h
index 20c004f7bdf62e6f511afa11c585f7417538ab4d..8757098c792a78d640115bf32b1121434c1870b7 100644 (file)
--- a/ip6.h
+++ b/ip6.h
@@ -127,7 +127,7 @@ struct ip6_dest {
        /* followed by options */
 };
 
-/* http://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml */
+/* https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml */
 
 /* Option types and related macros */
 #define IP6OPT_PAD1            0x00    /* 00 0 00000 */
diff --git a/l2vpn.c b/l2vpn.c
index f6621ea56325ac79a2fb9d49c04303baccab3bd3..9111cf6d25d5707117b01d4569a5b6f9f16eca66 100644 (file)
--- a/l2vpn.c
+++ b/l2vpn.c
@@ -26,7 +26,7 @@
  *
  * RFC 6624
  *
- * http://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-registry
+ * https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml#bgp-l2-encapsulation-types-registry
  */
 const struct tok l2vpn_encaps_values[] = {
     { 0, "Reserved"},
@@ -61,7 +61,7 @@ const struct tok l2vpn_encaps_values[] = {
  *
  * RFC 4446
  *
- * http://www.iana.org/assignments/pwe3-parameters/pwe3-parameters.xhtml#pwe3-parameters-2
+ * https://www.iana.org/assignments/pwe3-parameters/pwe3-parameters.xhtml#pwe3-parameters-2
  */
 const struct tok mpls_pw_types_values[] = {
     { 0x0000, "Reserved"},
index 66ae4fad97031d5748b5739f37815f2e5537b008..095cbfa1f2ed67a5c04f40861d79ef8b4e2675ce 100644 (file)
@@ -302,7 +302,7 @@ extern void nd_pop_all_packet_info(netdissect_options *);
  *    1) big enough for maximum-size Linux loopback packets (65549)
  *       and some USB packets captured with USBPcap:
  *
- *           http://desowin.org/usbpcap/
+ *           https://desowin.org/usbpcap/
  *
  *       (> 131072, < 262144)
  *
@@ -338,7 +338,7 @@ extern void nd_pop_all_packet_info(netdissect_options *);
  * you subtract a positive integer from a pointer, the result is
  * guaranteed to be less than the original pointer value). See
  *
- *     http://www.kb.cert.org/vuls/id/162289
+ *     https://www.kb.cert.org/vuls/id/162289
  */
 
 /*
diff --git a/oui.h b/oui.h
index 70708e2c2cd64e447dfffeac2f74740c1ee572e2..e876316b3bbd9ca83decbd6fb8567e94d0333fe5 100644 (file)
--- a/oui.h
+++ b/oui.h
@@ -45,7 +45,7 @@ extern const struct tok smi_values[];
  * These are SMI Network Management Private Enterprise Codes for
  * organizations; see
  *
- *     http://www.iana.org/assignments/enterprise-numbers
+ *     https://www.iana.org/assignments/enterprise-numbers
  *
  * for a list.
  *
index 15734734267087cb3bddba644b46402948a220b6..fe859def3c90a17dcfff956a9448035c45dab769 100644 (file)
@@ -442,7 +442,7 @@ static const struct tok bgp_safi_values[] = {
 #define BGP_EXT_COM_L2VPN_RT_0  0x000a  /* L2VPN Identifier,Format AS(2bytes):AN(4bytes) */
 #define BGP_EXT_COM_L2VPN_RT_1  0xF10a  /* L2VPN Identifier,Format IP address:AN(2bytes) */
 
-/* http://www.cisco.com/en/US/tech/tk436/tk428/technologies_tech_note09186a00801eb09a.shtml  */
+/* https://www.cisco.com/en/US/tech/tk436/tk428/technologies_tech_note09186a00801eb09a.shtml  */
 #define BGP_EXT_COM_EIGRP_GEN                    0x8800
 #define BGP_EXT_COM_EIGRP_METRIC_AS_DELAY        0x8801
 #define BGP_EXT_COM_EIGRP_METRIC_REL_NH_BW       0x8802
index 95d5d73b294a5def19c6c12d8c3a6509298fe3ab..2bc8bb6bcf6ccd0cd4cd93086c2a397518401f4f 100644 (file)
@@ -512,7 +512,7 @@ static const struct tok tag2str[] = {
        { TAG_CLASSLESS_STA_RT_MS, "$Classless-Static-Route-Microsoft" },
 /* RFC 5859 - TFTP Server Address Option for DHCPv4 */
        { TAG_TFTP_SERVER_ADDRESS, "iTFTP-Server-Address" },
-/* http://www.iana.org/assignments/bootp-dhcp-extensions/index.htm */
+/* https://www.iana.org/assignments/bootp-dhcp-parameters/bootp-dhcp-parameters.xhtml#options */
        { TAG_SLP_NAMING_AUTH,  "aSLP-NA" },
        { TAG_CLIENT_FQDN,      "$FQDN" },
        { TAG_AGENT_CIRCUIT,    "$Agent-Information" },
index 1e4e1ae1bbf431b0f156dbef8e5bfbd21ade5da1..4799ce1464160fc6b767795fa20458104d80e47a 100644 (file)
@@ -37,7 +37,7 @@
  *
  * See
  *
- *    http://www.cisco.com/c/en/us/td/docs/net_mgmt/netflow_collection_engine/3-6/user/guide/format.html#wp1005892
+ *    https://www.cisco.com/c/en/us/td/docs/net_mgmt/netflow_collection_engine/3-6/user/guide/format.html#wp1005892
  */
 
 #ifdef HAVE_CONFIG_H
index e83a4afe9fbe12b97ff1b32597b8736a51504d07..fcd49520e5a13a27b773d2f2cc43d432b7d17c6a 100644 (file)
@@ -269,7 +269,7 @@ ns_cprint(netdissect_options *ndo,
 
 extern const struct tok ns_type2str[];
 
-/* http://www.iana.org/assignments/dns-parameters */
+/* https://www.iana.org/assignments/dns-parameters */
 const struct tok ns_type2str[] = {
        { T_A,          "A" },                  /* RFC 1035 */
        { T_NS,         "NS" },                 /* RFC 1035 */
index 8899469ba7fafc81327d8648c6fe04690788d18f..0454c9a73536357ce363c2c265fda376e6212826 100644 (file)
@@ -289,7 +289,7 @@ recurse:
                 * It's a type field, with the type for Alteon jumbo frames.
                 * See
                 *
-                *      http://tools.ietf.org/html/draft-ietf-isis-ext-eth-01
+                *      https://tools.ietf.org/html/draft-ietf-isis-ext-eth-01
                 *
                 * which indicates that, following the type field,
                 * there's an LLC header and payload.
index b80306adc98c30fff8720d57dacda70805732492..9a3229dd8b289564e8f13fb22acef19460ff54f8 100644 (file)
@@ -189,7 +189,7 @@ static const struct tok ForCES_LFBs[] = {
 };
 
 /* this is defined in RFC5810 section A.2 */
-/*   http://www.iana.org/assignments/forces/forces.xhtml#oper-tlv-types */
+/*   https://www.iana.org/assignments/forces/forces.xhtml#oper-tlv-types */
 enum {
        F_OP_RSV        = 0,
        F_OP_SET        = 1,
index 176279c15daf643534f9813cec152c08e3900f86..4ec4d6cb6d93bc11319d27716092cf071849054e 100644 (file)
@@ -29,7 +29,7 @@
 /*
  * specification:
  *
- * CLNP: ISO 8473 (respective ITU version is at http://www.itu.int/rec/T-REC-X.233/en/)
+ * CLNP: ISO 8473 (respective ITU version is at https://www.itu.int/rec/T-REC-X.233/en/)
  * ES-IS: ISO 9542
  * IS-IS: ISO 10589
  */
index 5d5253206aafb01d414cc0b1cb93d80c36d6d824..41a6126a51b809dcad4fd0ba14e8629942275f56 100644 (file)
@@ -40,7 +40,7 @@
  * Kerberos Authentication and Authorization System
  * by S. P. Miller, B. C. Neuman, J. I. Schiller, and J. H. Saltzer
  *
- * http://web.mit.edu/Saltzer/www/publications/athenaplan/e.2.1.pdf
+ * https://web.mit.edu/Saltzer/www/publications/athenaplan/e.2.1.pdf
  *
  * 7. Appendix I Design Specifications
  *
index a18bde2c61ce24584a5f67a7b6a81a496e7b395d..47535d0395f5fb56d67b38a06ec3ff53adae3c7c 100644 (file)
@@ -29,7 +29,7 @@
 
 /*
  * originally defined as the Ethernet Configuration Testing Protocol.
- * specification: http://www.mit.edu/people/jhawk/ctp.pdf
+ * specification: https://www.mit.edu/people/jhawk/ctp.pdf
  */
 
 #ifdef HAVE_CONFIG_H
index 8272664bdd86f2bd3b3f21818a2f16eb86d72012..329f84a8b76f106b116a971bd887bb1031bea552 100644 (file)
@@ -61,7 +61,7 @@ struct ip6_mobility {
 
 #define IP6M_MINLEN    8
 
-/* http://www.iana.org/assignments/mobility-parameters/mobility-parameters.xhtml */
+/* https://www.iana.org/assignments/mobility-parameters/mobility-parameters.xhtml */
 
 /* message type */
 #define IP6M_BINDING_REQUEST   0       /* Binding Refresh Request */
index a1b3214f30cdfcd8c7dd0bd7f69798c5cbcceddb..b71f34bbf02751fa664d60e5505d72f197e3e936 100644 (file)
@@ -55,7 +55,7 @@
 
 /*
  * The following constants are defined by IANA. Please refer to
- *    http://www.isi.edu/in-notes/iana/assignments/ppp-numbers
+ *    https://www.isi.edu/in-notes/iana/assignments/ppp-numbers
  * for the up-to-date information.
  */
 
index b94366854161fa0a1730448ef1f7091bdee36e95..0649c89fe556c4fd8633d9b6e572af9e6da73b35 100644 (file)
@@ -44,7 +44,7 @@
 
 
 /*
- * For information regarding RESP, see: http://redis.io/topics/protocol
+ * For information regarding RESP, see: https://redis.io/topics/protocol
  */
 
 #define RESP_SIMPLE_STRING    '+'
index 7111c7085eeba5318bc35c0d27b4d7e35f8b9cad..4a8e5a97cea167df21660d0455b543048fdebeec 100644 (file)
@@ -19,7 +19,7 @@
 
 /* \summary: sFlow protocol printer */
 
-/* specification: http://www.sflow.org/developers/specifications.php */
+/* specification: https://sflow.org/developers/specifications.php */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 819f0161eeeb7301946c6cdd342ee72e97ab35ed..9940821aa37e53209eb0b5f6724a4fb4535314e8 100644 (file)
@@ -21,7 +21,7 @@
 
 /* \summary: Berkeley UNIX Time Synchronization Protocol */
 
-/* specification: http://docs.freebsd.org/44doc/smm/12.timed/paper.pdf */
+/* specification: https://docs.freebsd.org/44doc/smm/12.timed/paper.pdf */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 16eea5c9d8c396f706247236da39ff5f2b4c772a..bcd0bab32b9aba93eb0052afca1fc23057b27e7a 100644 (file)
@@ -13,8 +13,8 @@
  * FOR A PARTICULAR PURPOSE.
  *
  * Reference documentation:
- *  http://www.cisco.com/c/en/us/support/docs/lan-switching/vtp/10558-21.html
- *  http://docstore.mik.ua/univercd/cc/td/doc/product/lan/trsrb/frames.htm
+ *  https://www.cisco.com/c/en/us/support/docs/lan-switching/vtp/10558-21.html
+ *  https://docstore.mik.ua/univercd/cc/td/doc/product/lan/trsrb/frames.htm
  *
  * Original code ode by Carles Kishimoto <[email protected]>
  */
@@ -281,7 +281,7 @@ vtp_print(netdissect_options *ndo,
 
                 /*
                  * Cisco specs say 2 bytes for type + 2 bytes for length;
-                 * see http://docstore.mik.ua/univercd/cc/td/doc/product/lan/trsrb/frames.htm
+                 * see https://docstore.mik.ua/univercd/cc/td/doc/product/lan/trsrb/frames.htm
                  * However, actual packets on the wire appear to use 1
                  * byte for the type and 1 byte for the length, so that's
                  * what we do.
index 10aaf2166ce99aaa269bfcaee187096775c44c4c..76351bd3b68ec19de639b10d5498a3ce91f68c99 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Decode and print Zephyr packets.
  *
- *     http://web.mit.edu/zephyr/doc/protocol
+ *     https://web.mit.edu/zephyr/doc/protocol
  *
  * Copyright (c) 2001 Nickolai Zeldovich <[email protected]>
  * All rights reserved.
index 371f85ae9d8fac289aabc733fb195303d987b71c..44d24e6fc27cba220f89a917506498268057953f 100644 (file)
@@ -1915,7 +1915,7 @@ stty(1), pcap(3PCAP), bpf(4), nit(4P), \%pcap-savefile(@MAN_FILE_FORMATS@),
 \%pcap-filter(@MAN_MISC_INFO@), \%pcap-tstamp(@MAN_MISC_INFO@)
 .LP
 .RS
-.I http://www.iana.org/assignments/media-types/application/vnd.tcpdump.pcap
+.I https://www.iana.org/assignments/media-types/application/vnd.tcpdump.pcap
 .RE
 .LP
 .SH AUTHORS
diff --git a/udp.h b/udp.h
index b09ca6b1098b2bff3dad3442d3d2d34c0e67774d..cef48b2d75c626e3456ca99a27c4eb285e9734f8 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -195,7 +195,7 @@ struct udphdr {
 #define GENEVE_PORT                    6081    /* draft-gross-geneve-02 */
 #endif
 #ifndef SFLOW_PORT
-#define SFLOW_PORT                     6343    /* http://www.sflow.org/developers/specifications.php */
+#define SFLOW_PORT                     6343    /* https://sflow.org/developers/specifications.php */
 #endif
 #ifndef BABEL_PORT
 #define BABEL_PORT                     6696    /* RFC 6126 errata */