aboutsummaryrefslogtreecommitdiffstats
path: root/gencode.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06New DLT_IEEE802_15_4_NOFCS for 802.15.4 without FCS.Guy Harris1-0/+11
2010-07-03Add support for "wlan ra" and "wlan ta".Guy Harris1-1/+112
2010-07-03More "don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers".Guy Harris1-3/+19
2010-07-03Don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers.Guy Harris1-0/+64
2010-05-29Check for valid port numbers (fit in a 16-bit unsigned field).Guy Harris1-0/+19
2010-01-26Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+8
2010-01-05Add a pcap/ipnet.h file with IPNET definitions; use the right AF_ values.Guy Harris1-3/+6
2010-01-04Add DLT_IPV4 and DLT_IPV6.Guy Harris1-0/+28
2009-12-01Add a #define for 0xffffffff as PCAP_NETMASK_UNKNOWN, for use when youGuy Harris1-3/+4
2009-12-01When generating code for "ip broadcast", treat a netmask of 0xffffffffGuy Harris1-0/+6
2009-11-25Get rid of some unused variables.Guy Harris1-4/+0
2009-11-24To compile libpcap on OpenSolaris (or Solaris Express Community Edition)Darren Reed1-0/+50
2009-10-11Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network withGuy Harris1-1/+12
2009-07-15Removed some leftover tracing messages.test1-1/+0
2009-07-15Added a critical section on Windows to make pcap_compile thread safe.test1-0/+25
2009-07-07The SUSv3 says ntoh* and hton* are declared in <arpa/inet.h> and, onGuy Harris1-0/+1
2009-04-18From Robert Edmonds: in the lexical analyzer, free up any addrinfoGuy Harris1-16/+38
2008-12-23Update CHANGES for USB fixes.guy1-3/+3
2008-12-23From Jon Smirl:guy1-1/+12
2008-12-21New DLT_MPLS link-layer type, for MPLS packets with an MPLS label as theguy1-1/+11
2008-09-22Link-layer type for 802.15.4 with PHY-level preamble, SFD, and frameguy1-1/+12
2007-12-29The Prism header is in theory variable-length, but in practice it'sguy1-149/+239
2007-12-29The AVS radio header is variable-length, and fields were added to itguy1-14/+77
2007-11-26Fixed a bug when generating wireless filters in the form "link src host ..."....gianluca1-2/+2
2007-11-18Support OpenBSD's "addr1", "addr2", "addr3", and "addr4" link-layerguy1-1/+76
2007-11-10Update a comment.guy1-2/+3
2007-11-08Handle the padding stuck in between the 802.11 header and the 802.11guy1-2/+101
2007-11-07Do the DLT_PPI per-packet DLT check before computing any of theguy1-28/+34
2007-11-06When we add the length of the QoS field to the offset of the MACguy1-6/+6
2007-11-05Fix handling of ATM LANE for DLT_SUNATM.guy1-3/+4
2007-11-05Based on changes from Gianluca Varenni, partially handle variable-lengthguy1-338/+745
2007-11-05Don't crash if somebody tries link-layer type filtering on variousguy1-1/+43
2007-11-04Fix the handling of IPX in VLAN encapsulation so that the SNAP header isguy1-2/+2
2007-11-04Fix the handling of AppleTalk in VLAN encapsulation (not that you'reguy1-3/+5
2007-10-30From Stephen Donnelly:guy1-1/+15
2007-10-26Re-initialize the table of used registers, and the current register,guy1-1/+13
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