]> The Tcpdump Group git mirrors - libpcap/history - gencode.c
Handle older OSes without DLT_PRISM_HEADER/DLT_AIRONET_HEADER/DLT_PPI.
[libpcap] / gencode.c
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-11-22  Guy HarrisCast to bpf_u_int32 to squelch compiler warnings.
2018-11-22  Guy HarrisClean up signed vs. unsigned, do more error checking...
2018-11-11  Guy HarrisSquelch some warnings.
2018-11-10  Guy HarrisSquelch more stupid "might be clobbered by longjmp...
2018-11-10  Guy HarrisSee if *this* squelches the "clobbered by longjmp"...
2018-11-10  Guy HarrisSquelch warnings about unreachable code.
2018-11-10  Guy HarrisWrong variable.
2018-11-10  Guy HarrisSquelch some bogus "might be clobbered by longjmp"...
2018-10-30  Guy Harrisfinish_parse() has to catch bpf_error() exceptions...
2018-10-29  Guy HarrisCatch errors reported by gen_retblk().
2018-10-29  Guy HarrisFix another place where longjmp() was called without...
2018-10-28  Guy HarrisWe can't longjmp out of sdup(), as it's called in the...
2018-10-27  Guy HarrisAnother attempt to fix a "clobbered by longjmp" warning.
2018-10-27  Guy HarrisAttempt to squelch a "clobbered by longjmp" warning.
2018-10-27  Guy HarrisDon't call setjmp in code we didn't write.
2018-10-25  Guy HarrisDon't longjmp out of the generated parser.
2018-10-24  Guy HarrisHandle all protocol qualifiers in gen_proto().
2018-10-24  Guy HarrisReport an error for too-large VLAN tags, PPPoE session...
2018-10-24  Guy HarrisReport an error for MPLS labels that don't fit in 20...
2018-10-22  Guy HarrisCatch shifts > 31 bits generated by the optimizer.
2018-10-22  Guy HarrisAdd checks for invalid "direction" qualifiers for ...
2018-10-22  Guy HarrisHandle *all* protocol qualifiers in gen_host() - even...
2018-10-19  Guy HarrisAnother check for a too-large shift.
2018-10-19  Guy HarrisHandle all protocol qualifiers in gen_host6().
2018-10-17  Guy HarrisPlug some memory leaks.
2018-10-17  Guy HarrisPlug some memory leaks.
2018-10-16  Guy HarrisAdd checks for invalid qualifiers for "port" and "portr...
2018-10-16  Guy HarrisUse the EXTRACT_ macros to extract big-endian integers...
2018-10-16  Guy HarrisHandle all protocol qualifiers in gen_host().
2018-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-09-24  Guy HarrisMerge pull request #762 from mkubecek/mk/master/vlan5
2018-09-24  Michal KubecekCheck only VID in VLAN test (issue #461) 762/head
2018-09-22  Guy HarrisFix a "might be clobbered by longjmp" warning.
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-10  Guy HarrisUse -Wshorten-64-to-32 if it's available, and fix warni...
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-07-18  Guy HarrisDon't say "syntax error" twice.
2018-07-12  Guy HarrisDLT_LINUX_SLL2 support.
2018-05-01  Guy HarrisMerge pull request #708 from jmayer/bpf_filter_simplify...
2018-05-01  Joerg MayerSKF_AD_VLAN_TAG_PRESENT defined implies SKF_AD_VLAN_TAG... 708/head
2018-04-05  Guy HarrisMerge pull request #688 from jmayer/some_small_warning_...
2018-04-04  Joerg MayerFix a few warnings that came up after turning on a... 688/head
2018-03-28  Guy HarrisFix MSVC build.
2018-03-28  Joerg MayerFix the -Wunused-parameter warnings that have obvious...
2018-03-28  Joerg MayerAdd -Wmissing-noreturn to compiler warnings and fix...
2018-03-28  Joerg MayerAdd -Wcomma and fix the single place it complains about
2018-03-23  Guy HarrisCast away some warnings.
2018-03-23  Guy HarrisUse OFFSET_NOT_SET for offsets that don't pertain to...
2018-03-22  Guy HarrisRemove unrechable code.
2018-03-21  Guy HarrisRemove some unreached statements.
2018-03-21  Guy HarrisSquelch some unreachable-code warnings.
2018-03-20  Guy HarrisSquelch some warnings.
2018-03-20  Guy HarrisDon't use old-style function definitions.
2018-02-13  Guy HarrisDon't crash on, for example, "ip address1 127.0.0.1".
2018-01-28  Guy HarrisOnly define struct addrinfo in some cases.
2018-01-28  Guy HarrisFix the inclusion of <netdb.h>.
2018-01-28  Guy HarrisTry to make pcap_compile() thread-safer.
2018-01-09  Guy HarrisUpdate to reflect the name change for Apple's UNIX...
2017-11-29  Guy HarrisExpand a comment.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-11-05  Guy HarrisMerge pull request #660 from mhannig/master
2017-11-04  Matthias Hanniggenerate code for icmp6
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisMerge pull request #645 from sgeto/m4_esyscmd_s
2017-10-04  Guy HarrisCall the flag to enable remote capture ENABLE_REMOTE.
2017-09-23  Guy HarrisMerge pull request #628 from sgeto/no_pdb_pls
2017-09-23  Guy HarrisMerge pull request #627 from sgeto/lib_prefix
2017-09-23  Gisle VanemFixed typo.
2017-09-20  Guy HarrisMerge pull request #619 from sgeto/master
2017-09-19  Guy HarrisSquelch a compiler warning.
2017-09-11  Guy HarrisUse C99 {u}intN_t types rather than BSD {u_}intN_t...
2017-09-06  Gisle VanemClean up #ifdef/#else/#endif, use indentation to make...
2017-09-05  Guy HarrisGet rid of pcap-stdinc.h.
2017-09-04  Guy HarrisPut the stuff to get the sized integer types defined...
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-05-22  Michal KubecekFix logic of combined VLAN test 588/head
2017-05-17  Guy HarrisMerge pull request #583 from mkubecek/mk/master/vlan3
2017-05-17  Michal KubecekMake VLAN filter handle both metadata and inline tags 583/head
2017-03-09  Guy HarrisPut back the greasy "save the capture filter string...
2017-02-05  Guy HarrisIn pcap_compile(), first check whether the pcap_t is...
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2017-01-17  Guy HarrisFix compilation if INET6 isn't defined.
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-09-15  Guy HarrisFix the handling of loopback filters for IPv6 packets.
2016-08-25  Guy HarrisOn Linux, handle all CAN captures with pcap-linux.c...
2016-08-18  Guy HarrisHave separate DLTs for big-endian and host-endian Socke...
2016-08-07  Guy HarrisMake the FDDI padding unsigned.
2016-07-25  Guy HarrisCheck for, and squelch, signed vs. unsigned comparison...
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-03-25  Guy HarrisNo need to single-thread this, it's reentrant now. 467/head
2016-02-20  Guy HarrisAdd a LINKTYPE/DLT_ value for FreeBSD USB.
2016-02-13  Denis Ovsienkofix Linux build errors after commit fb20696
2016-02-12  Guy HarrisWe have to initialize the n_left values for the chunks...
2016-02-11  Guy HarrisDon't use global state for the BPF compiler.
2016-01-28  Guy HarrisMake a half-hearted attempt to handle multiple presence...
next