summaryrefslogtreecommitdiff
path: root/gencode.c
Commit message (Expand)AuthorAgeFilesLines
* From Gisle Vanem: MS-DOS support.guy2004-12-181-1/+5
* From Gisle Vanem: there's no need to include <sys/time.h> inguy2004-12-171-2/+1
* Put the FDDI padding (if any) into the pcap_t structure on platformsguy2004-12-151-11/+14
* Fix a comment.guy2004-11-061-97/+97
* Move the code to generate code to check for a particular linktype in theguy2004-11-061-159/+169
* add support for DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_ATM2 (135)hannes2004-10-191-1/+37
* From Nicolas Dade <ndade@nsd.dyndns.org>: the VLAN tag is in the lowerguy2004-08-271-2/+2
* add support for another PPP variant as per request from Karsten Keil <kkeil@s...hannes2004-08-181-1/+13
* Catch the case in "gen_mpls()" where "orig_nl" isn't -1, meaningguy2004-07-151-1/+4
* bugfix: MPLS compare all (masked)32bits instead of just 16hannes2004-06-161-2/+2
* add baseline support for MPLS protocol and per-label filteringhannes2004-06-161-2/+70
* From Brian Ginsbach: squelch some compiler warnings.guy2004-04-071-4/+17
* Get rid of long-vs-int problem in a printf format (sometimes sizeof isguy2004-03-291-3/+3
* Handle the new OpenBSD pf format (DLT 117), which is now being usedfenner2004-03-281-24/+107
* Add support for Apple's IP-over-IEEE 1394 encapsulation.guy2004-03-171-1/+7
* Add support for DLT_ value 99, as used by the Axent Raptorguy2004-03-111-1/+8
* For now, support "link[N:M]" filtering, but nothing else, forguy2004-01-311-1/+24
* DLT_IEEE802_11_RADIO is used for the BSD radio header; add a newguy2004-01-291-3/+4
* Add stuff from the FreeBSD gencode.c to a comment.guy2004-01-291-2/+4
* Put in support for raw "link[N:M]" filtering for DOCSIS.guy2004-01-141-1/+13
* Put in very minimal support for DLT_LINUX_IRDA filters.guy2003-12-181-1/+13
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Squelch signed vs. unsigned comparison warnings.guy2003-08-181-10/+11
* bogus generation of PSNP codepoint for CSNP PDUshannes2003-07-291-3/+3
* The value pointed to by "gen_pf_ifname()"'s argument isn't modified, soguy2003-05-021-3/+3
* Add support for "link broadcast" and "link multicast" for RFC 2625guy2003-03-281-3/+10
* Add support for OpenBSD DLT_PFLOG.guy2003-03-111-2/+69
* Add support for OpenBSD DLT_ENC - and map it to a value of 109, as itsguy2003-03-081-3/+13
* From clodder@acm.org, via OpenBSD: add a check for memory allocationguy2003-03-081-1/+3
* Unfortunately, there is no direction flag for DLT_PPP.guy2003-02-141-2/+1
* For DLT_ATM_RFC1483, the network-layer header starts 8 bytes from theguy2003-02-051-48/+66
* From Peter Fales <peter@fales-lorenz.net>: support for Linux ARCNET,guy2003-01-231-29/+48
* Add gencode support for DLT_IEEE802_11_RADIO.guy2002-12-121-1/+23
* add BPF_ filters for misc. IS-IS PDU Typeshannes2002-12-061-4/+69
* fixed BPF generation of OSI over {CHDLC and ATM-LLC} frameshannes2002-12-041-14/+67
* Add support for RFC 2625 IP-over-Fibre Channel, mapping all the Linuxguy2002-10-181-5/+72
* Make "lane" behave like "vlan", i.e. have it tweak the interpretationguy2002-08-111-184/+337
* Redo the code generation for 802.11 MAC address tests to reorder theguy2002-08-081-170/+191
* Token Ring multicasts are handled the same way other 802.x multicastsguy2002-08-081-4/+10
* Add support for operations that test 802.11 SA or DA fields, and forguy2002-08-081-17/+449
* Support the "inbound" and "outbound" qualifiers on Linux cookedguy2002-08-061-1/+22
* Fix a typo in a comment.guy2002-08-061-2/+2
* Get rid of probably-unnecessary includes of <net/if.h>.guy2002-08-051-5/+1
* Include "IP6_misc.h" even on UNIX if __MINGW32__ is defined, as hadguy2002-08-021-7/+12
* Use <pcap-stdinc.h> only on Windows; on UNIX, selectively include, inguy2002-08-021-1/+14
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+7
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-74/+412
* Add support for Frame Relay as a link-layer type; the header is theguy2002-07-111-6/+87
* whitespace cleanupitojun2002-06-111-3/+3
* tches #454 from yamt@mwd.biglobe.ne.jpitojun2002-06-111-7/+7