aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc16.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08add functions to calculate the CRC of an ISO14443-A messageMartin Kaiser1-0/+8
2015-03-03Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we c...Michael Mann1-2/+2
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-1/+0
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-161/+174
2014-08-08Add routines for CRC-16 with a polynomial of 0x3D65.Guy Harris1-0/+42
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-22Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzi...Michael Mann1-0/+41
2013-06-26openSAFETY: CRC Maintenance, new CRC, new expert interface implemented. Bug ...Michael Mann1-0/+41
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-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2011-11-03From Roland Knall via bug 6539:Stig Bjørlykke1-0/+43
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-0/+205
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-254/+0
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-0/+254