]> The Tcpdump Group git mirrors - libpcap/history - gencode.c
The value pointed to by "gen_pf_ifname()"'s argument isn't modified, so
[libpcap] / gencode.c
2003-05-02  guyThe value pointed to by "gen_pf_ifname()"'s argument...
2003-03-28  guyAdd support for "link broadcast" and "link multicast...
2003-03-11  guyAdd support for OpenBSD DLT_PFLOG.
2003-03-08  guyAdd support for OpenBSD DLT_ENC - and map it to a value...
2003-03-08  guyFrom [email protected], via OpenBSD: add a check for...
2003-02-14  guyUnfortunately, there is no direction flag for DLT_PPP.
2003-02-05  guyFor DLT_ATM_RFC1483, the network-layer header starts...
2003-01-23  guyFrom Peter Fales <[email protected]>: support...
2002-12-12  guyAdd gencode support for DLT_IEEE802_11_RADIO.
2002-12-06  hannesadd BPF_ filters for misc. IS-IS PDU Types
2002-12-04  hannesfixed BPF generation of OSI over {CHDLC and ATM-LLC...
2002-10-18  guyAdd support for RFC 2625 IP-over-Fibre Channel, mapping...
2002-08-11  guyMake "lane" behave like "vlan", i.e. have it tweak...
2002-08-08  guyRedo the code generation for 802.11 MAC address tests...
2002-08-08  guyToken Ring multicasts are handled the same way other...
2002-08-08  guyAdd support for operations that test 802.11 SA or DA...
2002-08-06  guySupport the "inbound" and "outbound" qualifiers on...
2002-08-06  guyFix a typo in a comment.
2002-08-05  guyGet rid of probably-unnecessary includes of <net/if.h>.
2002-08-02  guyInclude "IP6_misc.h" even on UNIX if __MINGW32__ is...
2002-08-02  guyUse <pcap-stdinc.h> only on Windows; on UNIX, selective...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2002-07-11  guyAdd support for Frame Relay as a link-layer type; the...
2002-06-11  itojunwhitespace cleanup
2002-06-11  itojuntches #454 from [email protected]
2002-06-01  guyAdd comments to explain the incomplete definitions...
2002-04-11  guyHandle the three types of link layers:
2002-04-07  guyInclude <netdb.h> before <pcap-namedb.h>, as <netdb...
2002-04-06  guyThere's no need to include <sys/socket.h> twice.
2001-12-18  guyFree up both "registers" (scratch memory locations...
2001-11-30  guyAdd support for DLT_PRISM_HEADER.
2001-11-12  fennerZero out IPv6 mask before using it. This fixes express...
2001-09-20  fennerReset the VLAN flags when compiling a new expression.
2001-07-03  guyFix a memory leak found by Miklos Szeredi
2001-06-20  guyChange from NetBSD, by Martin Husemann <martin@netbsd...
2001-06-18  guySupport for LocalTalk hardware, from Uns Lider <unslide...
2001-06-10  guy802.11 support, from Javier Achirica <achirica@ttd...
2001-05-30  fennerAllow "ip6 proto ___" constructs.
2001-05-10  fennerSCTP support from Armando L. Caro Jr. <[email protected]...
2001-04-17  guyARCNet support, from NetBSD.
2001-04-17  guyAdd support for NetBSD DLT_PPP_ETHER, as per the NetBSD...
2001-02-21  guyPatch from NetBSD, by Klaus Klein <[email protected]...
2001-02-12  itojunignore non-IP address.
2001-01-28  guyAdd a "netbeui" keyword, which selects NetBEUI packets...
2001-01-15  guyCheck for all four types of IPX frame on DLT_LINUX_SLL...
2001-01-14  guyI've seen captures with all four different flavors...
2001-01-14  guyHandle STP (under the assumption that the "Bridging...
2001-01-14  guyAdd "ipx", which checks for the LLC SAP for IPX as...
2001-01-14  guyGenerate code to check for LLC SAP values on Linux...
2001-01-14  guySupport checking for protocols specified by an LLC...
2000-12-21  guyAdd support for a new link layer type DLT_LINUX_SLL...
2000-12-16  guyHandle DLT_NULL correctly - the AF_ value is in host...
2000-12-12  guyIf the user specifies an Ethernet address in an express...
2000-12-12  guyMake "pcap_compile_nopcap()" a wrapper around "pcap_ope...
2000-11-09  itojuncorrect "protochain" processing.
2000-10-30  guyWhen reporting an unknown data link type, print it...
2000-10-29  guyAdd a #define for the LSAP value for SNAP.
2000-10-28  guyHandle "iso" as a PPP link-layer type.
2000-10-28  guyAllow "clnp", as well as "esis" and "isis", as OSI...
2000-10-28  guyAllow "iso proto esis" and "iso proto isis" (as the...
2000-10-28  guyCatch attempts to filter on ISO hosts (we don't support...
2000-10-28  guyTony Li's changes, from FreeBSD, to support filtering...
2000-10-28  guyHandle for DLT_PPP all the protocol types we handle...
2000-10-28  guyPatch from Monroe Williams <[email protected]>, submitte...
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-10-25  guyClean up the lexical analyzer if we return normally...
2000-10-25  guyThe Linux "pcap_setfilter()" makes a copy of the filter...
2000-10-22  guyImproved VLAN support, from Peter Jeremy - "vlan" filte...
2000-10-12  guyGet rid of the PCAP_ENCAP_ values - if an application...
2000-10-10  guyInclude <string.h> to declare various string-manipulati...
2000-10-06  guyMake "gen_protochain()", as it's not used outside ...
2000-09-23  guyAdd definitions of Ethernet types from
2000-09-18  guyIn "init_linktype()", map DLT_ codes that don't have...
2000-09-17  guyIntroduce a set of PCAP_ENCAP_ codes to specify packet...
2000-08-06  torstenFixed the BPF compiler for Linux. The BPF code used...
2000-07-25  guyToken Ring support, from various patches. Also add...
2000-07-13  guyOlder versions of Flex (e.g., 2.5.2, which at least...
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-07-01  assarremove non-stdc code
2000-06-26  assarhandle no link-layer
2000-06-03  itojun-Wall -Werror clean.
2000-04-27  itojunnuke strcpy, one more.
2000-04-27  itojunnuke strcpy()
2000-04-27  itojunrevert renaming of pcap_nametoaddrinfo to pcap_nametoad...
2000-04-27  itojundo not use sprintf(). always use snprintf().
2000-04-01  assar(gen_proto_abbrev): add fallback definition for IPPROTO...
2000-04-01  assarremove superfluous line for igrp. From Rick Jones...
2000-03-01  itojunimprove message on ip{,6} host foo failure
2000-03-01  itojunfix "ip host foo" or "ip6 host foo" where foo has both...
2000-01-29  fennerEliminate duplicated word in comment.
1999-12-08  mcr This adds a new function that allows using the bpf...
1999-11-01  itojunadd configure option --disable-protochain, to make...
1999-11-01  itojunfix protochain operator on IPv4/v6.
1999-10-30  itojunlast-resort def for IPPROTO_NONE.
1999-10-30  itojunlibpcap fix for non-IPv6 build.
1999-10-19  itojunIPv6 packet filtering code.
1999-10-07  mcrInitial revision