summaryrefslogtreecommitdiff
path: root/in_cksum.c
Commit message (Expand)AuthorAgeFilesLines
* Squelch a warning.Guy Harris2018-12-101-1/+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
* Use uintptr_t to look at the bits of a pointer.Guy Harris2015-12-151-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
* Fix a bunch of de-constifications.Guy Harris2015-04-261-3/+3
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-16/+16
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-0/+1
* Get rid of $Id$ - you can't get that with Git.Guy Harris2011-06-161-2/+0
* Go with Wireshark's Internet checksum routine.Guy Harris2011-06-131-0/+202