aboutsummaryrefslogtreecommitdiffstats
path: root/gencode.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-05Add DLT_AX25_KISS, for AX.25 with a KISS header, as per discussions inguy1-1/+14
2007-10-05Move a comment that applies to both branches of an #ifdef outside theguy1-18/+14
2007-09-29Clean up indentation.guy1-267/+267
2007-09-19New DLT for Bluetooth H:4 with pseudo-header giving direction.guy1-1/+73
2007-09-12From Max Laier: check whether the system has <net/pfvar.h> and:guy1-3/+63
2007-09-10allocate DLT_JUNIPER_ST as per request from Hannes Gredler <hannes@juniper.net>hannes1-1/+9
2007-06-22From Stephen Donnelly of Endace:guy1-6/+20
2007-06-14Fixed the code that verifies if a PPI packet encapsulates 802.11 frames.gianluca1-11/+33
2007-06-14Added more code in the compilation for the PPI linktype: now we generategianluca1-36/+33
2007-06-14Added some initial support for PPI filter generation.gianluca1-28/+202
2007-06-11Pick up changes from NetBSD:guy1-35/+30
2007-05-30Tests for the transport-layer protocol differ based on whether theguy1-4/+6
2007-05-24add support for DLT_JUNIPER_ISMhannes1-1/+9
2007-03-11From Sepherosa Ziehau: additional filter operations for 802.11 frameguy1-31/+64
2007-02-08From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy1-4/+4
2006-12-21From Florent Drouin: add support for filtering on MTP2 frame types.guy1-1/+49
2006-12-20Handle DLT_USB_LINUX the same way we handle DLT_USB (i.e., punt and onlyguy1-1/+10
2006-10-13DLT_ value added for the Bluetooth HCI UART transport layer for Paologuy1-1/+10
2006-10-04Put the public libpcap headers into a pcap subdirectory in both theguy1-3/+3
2006-10-04Handle DLT_USB.guy1-1/+10
2006-09-13Add off_ll to off_nl in cases where that's required and that we missedguy1-26/+55
2006-09-13Make off_linktype, off_nl, and off_nl_nosnap *not* include off_ll.guy1-13/+35
2006-05-28C89 says that the result of shifting an N-bit value by >= N bits isguy1-2/+9
2006-05-18add support for DLT_JUNIPER_VPhannes1-1/+9
2006-03-16use gen_linktype() rather than a plain gen_cmp() for creating the link-layer ...hannes1-5/+3
2006-03-16OR_PACKET should match at the beginning of the packet and not at the beginnin...hannes1-2/+3
2006-02-22code cosmetics: clean up some if() chains and replace by switch() statementshannes1-153/+148
2006-02-22code cosmetics: clean up some if() chains and replace by switch() statementshannes1-50/+71
2005-12-13add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relayhannes1-1/+12
2005-11-17Make the "applied to" errors say "applied to net" if we're applyingguy1-59/+75
2005-09-05Add "pppoed" and "pppoes" keywords, for PPPoE Discovery and Sessionguy1-2/+74
2005-08-31When checking for VLAN packets, check the type field in the Ethernetguy1-2/+2
2005-08-12allocate 4 new DLTs on behalf of Juniper Networks, Inc. forhannes1-1/+13
2005-08-08The "is_mpls" Boolean isn't necessary - we can just check the MPLS labelguy1-15/+4
2005-08-08When we're processing MPLS-encapsulated packets, don't set off_linktypeguy1-66/+89
2005-07-31From OpenBSD: fix a comment.guy1-2/+2
2005-07-20add basic support for DLT_JUNIPER_MFRhannes1-1/+4
2005-07-14per suggestion from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes1-13/+21
2005-07-11bugreport from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes1-5/+6
2005-07-08fix MPLS code generation:hannes1-33/+82
2005-06-20Don't dump core if the user uses "sio", "opc", "dpc", or "sls" on aguy1-5/+5
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy1-33/+136
2005-06-06bugreport from Paolo Lucente <paolo.lucente@ic.cnr.it>:hannes1-3/+1
2005-05-28Put in a note about ISO-over-LLC, PPPoA (which is "PPP-over-LLC usingguy1-1/+8
2005-05-19add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}hannes1-1/+33
2005-05-12add basic support for DLT_JUNIPER_PPPOE_ATMhannes1-1/+9
2005-05-03add minimalistic code support for DLT_JUNIPER_PPPOEhannes1-1/+11
2005-05-02Fix a bunch of places to support all the 802.11+radio header DLT_ valuesguy1-6/+19
2005-05-02Make "link[N:M]" refer to the 802.11 header for all 802.11 DLT_ values,guy1-3/+63
2005-05-01Add support for most filter operations for captures with the radiotapguy1-34/+364