aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc8-tvb.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-16/+29
Change-Id: I3dc57f4c2ca57585103e3b71503ac4c332903e50 Reviewed-on: https://code.wireshark.org/review/4594 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-04-17Add CRC-8 calculator for EPONPhilip Rosenberg-Watt1-1/+12
See IEEE Standard 802.3-2012 Section 5, Clause 65 Change-Id: I83d8adfd5c4fd1f263175ac726854d51419b34e0 Reviewed-on: https://code.wireshark.org/review/1187 Reviewed-by: Evan Huus <eapache@gmail.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>
2013-12-07Add missing consts.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=53829
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=45016
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-0/+89
This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810