aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc32.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris1-0/+2
2014-08-08Fix the polynomial for the CCITT CRC.Guy Harris1-2/+4
2014-08-08Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.Guy Harris1-3/+5
2014-08-08Fix indentation.Guy Harris1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-20- Change guint32 array initializer constants to use 'U' rather than 'L'Bill Meier1-172/+185
2013-10-22Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzi...Michael Mann1-0/+80
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-13From Weston Schmidt:Anders Broman1-0/+68
2011-10-03From Michael Mann:Anders Broman1-1/+14
2011-09-12Move airpcap_wep.c to /wsutilAnders Broman1-1/+1
2011-08-31Lookup in correct tables. Document functions.Stig Bjørlykke1-1/+1
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke1-2/+13
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-0/+201
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-275/+0
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-0/+275