summaryrefslogtreecommitdiff
path: root/wsutil/crc8.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2011-11-03From Roland Knall via bug 6539:Stig Bjørlykke1-0/+102
Implementing generic CRC8 and CRC16 functions for openSAFETY in wsutil. svn path=/trunk/; revision=39726
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-89/+0
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-0/+89
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800