]> The Tcpdump Group git mirrors - tcpdump/history - checksum.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / checksum.c
2025-01-08  Bill FennerISO: avoid undefined behavior and integer overflow...
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2023-05-10  Francois-Xavier... checksum.c: Remove a now useless include
2023-04-19  Francois-Xavier... Put "{" at end of line with "for" to keep a consistent...
2023-01-14  Denis OvsienkoRemove init_crc10_table() and the entourage.
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-07-28  Hannes Gredlerzero change: update Hannes Gredler's email
2015-09-11  Francois-Xavier... libnetdissect code must include 'netdissect.h', not...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-08-31  Guy HarrisGet rid of warnings on systems that provide index().
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisDefine NETDISSECT_REWORKED in a bunch of files, and...
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Michael Richardsonwhitespace changes
2013-02-22  Bill FennerMerge branch 'master' of git://github.com/mcr/tcpdump
2013-02-07  Ajith AdapaMerge remote branch 'upstream/master'
2012-12-06  Michael RichardsonMerge pull request #46 from fxlb/master
2012-12-04  Michael RichardsonMerge pull request #45 from fxlb/master
2012-12-03  Michael RichardsonMerge pull request #39 from wxsBSD/master
2012-12-03  Michael RichardsonMerge pull request #42 from fxlb/master
2012-12-03  Michael RichardsonMerge pull request #44 from msabramo/travis_build_libpcap
2012-12-01  Michael RichardsonMerge pull request #43 from msabramo/travis_build_libpcap
2012-11-30  Guy HarrisGet rid of unnecessary assignment.
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-02-24  Guy HarrisMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-02-20  Kovarththanan Raja... Precompute CRC-10 table.
2006-09-25  hannesprint shouldbe checksum for broken OSI checksum, remove...
2006-02-09  hannesremove unused header files
2006-02-09  hannesfix typo, use consistent namespace
2006-02-09  hannesmove the crc10 verification to a new file checksum...