aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc32.c
Commit message (Collapse)AuthorAgeFilesLines
* calculate_crc32c -> crc32c_calculate for proper 'namespacing'Kovarththanan Rajaratnam2009-10-081-1/+1
| | | | svn path=/trunk/; revision=30405
* As requested by Gregory Seidman on -dev: add CRC32 functions to ↵Jeff Morriss2009-10-081-32/+34
| | | | | | libwireshark.def. Use consistent indentation in crc32.c. svn path=/trunk/; revision=30401
* Additional validation of 'len' for crc32_ccitt_tvb... fcns;Bill Meier2009-08-221-4/+16
| | | | | | | (-1 is not a valid length); First of 2 fixes for crash reported in Bug #3925. svn path=/trunk/; revision=29505
* From Philip Frey (bug 2420):Stig Bjørlykke2008-04-121-0/+83
| | | | | | | Merge of the CRC32C calculation out of packet-iscsi.c and packet-sctp.c into the already existing crc32.c and crc32.h files. svn path=/trunk/; revision=24930
* name changeRonnie Sahlberg2006-05-211-2/+2
| | | | svn path=/trunk/; revision=18197
* Move various checksum routines and headers to epan.Guy Harris2004-09-281-0/+174
svn path=/trunk/; revision=12117