aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc16.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-03-17 00:13:59 +0000
committerGuy Harris <guy@alum.mit.edu>2009-03-17 00:13:59 +0000
commitfa703af3331e9389a82b26f0b8a2d56096751c6e (patch)
tree1a7c714d13d5c5462a33f37befb63207f8d337f4 /epan/crc16.c
parent870e13957638a7d49b63d3a9eab255bc9355f02a (diff)
Update the comment about Ross Williams' paper.
svn path=/trunk/; revision=27750
Diffstat (limited to 'epan/crc16.c')
-rw-r--r--epan/crc16.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/epan/crc16.c b/epan/crc16.c
index 8f68d6bd3f..3c33de4834 100644
--- a/epan/crc16.c
+++ b/epan/crc16.c
@@ -61,9 +61,17 @@
/* */
/* For more information on the Rocksoft^tm Model CRC Algorithm, */
/* see the document titled "A Painless Guide to CRC Error */
-/* Detection Algorithms" by Ross Williams */
-/* (ross@xxxxxxxxxxxxxxxxxxxxxx). This document is likely to be */
-/* in the FTP archive "ftp.adelaide.edu.au/pub/rocksoft". */
+/* Detection Algorithms" by Ross Williams. See */
+/* */
+/* http://www.ross.net/crc/crcpaper.html */
+/* */
+/* which links to a text version and an HTML-but-not-all-on-one- */
+/* page version, or various HTML-all-on-one-page versions such */
+/* as the one at */
+/* */
+/* http://www.geocities.com/SiliconValley/Pines/8659/crc.htm */
+/* */
+/* (search for the title to find others). */
/* */
/*****************************************************************/