]> The Tcpdump Group git mirrors - libpcap/history - gencode.c
Consolidate MAC-48 address matching code.
[libpcap] / gencode.c
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...
2015-12-27  Guy HarrisExport some more functions and some variables.
2015-12-05  Guy HarrisGenerate a reentrant lexical analyzer and parser.
2015-12-04  Guy HarrisMerge pull request #464 from montekki/fix_memleak_in_pc...
2015-12-04  Fedor SakharovFix memory leak in pcap_compile. 464/head
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-16  Francois-Xavier... Fix a typo
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisSquelch some compiler narrowing warnings.
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-23  Guy HarrisOnly gencode.c uses the MinGW IPv6 definitionss; move...
2015-09-23  Guy Harrisgencode.c doesn't need to include ip6_misc.h.
2015-09-04  Guy HarrisDeclare pcap_wsockinit() in pcap-int.h.
2015-09-03  Guy HarrisAdd TurboCap support from WinPcap.
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-20  Guy HarrisMerge pull request #451 from mkubecek/mk/8021ad
2015-08-19  Michal KubecekRecognize 802.1ad nested VLAN tag in vlan filter. 451/head
2015-08-09  Guy HarrisGet rid of unnecessary setting of a variable.
2015-04-24  Guy HarrisCheck for division or modulus by zero at code generatio...
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-17  Jesse GrossAdd support for Geneve (Generic Network Virtualization...
2015-02-17  Jesse GrossConvert off_linktype to use variable offsets.
2015-02-17  Jesse GrossMake protochain compat check more general.
2015-02-17  Jesse GrossCheck offloaded vlans are from the outermost part of...
2015-02-17  Jesse GrossInclude constant_part when loading IP header length.
2015-02-17  Jesse GrossCompute variable link header if we are computing the...
2015-02-17  Jesse GrossMark radio link headers as variable.
2015-02-17  Jesse GrossInitialize off_outermostlinkhdr and off_prevlinkhdr...
2015-02-15  Michael RichardsonMerge pull request #403 from skarg/libpcap-dlm
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
next