summaryrefslogtreecommitdiff
path: root/gencode.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up indentation.guy2007-09-291-267/+267
* New DLT for Bluetooth H:4 with pseudo-header giving direction.guy2007-09-191-1/+73
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-3/+63
* allocate DLT_JUNIPER_ST as per request from Hannes Gredler <hannes@juniper.net>hannes2007-09-101-1/+9
* From Stephen Donnelly of Endace:guy2007-06-221-6/+20
* Fixed the code that verifies if a PPI packet encapsulates 802.11 frames.gianluca2007-06-141-11/+33
* Added more code in the compilation for the PPI linktype: now we generategianluca2007-06-141-36/+33
* Added some initial support for PPI filter generation.gianluca2007-06-141-28/+202
* Pick up changes from NetBSD:guy2007-06-111-35/+30
* Tests for the transport-layer protocol differ based on whether theguy2007-05-301-4/+6
* add support for DLT_JUNIPER_ISMhannes2007-05-241-1/+9
* From Sepherosa Ziehau: additional filter operations for 802.11 frameguy2007-03-111-31/+64
* From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy2007-02-081-4/+4
* From Florent Drouin: add support for filtering on MTP2 frame types.guy2006-12-211-1/+49
* Handle DLT_USB_LINUX the same way we handle DLT_USB (i.e., punt and onlyguy2006-12-201-1/+10
* DLT_ value added for the Bluetooth HCI UART transport layer for Paologuy2006-10-131-1/+10
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-3/+3
* Handle DLT_USB.guy2006-10-041-1/+10
* Add off_ll to off_nl in cases where that's required and that we missedguy2006-09-131-26/+55
* Make off_linktype, off_nl, and off_nl_nosnap *not* include off_ll.guy2006-09-131-13/+35
* C89 says that the result of shifting an N-bit value by >= N bits isguy2006-05-281-2/+9
* add support for DLT_JUNIPER_VPhannes2006-05-181-1/+9
* use gen_linktype() rather than a plain gen_cmp() for creating the link-layer ...hannes2006-03-161-5/+3
* OR_PACKET should match at the beginning of the packet and not at the beginnin...hannes2006-03-161-2/+3
* code cosmetics: clean up some if() chains and replace by switch() statementshannes2006-02-221-153/+148
* code cosmetics: clean up some if() chains and replace by switch() statementshannes2006-02-221-50/+71
* add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relayhannes2005-12-131-1/+12
* Make the "applied to" errors say "applied to net" if we're applyingguy2005-11-171-59/+75
* Add "pppoed" and "pppoes" keywords, for PPPoE Discovery and Sessionguy2005-09-051-2/+74
* When checking for VLAN packets, check the type field in the Ethernetguy2005-08-311-2/+2
* allocate 4 new DLTs on behalf of Juniper Networks, Inc. forhannes2005-08-121-1/+13
* The "is_mpls" Boolean isn't necessary - we can just check the MPLS labelguy2005-08-081-15/+4
* When we're processing MPLS-encapsulated packets, don't set off_linktypeguy2005-08-081-66/+89
* From OpenBSD: fix a comment.guy2005-07-311-2/+2
* add basic support for DLT_JUNIPER_MFRhannes2005-07-201-1/+4
* per suggestion from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes2005-07-141-13/+21
* bugreport from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes2005-07-111-5/+6
* fix MPLS code generation:hannes2005-07-081-33/+82
* Don't dump core if the user uses "sio", "opc", "dpc", or "sls" on aguy2005-06-201-5/+5
* From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy2005-06-201-33/+136
* bugreport from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes2005-06-061-3/+1
* Put in a note about ISO-over-LLC, PPPoA (which is "PPP-over-LLC usingguy2005-05-281-1/+8
* add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}hannes2005-05-191-1/+33
* add basic support for DLT_JUNIPER_PPPOE_ATMhannes2005-05-121-1/+9
* add minimalistic code support for DLT_JUNIPER_PPPOEhannes2005-05-031-1/+11
* Fix a bunch of places to support all the 802.11+radio header DLT_ valuesguy2005-05-021-6/+19
* Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,guy2005-05-021-3/+63
* Add support for most filter operations for captures with the radiotapguy2005-05-011-34/+364
* Use "gen_load_ipxhdrlen()" in more places.guy2005-05-011-6/+6
* Add a routine to load into the X register the length of the IPv4 header.guy2005-05-011-3/+17