]> The Tcpdump Group git mirrors - libpcap/history - gencode.c
Fix logic of combined VLAN test
[libpcap] / gencode.c
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
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-02-09  Guy HarrisGet rid of OR_MPLSPL, add OR_PREVMPLSHDR.
2015-02-09  Guy HarrisRename OR_NET and OR_NET_NOSNAP to OR_LINKPL and OR_LIN...
2015-02-09  Guy HarrisFix PPPoE session ID checks for non-Ethernet links.
2015-02-09  Guy HarrisHandle VLANs atop 802.11.
2015-02-09  Guy HarrisHave a common routine for generating absolute-offset...
2015-02-09  Guy HarrisUse common code for handling absolute offsets.
2015-02-08  Guy HarrisFix a comment.
2015-02-08  Guy HarrisHandle all link header offsets like the link payload...
2015-02-08  Guy HarrisFix a couple of incorrect OR_ values from the previous...
2015-02-08  Guy HarrisRename some variables and enum values to make things...
2015-02-08  Guy HarrisFix generation of the code to get the 802.11 and 802...
2015-02-07  Guy HarrisUse the new link-layer encapsulation stuff for PPPoE.
2015-02-07  Guy HarrisAdd a more general mechanism to handle encapsulating...
2015-02-07  Guy HarrisAdd some more OR_ values, to make it clearer what we...
2015-02-06  Guy HarrisClean up some comments.
2015-02-06  Guy HarrisNot all link-layer protocols have a MAC layer.
2015-02-06  Guy HarrisUpdate constants and variable name to reflect reality.
2015-02-06  Jesse GrossInclude fixed offset when computing variable MAC headers.
2015-02-06  Guy HarrisAdd some comments and expand some other comments.
2015-02-06  Jesse GrossUse gen_linktype() for VLAN EtherType check.
2015-02-06  Guy HarrisEliminate some unneeded variables and move some comments.
2015-02-03  Guy HarrisMerge pull request #414 from peugnezb/correctifs
2015-02-03  Baptiste Peugnezgencode.c / gencode.h : Type of variable "masklen"
2015-01-26  Guy HarrisMerge pull request #378 from sfd/master
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-11-12  Guy HarrisMerge pull request #375 from myri/master
2014-11-06  Guy HarrisThere's no pcap_t argument to code generator routines.
2014-11-05  Guy HarrisMove the socket ops out of gencode.c.
2014-11-05  Guy HarrisGet rid of unused variable.
2014-11-05  Guy HarrisMerge pull request #391 from msekletar/vlan-bpf
2014-11-03  Michal SekletarUse BPF extensions in compiled filters 391/head
2014-08-18  sfdMerge remote-tracking branch 'upstream/master'
2014-08-06  Michael RichardsonMerge remote-tracking branch 'finepoint/master' into... 376/head
2014-07-28  Guy HarrisDon't crash on filters testing a non-existent link...
2014-05-20  Guy HarrisAdd support for filters testing for 802.2 LLC frame...
2014-05-10  Guy HarrisSuggest using pthread serialization calls on UN*X.
2014-05-10  Guy HarrisMerge pull request #356 from gvanem/master
2014-05-10  Gisle Vanempcap_compile() fix for Win32
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-12-05  Denis OvsienkoNFLOG: don't crash trying to filter at link layer
2013-11-11  Guy HarrisMerge git://github.com/the-tcpdump-group/libpcap
2013-11-11  Guy HarrisMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2013-11-10  Guy HarrisFix crash with "ether dst 1::2" as a filter.
2013-05-20  Michael RichardsonMerge pull request #301 from jbonor/for-upstream
2013-05-17  Jorge Boncompte... Support filtering PPPoE sessions by ID. 301/head
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
next