aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc32.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12From Philip Frey (bug 2420):Stig Bjørlykke1-0/+22
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
2007-01-18PutGuy Harris1-0/+12
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. svn path=/trunk/; revision=20485
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-0/+82
svn path=/trunk/; revision=12117