aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris2014-08-081-0/+2
* Fix the polynomial for the CCITT CRC.Guy Harris2014-08-081-2/+4
* Add a CRC32_ACCUMULATE() macro for a single CRC-32 step and use it.Guy Harris2014-08-081-3/+5
* Fix indentation.Guy Harris2014-08-081-2/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* - Change guint32 array initializer constants to use 'U' rather than 'L'Bill Meier2013-12-201-172/+185
* Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzi...Michael Mann2013-10-221-0/+80
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* From Weston Schmidt:Anders Broman2012-03-131-0/+68
* From Michael Mann:Anders Broman2011-10-031-1/+14
* Move airpcap_wep.c to /wsutilAnders Broman2011-09-121-1/+1
* Lookup in correct tables. Document functions.Stig Bjørlykke2011-08-311-1/+1
* Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke2011-08-311-2/+13
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-0/+201
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-275/+0
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-0/+275