summaryrefslogtreecommitdiff
path: root/wsutil/crc11.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-1/+0
Will look at cleaning up and committing script afterwards. Change-Id: Id785e581740ab62fe9258ecfcb0926761ad9c527 Reviewed-on: https://code.wireshark.org/review/6086 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-0/+13
Change-Id: I8cad872cee972a6d22a72852dac57fd188daca84 Reviewed-on: https://code.wireshark.org/review/4683 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-12-21Include <wsutil/crc11.h> so that we check whether the prototypes thereinGuy Harris1-0/+2
match the actual function types here. svn path=/trunk/; revision=46648
2012-11-05try to fix Id.Anders Broman1-1/+1
svn path=/trunk/; revision=45922
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+81
Add CRC11 algorithms svn path=/trunk/; revision=44346