aboutsummaryrefslogtreecommitdiffstats
path: root/epan/in_cksum.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-01-19 22:57:19 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-01-19 22:57:19 +0000
commit573b4d449f5240238e5e120bc3e4c6dfa1759ee3 (patch)
tree3b6d0fd1269f56150d91bb9b016b14a9bd5cf09f /epan/in_cksum.c
parent969b5a240ee444c39204058728fd4e7a066ef7d3 (diff)
Add a note to the top about r35589's change of the ADDCARRY(x) macro.
svn path=/trunk/; revision=35592
Diffstat (limited to 'epan/in_cksum.c')
-rw-r--r--epan/in_cksum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/in_cksum.c b/epan/in_cksum.c
index 0b4b163cd1..d085200a2c 100644
--- a/epan/in_cksum.c
+++ b/epan/in_cksum.c
@@ -1,6 +1,7 @@
/* in_cksum.c
* 4.4-Lite-2 Internet checksum routine, modified to take a vector of
- * pointers/lengths giving the pieces to be checksummed.
+ * pointers/lengths giving the pieces to be checksummed. Also using
+ * Tahoe/CGI version of ADDCARRY(x) macro instead of from portable version.
*
* $Id$
*/