summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print-aoe.c4
-rw-r--r--print-cdp.c2
-rw-r--r--print-chdlc.c2
-rw-r--r--print-eigrp.c2
-rw-r--r--print-lmp.c2
-rw-r--r--print-openflow-1.0.c2
-rw-r--r--print-rsvp.c2
7 files changed, 9 insertions, 7 deletions
diff --git a/print-aoe.c b/print-aoe.c
index d8a5bc05..97b09f28 100644
--- a/print-aoe.c
+++ b/print-aoe.c
@@ -27,7 +27,9 @@
/* \summary: ATA over Ethernet (AoE) protocol printer */
-/* specification: http://brantleycoilecompany.com/AoEr11.pdf */
+/* specification:
+ * https://web.archive.org/web/20161025044402/http://brantleycoilecompany.com/AoEr11.pdf
+ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/print-cdp.c b/print-cdp.c
index d0e63688..059c6a3f 100644
--- a/print-cdp.c
+++ b/print-cdp.c
@@ -21,7 +21,7 @@
* Code by Gert Doering, SpaceNet GmbH, gert@space.net
*
* Reference documentation:
- * http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm
+ * https://web.archive.org/web/20000914194913/http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.pdf
*/
/* \summary: Cisco Discovery Protocol (CDP) printer */
diff --git a/print-chdlc.c b/print-chdlc.c
index a7793351..5437c657 100644
--- a/print-chdlc.c
+++ b/print-chdlc.c
@@ -161,7 +161,7 @@ chdlc_slarp_print(netdissect_options *ndo, const u_char *cp, u_int length)
* At least according to William "Chops" Westfield's
* message in
*
- * http://www.nethelp.no/net/cisco-hdlc.txt
+ * https://web.archive.org/web/20190725151313/www.nethelp.no/net/cisco-hdlc.txt
*
* the address and mask aren't used in requests -
* they're just zero.
diff --git a/print-eigrp.c b/print-eigrp.c
index 029d2458..36158231 100644
--- a/print-eigrp.c
+++ b/print-eigrp.c
@@ -19,7 +19,7 @@
/*
* specification:
*
- * http://www.rhyshaden.com/eigrp.htm
+ * https://web.archive.org/web/20190722221712/https://www.rhyshaden.com/eigrp.htm
* RFC 7868
*/
diff --git a/print-lmp.c b/print-lmp.c
index c38d2d13..525b12c6 100644
--- a/print-lmp.c
+++ b/print-lmp.c
@@ -18,7 +18,7 @@
/* \summary: Link Management Protocol (LMP) printer */
/* specification: RFC 4204 */
-/* OIF UNI 1.0: http://www.oiforum.com/public/documents/OIF-UNI-01.0.pdf */
+/* OIF UNI 1.0: https://web.archive.org/web/20160401194747/http://www.oiforum.com/public/documents/OIF-UNI-01.0.pdf */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c
index 047b1666..71d8a7c1 100644
--- a/print-openflow-1.0.c
+++ b/print-openflow-1.0.c
@@ -6,7 +6,7 @@
* up bogus values of selected message fields and decodes partially captured
* messages up to the snapshot end. It is based on the specification below:
*
- * [OF10] http://www.openflow.org/documents/openflow-spec-v1.0.0.pdf
+ * [OF10] https://web.archive.org/web/20160402132157/http://archive.openflow.org/documents/openflow-spec-v1.0.0.pdf
*
* Most functions in this file take 3 arguments into account:
* * cp -- the pointer to the first octet to decode
diff --git a/print-rsvp.c b/print-rsvp.c
index c775425f..d93cb6b7 100644
--- a/print-rsvp.c
+++ b/print-rsvp.c
@@ -1287,7 +1287,7 @@ rsvp_obj_print(netdissect_options *ndo,
*
* but that doesn't work; the new URL appears to be
*
- * http://www.oiforum.com/public/documents/OIF-UNI-01.0.pdf
+ * https://web.archive.org/web/20160401194747/http://www.oiforum.com/public/documents/OIF-UNI-01.0.pdf
*
* and *that* document, in section 12.5.2.3
* "GENERALIZED_UNI Object (Class-Num=11bbbbbb (TBA))",