]> The Tcpdump Group git mirrors - tcpdump/history - extract.h
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / extract.h
2024-12-08  Guy HarrisUse C99 macros to define 64-bit constants and maximum...
2024-04-02  Denis OvsienkoInclude diag-control.h only where necessary.
2024-02-25  Guy HarrisAdd macros to fetch big-endian 4-byte and 8-byte IEEE...
2023-08-20  Josh SorefFix spelling
2022-07-04  Francois-Xavier... Fix some typos
2022-03-28  Guy HarrisMove nd_trunc_longjmp() to netdissect.h with the other...
2021-09-13  Guy HarrisMerge pull request #926 from gokulkumar792/print_Block_...
2021-08-15  Denis OvsienkoUse __builtin_unreachable(). [skip ci]
2021-07-26  Denis OvsienkoSquelch a noreturn warning on AIX. [skip ci]
2020-09-27  Denis OvsienkoRename nd_trunc() to nd_trunc_longjmp().
2020-09-18  Francois-Xavier... Use a switch to manage the setjmp() return values
2020-09-17  Denis OvsienkoIntroduce and use nd_trunc(). [skip ci]
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-03-28  Francois-Xavier... Remove duplicate words
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-09-09  Francois-Xavier... Add GET_CPY_BYTES() macro and get_cpy_bytes() function
2019-06-29  Francois-Xavier... Add an include guard in extract.h
2019-03-26  Francois-Xavier... Apply the first step of the new way to fetch data with...
2019-03-24  Michael RichardsonMerge branch 'kivinen-master'
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-09-06  Guy HarrisDon't assume ARM supports unaligned accesses.
2018-06-15  Francois-Xavier... Fix a typo in the EXTRACT_BE_S_6() macro
2018-05-19  Francois-Xavier... Add a cast to the EXTRACT_U_1() macro
2018-04-30  Francois-Xavier... Fix some host-endian extract routines
2018-01-29  Guy HarrisPut UNALIGNED_OK at the beginning of the inline declara...
2018-01-22  Guy HarrisDon't test for __attribute__ in the configure script.
2018-01-11  Guy HarrisUse nd_ types, add host-endian extract routines, clean...
2017-12-20  Guy HarrisAdd EXTRACT_ macros/functions for IPv4 addresses, get...
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
2017-11-23  Guy HarrisClean up signed vs. unsigned.
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-22  Francois-Xavier... Rename ND_TCHECK_/ND_TTEST_ macros
2017-11-21  Guy HarrisAdd EXTRACT_ macros/functions to get signed integers.
2017-11-18  Francois-Xavier... Remove EXTRACT_LE_8BITS() macro, use EXTRACT_8BITS...
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-11-11  David CroninMerge remote-tracking branch 'upstream/master'
2017-10-16  Guy HarrisCheck for unaligned memory access support at compile...
2017-09-13  Francois-Xavier... CVE-2017-13025/IPv6 mobility: Add a bounds check before...
2017-09-13  Guy HarrisCVE-2017-13003/Clean up the LMP dissector.
2017-08-19  Guy HarrisSuppress UBSan warnings from EXTRACT_.
2017-03-26  Tero KivinenIEEE 802.15.4 printer which understands frame version...
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-01-18  Guy HarrisCVE-2016-7940/Add a bunch of bounds checks, and fix...
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-29  Francois-Xavier... Remove unnecessary backslashes
2015-10-07  Guy HarrisUse the nd_uintN_t types more.
2015-10-06  Guy HarrisIntroduce data types to use for integral values in...
2014-10-02  Guy HarrisFix indentation.
2014-10-01  Guy HarrisAdd some more parentheses, Just In Case.
2014-04-23  Guy HarrisMore getting rid of old u_intN_t.
2014-02-16  Guy HarrisAdd {40,48,56}-bit big-endian extract macros and use...
2014-02-01  Guy HarrisDon't use the __attribute__((packed)) on most platforms.
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2013-06-22  Guy HarrisMerge git://github.com/the-tcpdump-group/tcpdump
2013-06-22  Guy HarrisMerge pull request #317 from tejblum/strict-aliasing
2013-06-04  Dmitrij TejblumConvert some versions of EXTRACT_{16,32,64}BITS() to... 317/head
2006-01-30  hannes-add support (TLV parser) for the juniper .pcap extensions
2005-01-15  guyDeclare the non-GCCized 64-bit big-endian extraction...
2004-09-25  guyFix the parenthesization in the "alignment required...
2004-09-25  guyDon't do the "OR together the result of two "ntohl...
2004-09-24  guyAdd an "EXTRACT_64BITS()" macro - using the "EXTRACT_32...
2004-09-23  dyoungcpack uses EXTRACT_LE_64BITS to extract little-endian...
2002-12-11  guyThe "__attribute__((packed))" tag on structures causes...
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2001-09-17  fennerEliminate some unused parameters.
2000-10-03  itojunalways use u_intXX_t for protocol format declaration...
1999-10-07  mcrInitial revision