]> The Tcpdump Group git mirrors - tcpdump/history - extract.h
Add a cast to the EXTRACT_U_1() macro
[tcpdump] / extract.h
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-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