]> The Tcpdump Group git mirrors - libpcap/history - gencode.c
From Paolo Abeni: support for a memory-mapped capture buffer.
[libpcap] / gencode.c
2007-12-29  guyThe Prism header is in theory variable-length, but...
2007-12-29  guyThe AVS radio header is variable-length, and fields...
2007-11-26  gianlucaFixed a bug when generating wireless filters in the...
2007-11-18  guySupport OpenBSD's "addr1", "addr2", "addr3", and "addr4...
2007-11-10  guyUpdate a comment.
2007-11-08  guyHandle the padding stuck in between the 802.11 header...
2007-11-07  guyDo the DLT_PPI per-packet DLT check before computing...
2007-11-06  guyWhen we add the length of the QoS field to the offset...
2007-11-05  guyFix handling of ATM LANE for DLT_SUNATM.
2007-11-05  guyBased on changes from Gianluca Varenni, partially handl...
2007-11-05  guyDon't crash if somebody tries link-layer type filtering...
2007-11-04  guyFix the handling of IPX in VLAN encapsulation so that...
2007-11-04  guyFix the handling of AppleTalk in VLAN encapsulation...
2007-10-30  guyFrom Stephen Donnelly:
2007-10-26  guyRe-initialize the table of used registers, and the...
2007-10-05  guyAdd DLT_AX25_KISS, for AX.25 with a KISS header, as...
2007-10-05  guyMove a comment that applies to both branches of an...
2007-09-29  guyClean up indentation.
2007-09-19  guyNew DLT for Bluetooth H:4 with pseudo-header giving...
2007-09-12  guyFrom Max Laier: check whether the system has <net/pfvar...
2007-09-10  hannesallocate DLT_JUNIPER_ST as per request from Hannes...
2007-06-22  guyFrom Stephen Donnelly of Endace:
2007-06-14  gianlucaFixed the code that verifies if a PPI packet encapsulat...
2007-06-14  gianlucaAdded more code in the compilation for the PPI linktype...
2007-06-14  gianlucaAdded some initial support for PPI filter generation.
2007-06-11  guyPick up changes from NetBSD:
2007-05-30  guyTests for the transport-layer protocol differ based...
2007-05-24  hannesadd support for DLT_JUNIPER_ISM
2007-03-11  guyFrom Sepherosa Ziehau: additional filter operations...
2007-02-08  guyFrom Florent Drouin: a Link Status Signal Unit is calle...
2006-12-21  guyFrom Florent Drouin: add support for filtering on MTP2...
2006-12-20  guyHandle DLT_USB_LINUX the same way we handle DLT_USB...
2006-10-13  guyDLT_ value added for the Bluetooth HCI UART transport...
2006-10-04  guyPut the public libpcap headers into a pcap subdirectory...
2006-10-04  guyHandle DLT_USB.
2006-09-13  guyAdd off_ll to off_nl in cases where that's required...
2006-09-13  guyMake off_linktype, off_nl, and off_nl_nosnap *not*...
2006-05-28  guyC89 says that the result of shifting an N-bit value...
2006-05-18  hannesadd support for DLT_JUNIPER_VP
2006-03-16  hannesuse gen_linktype() rather than a plain gen_cmp() for...
2006-03-16  hannesOR_PACKET should match at the beginning of the packet...
2006-02-22  hannescode cosmetics: clean up some if() chains and replace...
2006-02-22  hannescode cosmetics: clean up some if() chains and replace...
2005-12-13  hannesadd DLT/LINKTYPE for carrying FRF.16 Multi-link Frame...
2005-11-17  guyMake the "applied to" errors say "applied to net" if...
2005-09-05  guyAdd "pppoed" and "pppoes" keywords, for PPPoE Discovery...
2005-08-31  guyWhen checking for VLAN packets, check the type field...
2005-08-12  hannesallocate 4 new DLTs on behalf of Juniper Networks,...
2005-08-08  guyThe "is_mpls" Boolean isn't necessary - we can just...
2005-08-08  guyWhen we're processing MPLS-encapsulated packets, don...
2005-07-31  guyFrom OpenBSD: fix a comment.
2005-07-20  hannesadd basic support for DLT_JUNIPER_MFR
2005-07-14  hannesper suggestion from Paolo Lucente <paolo.lucente@ic...
2005-07-11  hannesbugreport from Paolo Lucente <[email protected]...
2005-07-08  hannesfix MPLS code generation:
2005-06-20  guyDon't dump core if the user uses "sio", "opc", "dpc...
2005-06-20  guyFrom Gilbert Hoyek <[email protected]>: support...
2005-06-06  hannesbugreport from Paolo Lucente <[email protected]...
2005-05-28  guyPut in a note about ISO-over-LLC, PPPoA (which is ...
2005-05-19  hannesadd basic support for DLT_JUNIPER_{GGSN,ES,MONITOR...
2005-05-12  hannesadd basic support for DLT_JUNIPER_PPPOE_ATM
2005-05-03  hannesadd minimalistic code support for DLT_JUNIPER_PPPOE
2005-05-02  guyFix a bunch of places to support all the 802.11+radio...
2005-05-02  guyMake "link[N:M]" refer to the 802.11 header for all...
2005-05-01  guyAdd support for most filter operations for captures...
2005-05-01  guyUse "gen_load_ipxhdrlen()" in more places.
2005-05-01  guyAdd a routine to load into the X register the length...
2005-05-01  guyMake the value argument to "gen_ncmp()" a bpf_int32...
2005-05-01  guyReplace all the "gen_load_*rel()" routines with "gen_lo...
2005-05-01  guyAdd a routine to generate code to load a value relative...
2005-05-01  guyAdd routines to generate code to load values relative...
2005-04-25  guy"gen_portatom()" and "gen_portatom6()" are declared...
2005-04-23  guyFrom Albert Chin: just define __attribute__ as an empty...
2005-04-20  guyGet rid of an unused variable.
2005-04-19  guyFrom Patrick Marie <[email protected]>: add support...
2005-04-18  guyDeclare "bpf_error()" as "__attribute__((noreturn)...
2005-04-15  guyPut in a comment explaining what "gen_proto()" does.
2005-04-10  hannesas per guy's suggestion:
2005-04-10  guyRename "gen_llc()" to "gen_llc_linktype()", to match
2005-04-09  guyFix off_nl_nosnap for Apple IP-over-IEEE 1394.
2005-04-09  guyAs per Daniele Orlandi's request, use DLT_LINUX_LAPD...
2005-04-08  hannesfix offset calculation for iso/isis/clnp/esis over...
2005-04-08  hannes-add support for llc based protocols (iso, etc..) for...
2005-04-07  guyAt the request of Daniele Orlandi, add DLT_LAPD and...
2005-03-27  guySquelch some compiler warnings.
2005-03-17  guyFor "ether proto", allow LLC value names as well as...
2005-02-08  guyThe DLT_LINUX_PPP_WITHDIRECTION is also used for pppd...
2005-01-31  guyRename DLT_PPP_WITHDIRECTION to DLT_LINUX_PPP_WITHDIREC...
2005-01-25  hannesadd support for DLT_JUNIPER_{MLFR,MLPPP)
2005-01-12  hannesadd gencode support for Juniper ML/LS PIC DLT_
2004-12-18  guyFrom Gisle Vanem: MS-DOS support.
2004-12-17  guyFrom Gisle Vanem: there's no need to include <sys/time...
2004-12-15  guyPut the FDDI padding (if any) into the pcap_t structure...
2004-11-06  guyFix a comment.
2004-11-06  guyMove the code to generate code to check for a particula...
2004-10-19  hannesadd support for DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_...
2004-08-27  guyFrom Nicolas Dade <[email protected]>: the VLAN...
2004-08-18  hannesadd support for another PPP variant as per request...
2004-07-15  guyCatch the case in "gen_mpls()" where "orig_nl" isn...
2004-06-16  hannesbugfix: MPLS compare all (masked)32bits instead of...
next