summaryrefslogtreecommitdiff
path: root/checksum.c
Commit message (Expand)AuthorAgeFilesLines
* checksum.c: Remove a now useless includeFrancois-Xavier Le Bail2023-05-101-1/+0
* Put "{" at end of line with "for" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-2/+1
* Remove init_crc10_table() and the entourage.Denis Ovsienko2023-01-141-32/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-3/+3
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Get rid of warnings on systems that provide index().Guy Harris2015-08-311-4/+4
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-11/+11
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-0/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-5/+5
* Get rid of unnecessary assignment.Guy Harris2012-11-301-2/+0
* Precompute CRC-10 table.Kovarththanan Rajaratnam2010-02-201-4/+63
* print shouldbe checksum for broken OSI checksum, remove osi_cksum()hannes2006-09-251-1/+60
* remove unused header fileshannes2006-02-091-3/+1
* fix typo, use consistent namespacehannes2006-02-091-4/+4
* move the crc10 verification to a new file checksum.c (will add other checksum...hannes2006-02-091-0/+80