]> The Tcpdump Group git mirrors - libpcap/history - gencode.c
Tony Li's changes, from FreeBSD, to support filtering for OSI packets
[libpcap] / gencode.c
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