summaryrefslogtreecommitdiff
path: root/extract.h
Commit message (Expand)AuthorAgeFilesLines
* Use the nd_uintN_t types more.Guy Harris2015-10-071-23/+0
* Introduce data types to use for integral values in packet structures.Guy Harris2015-10-061-0/+23
* Fix indentation.Guy Harris2014-10-011-1/+1
* Add some more parentheses, Just In Case.Guy Harris2014-10-011-52/+52
* More getting rid of old u_intN_t.Guy Harris2014-04-231-73/+73
* Add {40,48,56}-bit big-endian extract macros and use them for DCCP ACKs.Guy Harris2014-02-151-0/+24
* Don't use the __attribute__((packed)) on most platforms.Guy Harris2014-02-011-11/+51
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Convert some versions of EXTRACT_{16,32,64}BITS() to inline functions.Dmitrij Tejblum2013-06-041-14/+39
* -add support (TLV parser) for the juniper .pcap extensionshannes2006-01-301-1/+5
* Declare the non-GCCized 64-bit big-endian extraction macro asguy2005-01-151-2/+2
* Fix the parenthesization in the "alignment required but you canguy2004-09-251-3/+3
* Don't do the "OR together the result of two "ntohl()"s stuff onguy2004-09-251-9/+24
* Add an "EXTRACT_64BITS()" macro - using the "EXTRACT_32BITS()" macro, soguy2004-09-241-1/+5
* cpack uses EXTRACT_LE_64BITS to extract little-endian 64-bit words.dyoung2004-09-231-1/+10
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-3/+44
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-16/+16
* Eliminate some unused parameters.fenner2001-09-171-18/+18
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-17/+17
* Initial revisionmcr1999-10-071-0/+57