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>
This commit is contained in:
Guy Harris 2014-02-26 16:58:22 -08:00
parent 46d8abe252
commit 9733917e28
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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