summaryrefslogtreecommitdiff
path: root/bpf_image.c
Commit message (Expand)AuthorAgeFilesLines
* Make some static variables thread-local.Guy Harris2023-05-051-1/+3
* Squelch some annoying warnings.Guy Harris2019-10-141-0/+8
* Show special magic Linux absolute load addresses symbolically.Guy Harris2019-10-141-3/+87
* Remove some workarounds for old compilers.Guy Harris2019-08-091-32/+32
* Squelch warnings due to empty format strings.Guy Harris2018-05-061-50/+81
* Squelch non-constant format warnings.Guy Harris2018-05-061-55/+50
* Don't use old-style function definitions.Guy Harris2018-03-201-3/+1
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-3/+0
* Put the stuff to get the sized integer types defined into pcap-types.h.Guy Harris2017-09-041-10/+1
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-3/+3
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-3/+3
* Support mod and XOR operators.Guy Harris2014-05-181-0/+20
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Squelch format vs. argument warnings from clang.Guy Harris2012-11-301-6/+9
* Include headers that should cause u_int64_t to be defined.Guy Harris2010-01-271-0/+14
* Make some arguments const pointers if that makes sense.guy2008-01-021-2/+2
* Pick up changes from NetBSD:guy2007-06-111-2/+2
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* <pcap.h> includes <sys/types.h> and <sys/time.h>; there's no need toguy2002-03-241-4/+1
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* do not use sprintf(). always use snprintf().itojun2000-04-271-3/+3
* Initial revisionmcr1999-10-071-0/+288