From: Francois-Xavier Le Bail Date: Thu, 6 Feb 2020 09:10:28 +0000 (+0100) Subject: Use the Wayback Machine for some removed documents X-Git-Tag: tcpdump-4.99-bp~540 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/d36fb168059f237781059e0130c8748873c1a279 Use the Wayback Machine for some removed documents --- 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 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 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))",