aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-12-22 20:08:27 +0000
committerGuy Harris <guy@alum.mit.edu>2008-12-22 20:08:27 +0000
commit7dc13568c4d8e1cc8de0403463bc9c41651d9951 (patch)
treeac7463e52673df6245cabd752b37c91a657eec5a /epan/dissectors/packet-atm.c
parent6c81d84efce15407192d5b633eea6f57d15befeb (diff)
Update URLs for Cell Relay Retreat CRC information.
svn path=/trunk/; revision=27089
Diffstat (limited to 'epan/dissectors/packet-atm.c')
-rw-r--r--epan/dissectors/packet-atm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-atm.c b/epan/dissectors/packet-atm.c
index db265f1f8d..8c1cb4850c 100644
--- a/epan/dissectors/packet-atm.c
+++ b/epan/dissectors/packet-atm.c
@@ -801,7 +801,7 @@ capture_atm(const union wtap_pseudo_header *pseudo_header, const guchar *pd,
/*
* Charles Michael Heard's CRC-32 code, from
*
- * http://cell-relay.indiana.edu/cell-relay/publications/software/CRC/32bitCRC.c.html
+ * http://www.cell-relay.com/cell-relay/publications/software/CRC/32bitCRC.c.html
*
* with the CRC table initialized with values computed by
* his "gen_crc_table()" routine, rather than by calling that routine
@@ -1208,7 +1208,7 @@ dissect_reassembled_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
/*
* Charles Michael Heard's HEC code, from
*
- * http://cell-relay.indiana.edu/cell-relay/publications/software/CRC/32bitCRC.tutorial.html
+ * http://www.cell-relay.com/cell-relay/publications/software/CRC/32bitCRC.tutorial.html
*
* with the syndrome and error position tables initialized with values
* computed by his "gen_syndrome_table()" and "gen_err_posn_table()" routines,
@@ -1329,7 +1329,7 @@ static const value_string pt_vals[] = {
/*
* Charles Michael Heard's CRC-10 code, from
*
- * http://cell-relay.indiana.edu/cell-relay/publications/software/CRC/crc10.html
+ * http://www.cell-relay.com/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