summaryrefslogtreecommitdiff
path: root/wsutil
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 /wsutil
parent46d8abe2521137d8a21b83a53f22a32287a98c08 (diff)
downloadwireshark-9733917e289a564788bc7d79093c683b6b030c09.tar.gz
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 'wsutil')
-rw-r--r--wsutil/crc10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/crc10.c b/wsutil/crc10.c
index 37fb8e3a6c..c7bdb90de9 100644
--- a/wsutil/crc10.c
+++ b/wsutil/crc10.c
@@ -30,7 +30,7 @@
/*
* Charles Michael Heard's CRC-10 code, from
*
- * http://cell-relay.indiana.edu/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