2018-07-12 |
Guy Harris | Cast the LHS if bit shifts to bpf_u_int32 to avoid... |
blob | commitdiff | raw |
2018-06-22 |
Guy Harris | Do unsigned shifts. |
blob | commitdiff | raw | diff to current |
2018-05-03 |
Guy Harris | Merge pull request #710 from jmayer/warning_format_nonl... |
blob | commitdiff | raw | diff to current |
2018-05-03 |
Joerg Mayer | Add -Wformat-nonliteral and fix most warnings that... 710/head |
blob | commitdiff | raw | diff to current |
2018-05-03 |
Guy Harris | Have separate flags for "optimizer debug" and "print... |
blob | commitdiff | raw | diff to current |
2018-04-26 |
Guy Harris | Do bounds checking on references to the bids array. |
blob | commitdiff | raw | diff to current |
2018-03-28 |
Joerg Mayer | Fix the -Wunused-parameter warnings that have obvious... |
blob | commitdiff | raw | diff to current |
2018-03-23 |
Guy Harris | Add casts to finish eliminating those warnings. |
blob | commitdiff | raw | diff to current |
2018-03-23 |
Guy Harris | Check for too-large conditional jump offsets. |
blob | commitdiff | raw | diff to current |
2018-03-20 |
Guy Harris | Squelch some warnings. |
blob | commitdiff | raw | diff to current |
2018-03-20 |
Guy Harris | Use for (;;) rather than while (1). |
blob | commitdiff | raw | diff to current |
2018-03-20 |
Guy Harris | Merge pull request #682 from sgeto/clang-msvc-warn |
blob | commitdiff | raw | diff to current |
2018-03-19 |
Ali Abdulkadir | Tame -Wall on MSVC and improve Clang/C2 support 682/head |
blob | commitdiff | raw | diff to current |
2017-11-28 |
Guy Harris | Merge pull request #663 from sgeto/netmap |
blob | commitdiff | raw | diff to current |
2017-11-15 |
Guy Harris | Add a routine to format error messages with an errno... |
blob | commitdiff | raw | diff to current |
2017-10-21 |
Ali Abdulkadir | Merge branch 'master' into man 648/head |
blob | commitdiff | raw | diff to current |
2017-10-15 |
Denis Ovsienko | Improve the "undefined defined" problem solution. |
blob | commitdiff | raw | diff to current |
2017-10-15 |
Guy Harris | Merge pull request #653 from infrastation/master |
blob | commitdiff | raw | diff to current |
2017-10-15 |
Denis Ovsienko | Address CLang "undefined defined" warnings. 653/head |
blob | commitdiff | raw | diff to current |
2017-09-29 |
Guy Harris | Don't bother supporting pre-2005 Visual Studio. |
blob | commitdiff | raw | diff to current |
2017-09-23 |
Guy Harris | Merge pull request #628 from sgeto/no_pdb_pls |
blob | commitdiff | raw | diff to current |
2017-09-23 |
Guy Harris | Merge pull request #627 from sgeto/lib_prefix |
blob | commitdiff | raw | diff to current |
2017-09-23 |
Guy Harris | Update a comment. |
blob | commitdiff | raw | diff to current |
2017-09-23 |
Guy Harris | Get rid of unused variable. |
blob | commitdiff | raw | diff to current |
2017-09-22 |
Guy Harris | Fix copy-and-pasteo. |
blob | commitdiff | raw | diff to current |
2017-09-22 |
Guy Harris | Clean up the "find first bit set" stuff. |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Guy Harris | Merge pull request #623 from sgeto/ffs |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Ali Abdulkadir | Use _BitScanForward (MSVC) and __builtin_ffs (MinGW... 623/head |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | Merge pull request #618 from sgeto/mingw2 |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | Merge pull request #617 from sgeto/BUILD_SHARED_LIBS |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | Merge pull request #615 from sgeto/D9025 |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | Make it clearer where we're testing whether a value... |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | Merge pull request #613 from mkubecek/mk/master/opt... |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | That eliminates the need for a structure tag. |
blob | commitdiff | raw | diff to current |
2017-09-18 |
Guy Harris | Make opt_state_t private to optimize.c. |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Guy Harris | Merge pull request #614 from mkubecek/mk/master/opt... |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Michal Kubecek | optimizer: show edges in dot graph 614/head |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Michal Kubecek | optimizer: replacing unknown value with unknown value... 613/head |
blob | commitdiff | raw | diff to current |
2017-09-05 |
Guy Harris | Get rid of pcap-stdinc.h. |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Guy Harris | Put the stuff to get the sized integer types defined... |
blob | commitdiff | raw | diff to current |
2017-08-24 |
Guy Harris | Merge pull request #595 from buytenh/pcap_protocol |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Guy Harris | Always include <config.h> rather than "config.h". |
blob | commitdiff | raw | diff to current |
2017-01-17 |
Guy Harris | Merge pull request #429 from msekletar/bpf-userland... |
blob | commitdiff | raw | diff to current |
2016-12-13 |
Christopher K Lee | Merge branch 'master' of https://github.com/the-tcpdump... |
blob | commitdiff | raw | diff to current |
2016-08-12 |
Guy Harris | Rename a variable to avoid a warning. |
blob | commitdiff | raw | diff to current |
2016-07-25 |
Guy Harris | Check for, and squelch, signed vs. unsigned comparison... |
blob | commitdiff | raw | diff to current |
2016-07-25 |
Guy Harris | Make a variable to which unsigned values are assigned... |
blob | commitdiff | raw | diff to current |
2016-06-24 |
Yang Luo | Merge remote-tracking branch 'the-tcpdump-group/master' 498/head |
blob | commitdiff | raw | diff to current |
2016-02-11 |
Guy Harris | Don't use global state for the BPF compiler. |
blob | commitdiff | raw | diff to current |
2015-12-31 |
Guy Harris | Have routines to set various internal debugging flags. |
blob | commitdiff | raw | diff to current |
2015-11-25 |
Christopher K Lee | Merge branch 'master' of https://github.com/the-tcpdump... |
blob | commitdiff | raw | diff to current |
2015-11-03 |
Guy Harris | Use pcap_snprintf() instead of snprintf(). |
blob | commitdiff | raw | diff to current |
2015-09-27 |
Guy Harris | Merge branch 'aix-large-files' of https://github.com... |
blob | commitdiff | raw | diff to current |
2015-09-23 |
Guy Harris | Define ffs() in optimize.c; that's all that uses it. |
blob | commitdiff | raw | diff to current |
2015-08-31 |
Guy Harris | The official #define for 32-bit and 64-bit Windows... |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge pull request #403 from skarg/libpcap-dlm |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge pull request #372 from baruchsiach/config-fixes |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge branch 'add_with-libnl_switch' of https://github... |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge pull request #360 from bonsaiviking/scanner-lex-top |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge pull request #358 from bonsaiviking/config-packet... |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge remote-tracking branch 'github/master' into bound... |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge pull request #346 from atzm/linux-vlan-tpid |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | Merge branch 'solofox-master' |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Michael Richardson | issue: https://github.com/the-tcpdump-group/libpcap... |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Michael Richardson | Merge remote-tracking branch 'finepoint/master' into... 376/head |
blob | commitdiff | raw | diff to current |
2014-05-18 |
Guy Harris | Support mod and XOR operators. |
blob | commitdiff | raw | diff to current |
2014-01-03 |
Denis Ovsienko | remove libpcap's own CVS keywords |
blob | commitdiff | raw | diff to current |
2013-09-03 |
solofox | Dump BPF tree representation transformations using... |
blob | commitdiff | raw | diff to current |
2013-05-13 |
Guy Harris | Merge remote-tracking branch 'libpcap/master' |
blob | commitdiff | raw | diff to current |
2013-05-06 |
Guy Harris | Note that fold_op() is only for binary operators. |
blob | commitdiff | raw | diff to current |
2013-05-06 |
Jakub Zawadzki | fold_op() remove dead case: BPF_NEG |
blob | commitdiff | raw | diff to current |
2013-05-01 |
Guy Harris | Merge pull request #294 from darkjames/cleanup |
blob | commitdiff | raw | diff to current |
2013-05-01 |
Jakub Zawadzki | fold_op() remove dead case: BPF_NEG |
blob | commitdiff | raw | diff to current |
2012-10-06 |
Jakub Zawadzki | Use prototype syntax in function definitions. |
blob | commitdiff | raw | diff to current |
2012-06-14 |
Michael Richardson | Merge pull request #7 from sfd/aa0d1466731bae42b5f84dd0... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Guy Harris | Make some counts unsigned ("counts" as in "they're... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Stephen Donnelly | Merge commit 'upstream/master' |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Guy Harris | Include headers that should cause u_int64_t to be defined. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
guy | Make some arguments const pointers if that makes sense. |
blob | commitdiff | raw | diff to current |
2007-09-27 |
gianluca | Added the prototype for ffs() when using the VC compiler. |
blob | commitdiff | raw | diff to current |
2007-09-12 |
guy | From OpenBSD: use calloc() to avoid malloc(n * m) overf... |
blob | commitdiff | raw | diff to current |
2007-07-15 |
guy | So far, two people have submitted patches to "fix"... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
guy | Pick up changes from NetBSD: |
blob | commitdiff | raw | diff to current |
2005-07-31 |
guy | Add another optimization, now that 0.9[.x] is out ... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
guy | Add a little more information to a comment. |
blob | commitdiff | raw | diff to current |
2004-12-18 |
guy | From Gisle Vanem: MS-DOS support. |
blob | commitdiff | raw | diff to current |
2004-11-14 |
guy | Expand some comments. |
blob | commitdiff | raw | diff to current |
2004-11-14 |
guy | Shuffle comments around a bit. |
blob | commitdiff | raw | diff to current |
2004-11-13 |
guy | Add some additional comments, and beef up some existing... |
blob | commitdiff | raw | diff to current |
2004-11-09 |
guy | Add a few comments, and shuffle the definition of NOP... |
blob | commitdiff | raw | diff to current |
2004-11-08 |
guy | There are a bunch of optimizations we can only do in... |
blob | commitdiff | raw | diff to current |
2004-11-07 |
guy | If a block loads a value into the index register with... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
guy | Add _U_ to "rcsid[]" definitions, to eliminate "unused... |
blob | commitdiff | raw | diff to current |
2003-03-08 |
guy | From [email protected], via OpenBSD: add checks for memor... |
blob | commitdiff | raw | diff to current |
2002-08-12 |
itojun | correct arg to calloc() - it is (nelem, size), not... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
itojun | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2002-06-11 |
itojun | tches #454 from [email protected] |
blob | commitdiff | raw | diff to current |
2002-03-24 |
guy | <pcap.h> includes <sys/types.h> and <sys/time.h>; there... |
blob | commitdiff | raw | diff to current |
2001-11-12 |
fenner | Eliminate duplicate prototypes. |
blob | commitdiff | raw | diff to current |
next |