2019-01-07 |
Guy Harris | Merge branch 'master' of https://github.com/rixed/libpc... |
blob | commitdiff | raw |
2018-11-22 |
Guy Harris | Cast to bpf_u_int32 to squelch compiler warnings. |
blob | commitdiff | raw |
2018-11-22 |
Guy Harris | Clean up signed vs. unsigned, do more error checking... |
blob | commitdiff | raw | diff to current |
2018-11-11 |
Guy Harris | Squelch some warnings. |
blob | commitdiff | raw | diff to current |
2018-11-10 |
Guy Harris | Squelch more stupid "might be clobbered by longjmp... |
blob | commitdiff | raw | diff to current |
2018-11-10 |
Guy Harris | See if *this* squelches the "clobbered by longjmp"... |
blob | commitdiff | raw | diff to current |
2018-11-10 |
Guy Harris | Squelch warnings about unreachable code. |
blob | commitdiff | raw | diff to current |
2018-11-10 |
Guy Harris | Wrong variable. |
blob | commitdiff | raw | diff to current |
2018-11-10 |
Guy Harris | Squelch some bogus "might be clobbered by longjmp"... |
blob | commitdiff | raw | diff to current |
2018-10-30 |
Guy Harris | finish_parse() has to catch bpf_error() exceptions... |
blob | commitdiff | raw | diff to current |
2018-10-29 |
Guy Harris | Catch errors reported by gen_retblk(). |
blob | commitdiff | raw | diff to current |
2018-10-29 |
Guy Harris | Fix another place where longjmp() was called without... |
blob | commitdiff | raw | diff to current |
2018-10-28 |
Guy Harris | We can't longjmp out of sdup(), as it's called in the... |
blob | commitdiff | raw | diff to current |
2018-10-27 |
Guy Harris | Another attempt to fix a "clobbered by longjmp" warning. |
blob | commitdiff | raw | diff to current |
2018-10-27 |
Guy Harris | Attempt to squelch a "clobbered by longjmp" warning. |
blob | commitdiff | raw | diff to current |
2018-10-27 |
Guy Harris | Don't call setjmp in code we didn't write. |
blob | commitdiff | raw | diff to current |
2018-10-25 |
Guy Harris | Don't longjmp out of the generated parser. |
blob | commitdiff | raw | diff to current |
2018-10-24 |
Guy Harris | Handle all protocol qualifiers in gen_proto(). |
blob | commitdiff | raw | diff to current |
2018-10-24 |
Guy Harris | Report an error for too-large VLAN tags, PPPoE session... |
blob | commitdiff | raw | diff to current |
2018-10-24 |
Guy Harris | Report an error for MPLS labels that don't fit in 20... |
blob | commitdiff | raw | diff to current |
2018-10-22 |
Guy Harris | Catch shifts > 31 bits generated by the optimizer. |
blob | commitdiff | raw | diff to current |
2018-10-22 |
Guy Harris | Add checks for invalid "direction" qualifiers for ... |
blob | commitdiff | raw | diff to current |
2018-10-22 |
Guy Harris | Handle *all* protocol qualifiers in gen_host() - even... |
blob | commitdiff | raw | diff to current |
2018-10-19 |
Guy Harris | Another check for a too-large shift. |
blob | commitdiff | raw | diff to current |
2018-10-19 |
Guy Harris | Handle all protocol qualifiers in gen_host6(). |
blob | commitdiff | raw | diff to current |
2018-10-17 |
Guy Harris | Plug some memory leaks. |
blob | commitdiff | raw | diff to current |
2018-10-17 |
Guy Harris | Plug some memory leaks. |
blob | commitdiff | raw | diff to current |
2018-10-16 |
Guy Harris | Add checks for invalid qualifiers for "port" and "portr... |
blob | commitdiff | raw | diff to current |
2018-10-16 |
Guy Harris | Use the EXTRACT_ macros to extract big-endian integers... |
blob | commitdiff | raw | diff to current |
2018-10-16 |
Guy Harris | Handle all protocol qualifiers in gen_host(). |
blob | commitdiff | raw | diff to current |
2018-10-16 |
Guy Harris | Provide out own strlcpy() and strlcat() routines if... |
blob | commitdiff | raw | diff to current |
2018-09-24 |
Guy Harris | Merge pull request #762 from mkubecek/mk/master/vlan5 |
blob | commitdiff | raw | diff to current |
2018-09-24 |
Michal Kubecek | Check only VID in VLAN test (issue #461) 762/head |
blob | commitdiff | raw | diff to current |
2018-09-22 |
Guy Harris | Fix a "might be clobbered by longjmp" warning. |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge branch 'master' into breakloop_poll 741/head |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge pull request #756 from stubbfel/patch-1 |
blob | commitdiff | raw | diff to current |
2018-09-10 |
Guy Harris | Use -Wshorten-64-to-32 if it's available, and fix warni... |
blob | commitdiff | raw | diff to current |
2018-08-25 |
Guy Harris | Merge pull request #722 from rixed/patch-1 |
blob | commitdiff | raw | diff to current |
2018-07-18 |
Guy Harris | Don't say "syntax error" twice. |
blob | commitdiff | raw | diff to current |
2018-07-12 |
Guy Harris | DLT_LINUX_SLL2 support. |
blob | commitdiff | raw | diff to current |
2018-05-01 |
Guy Harris | Merge pull request #708 from jmayer/bpf_filter_simplify... |
blob | commitdiff | raw | diff to current |
2018-05-01 |
Joerg Mayer | SKF_AD_VLAN_TAG_PRESENT defined implies SKF_AD_VLAN_TAG... 708/head |
blob | commitdiff | raw | diff to current |
2018-04-05 |
Guy Harris | Merge pull request #688 from jmayer/some_small_warning_... |
blob | commitdiff | raw | diff to current |
2018-04-04 |
Joerg Mayer | Fix a few warnings that came up after turning on a... 688/head |
blob | commitdiff | raw | diff to current |
2018-03-28 |
Guy Harris | Fix MSVC build. |
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-28 |
Joerg Mayer | Add -Wmissing-noreturn to compiler warnings and fix... |
blob | commitdiff | raw | diff to current |
2018-03-28 |
Joerg Mayer | Add -Wcomma and fix the single place it complains about |
blob | commitdiff | raw | diff to current |
2018-03-23 |
Guy Harris | Cast away some warnings. |
blob | commitdiff | raw | diff to current |
2018-03-23 |
Guy Harris | Use OFFSET_NOT_SET for offsets that don't pertain to... |
blob | commitdiff | raw | diff to current |
2018-03-22 |
Guy Harris | Remove unrechable code. |
blob | commitdiff | raw | diff to current |
2018-03-21 |
Guy Harris | Remove some unreached statements. |
blob | commitdiff | raw | diff to current |
2018-03-21 |
Guy Harris | Squelch some unreachable-code warnings. |
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 | Don't use old-style function definitions. |
blob | commitdiff | raw | diff to current |
2018-02-13 |
Guy Harris | Don't crash on, for example, "ip address1 127.0.0.1". |
blob | commitdiff | raw | diff to current |
2018-01-28 |
Guy Harris | Only define struct addrinfo in some cases. |
blob | commitdiff | raw | diff to current |
2018-01-28 |
Guy Harris | Fix the inclusion of <netdb.h>. |
blob | commitdiff | raw | diff to current |
2018-01-28 |
Guy Harris | Try to make pcap_compile() thread-safer. |
blob | commitdiff | raw | diff to current |
2018-01-09 |
Guy Harris | Update to reflect the name change for Apple's UNIX... |
blob | commitdiff | raw | diff to current |
2017-11-29 |
Guy Harris | Expand a comment. |
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-11-05 |
Guy Harris | Merge pull request #660 from mhannig/master |
blob | commitdiff | raw | diff to current |
2017-11-04 |
Matthias Hannig | generate code for icmp6 |
blob | commitdiff | raw | diff to current |
2017-10-05 |
Ali Abdulkadir | Merge branch 'master' of https://github.com/the-tcpdump... |
blob | commitdiff | raw | diff to current |
2017-10-04 |
Guy Harris | Merge pull request #645 from sgeto/m4_esyscmd_s |
blob | commitdiff | raw | diff to current |
2017-10-04 |
Guy Harris | Call the flag to enable remote capture ENABLE_REMOTE. |
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 |
Gisle Vanem | Fixed typo. |
blob | commitdiff | raw | diff to current |
2017-09-20 |
Guy Harris | Merge pull request #619 from sgeto/master |
blob | commitdiff | raw | diff to current |
2017-09-19 |
Guy Harris | Squelch a compiler warning. |
blob | commitdiff | raw | diff to current |
2017-09-11 |
Guy Harris | Use C99 {u}intN_t types rather than BSD {u_}intN_t... |
blob | commitdiff | raw | diff to current |
2017-09-06 |
Gisle Vanem | Clean up #ifdef/#else/#endif, use indentation to make... |
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-07-22 |
Guy Harris | Merge pull request #588 from mkubecek/mk/master/vlan4 |
blob | commitdiff | raw | diff to current |
2017-05-22 |
Michal Kubecek | Fix logic of combined VLAN test 588/head |
blob | commitdiff | raw | diff to current |
2017-05-17 |
Guy Harris | Merge pull request #583 from mkubecek/mk/master/vlan3 |
blob | commitdiff | raw | diff to current |
2017-05-17 |
Michal Kubecek | Make VLAN filter handle both metadata and inline tags 583/head |
blob | commitdiff | raw | diff to current |
2017-03-09 |
Guy Harris | Put back the greasy "save the capture filter string... |
blob | commitdiff | raw | diff to current |
2017-02-05 |
Guy Harris | In pcap_compile(), first check whether the pcap_t is... |
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 |
2017-01-17 |
Guy Harris | Fix compilation if INET6 isn't defined. |
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-09-15 |
Guy Harris | Fix the handling of loopback filters for IPv6 packets. |
blob | commitdiff | raw | diff to current |
2016-08-25 |
Guy Harris | On Linux, handle all CAN captures with pcap-linux.c... |
blob | commitdiff | raw | diff to current |
2016-08-18 |
Guy Harris | Have separate DLTs for big-endian and host-endian Socke... |
blob | commitdiff | raw | diff to current |
2016-08-07 |
Guy Harris | Make the FDDI padding unsigned. |
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-06-24 |
Yang Luo | Merge remote-tracking branch 'the-tcpdump-group/master' 498/head |
blob | commitdiff | raw | diff to current |
2016-03-25 |
Guy Harris | No need to single-thread this, it's reentrant now. 467/head |
blob | commitdiff | raw | diff to current |
2016-02-20 |
Guy Harris | Add a LINKTYPE/DLT_ value for FreeBSD USB. |
blob | commitdiff | raw | diff to current |
2016-02-13 |
Denis Ovsienko | fix Linux build errors after commit fb20696 |
blob | commitdiff | raw | diff to current |
2016-02-12 |
Guy Harris | We have to initialize the n_left values for the chunks... |
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 |
2016-01-28 |
Guy Harris | Make a half-hearted attempt to handle multiple presence... |
blob | commitdiff | raw | diff to current |
next |