aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-02-26 16:58:22 -0800
committerGuy Harris <guy@alum.mit.edu>2014-02-27 00:59:23 +0000
commit9733917e289a564788bc7d79093c683b6b030c09 (patch)
treea7b6350b1bef936ae1e85a4729b0b21cfc7c761c /epan/dissectors/packet-atm.c
parent46d8abe2521137d8a21b83a53f22a32287a98c08 (diff)
Sherman, set the Wayback Machine for 1997.
The URLs for the CRC-10 code are dead; use Wayback Machine URLs. Change-Id: I3924e9cabb3b49b0e1abb31fbffa9b89f95cd0ce Reviewed-on: https://code.wireshark.org/review/419 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-atm.c')
-rw-r--r--epan/dissectors/packet-atm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-atm.c b/epan/dissectors/packet-atm.c
index 653631c76e..94c1e2a954 100644
--- a/epan/dissectors/packet-atm.c
+++ b/epan/dissectors/packet-atm.c
@@ -1483,7 +1483,7 @@ const value_string atm_pt_vals[] = {
/*
* Charles Michael Heard's CRC-10 code, from
*
- * http://www.cell-relay.com/cell-relay/publications/software/CRC/crc10.html
+ * http://web.archive.org/web/20061005231950/http://cell-relay.indiana.edu/cell-relay/publications/software/CRC/crc10.html
*
* with the CRC table initialized with values computed by
* his "gen_byte_crc10_table()" routine, rather than by calling that