aboutsummaryrefslogtreecommitdiffstats
path: root/pcap
AgeCommit message (Expand)AuthorFilesLines
2010-01-05Add a pcap/ipnet.h file with IPNET definitions; use the right AF_ values.Guy Harris2-6/+43
2010-01-04Add DLT_IPV4 and DLT_IPV6.Guy Harris1-1/+7
2009-12-27Put in a comment to clarify that PCAP_VERSION_MAJOR/PCAP_VERSION_MINORGuy Harris1-0/+7
2009-12-01Add a #define for 0xffffffff as PCAP_NETMASK_UNKNOWN, for use when youGuy Harris1-0/+6
2009-11-25Get rid of redundant definition of DLT_IPNET.Guy Harris1-3/+0
2009-11-24To compile libpcap on OpenSolaris (or Solaris Express Community Edition)Darren Reed1-0/+9
2009-10-11Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network withGuy Harris1-0/+9
2009-09-07From Dustin Spicuzza: support ps_ifdrop on Linux, using /proc/net/dev.Guy Harris1-1/+1
2009-07-27Note that what follows the ipnet pseudo-header is an IPv4 or IPv6Guy Harris1-0/+3
2009-07-27DLT for Solaris ipnet, requested by Darren Reed.Guy Harris1-0/+45
2009-07-23Add another Fibre Channel link-layer type value; this one is for framesGuy Harris1-0/+14
2009-07-03Add a link-layer type value for Fibre Channel FC-2 frames, as requestedGuy Harris1-1/+7
2009-06-26Add a link-layer type value for Wireless HART.Guy Harris1-0/+9
2009-05-12provided DLT_AOS to eric.lidwa-1@nasa.govMichael Richardson1-0/+11
2009-04-19Add a linktype for DECT packets, requested by Matthias Wenzel.Guy Harris1-0/+6
2008-12-23Update CHANGES for USB fixes.guy2-7/+23
2008-12-23Add missing left parenthesis.guy1-2/+2
2008-12-23From Jon Smirl:guy2-2/+14
2008-12-21New DLT_MPLS link-layer type, for MPLS packets with an MPLS label as theguy1-4/+11
2008-11-27Link-layer types for GSM Um and Abis interfaces.guy1-1/+9
2008-11-18Propagate from the git tree:guy1-1/+9
2008-10-06Implemented pcap_hopen_offline(). This "internal" function allows us togianluca1-1/+12
2008-09-22Link-layer type for 802.15.4 with PHY-level preamble, SFD, and frameguy1-1/+12
2008-08-06From Patrick McHardy:guy1-0/+46
2008-07-01When activating a device, return PCAP_ERROR_IFACE_NOT_UP if the deviceguy1-1/+2
2008-05-30packaging/pcap.spec is generated from packaging/pcap.spec.in; don'tguy3-17/+20
2008-05-26Add pcap_free_datalinks() - on Windows, something allocated in Vegas^Waguy1-1/+2
2008-05-13Pick up pcap_offline_filter() from WinPcap.guy1-1/+3
2008-04-09Rename pcap_errtostr() to pcap_statustostr(), and have it handleguy1-2/+2
2008-04-09Add some PCAP_WARNING return values for "success, but you might want toguy1-2/+15
2008-04-09Add an error for "you don't have permission to open that device", asguy1-2/+3
2008-04-06Have a separate pcap_errtostr() routine to turn PCAP_ERROR_ values toguy1-2/+3
2008-04-06Add more data types for X2E, requested by Hannes Kaelber.guy1-1/+13
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-1/+20
2008-02-18Fix a typo.guy1-3/+23
2008-01-02Make some arguments const pointers if that makes sense.guy2-9/+8
2007-12-23DLT_ value for IPMB with a Linux-specific pseudo-header,a s requested byguy1-1/+7
2007-12-22Some more link-layer types, as requested by Will Barkerguy1-1/+17
2007-10-21Add DLT_LAPD, for raw LAPD with no pseudo-header, as per Varuna Deguy1-1/+8
2007-10-05Add DLT_AX25_KISS, for AX.25 with a KISS header, as per discussions inguy1-1/+10
2007-10-04From Stephen Donnelly: fix a missing-parenthesis typo.guy1-2/+2
2007-09-29Based on work from Florent Drouin, split the 32-bit link-layer typeguy2-2/+33
2007-09-22From Paolo Abeni:guy1-0/+48
2007-09-22Add an RCS ID.guy1-0/+1
2007-09-19New DLT for Bluetooth H:4 with pseudo-header giving direction.guy1-2/+8
2007-09-14From Paolo Abeni: fix copyrights.guy1-4/+2
2007-09-10allocate DLT_JUNIPER_ST as per request from Hannes Gredler <hannes@juniper.net>hannes1-1/+8
2007-08-14Add DLT value for IPMI IPMB packets, beginning with the I2C slaveguy1-1/+8
2007-08-13New DLT value for packets captured from u10 Networks boards; requestedguy1-1/+8
2007-08-07DLT_ERF, for encapsulating Endace ERF records and packet data forguy1-1/+8