aboutsummaryrefslogtreecommitdiffstats
path: root/crc16.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-30From Chris Maynard:Guy Harris1-3/+50
add versions of CRC-16 and CRC-32 routines with seed arguments; add versions of those routines with an "offset in the tvbuff" argument; add Doxygen comments to the CRC-16 and CRC-32 headers. svn path=/trunk/; revision=11573
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-25Updates from Richard v d HoffRonnie Sahlberg1-0/+39
IAX2 updates and a CRC16 routine svn path=/trunk/; revision=11233