aboutsummaryrefslogtreecommitdiffstats
path: root/savefile.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-09Add limited support for reading pcap-ng files.Guy Harris1-1613/+52
2010-01-04Add DLT_IPV4 and DLT_IPV6.Guy Harris1-3/+9
2009-11-24To compile libpcap on OpenSolaris (or Solaris Express Community Edition)Darren Reed1-0/+5
2009-10-11Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network withGuy Harris1-0/+12
2009-08-11No, that's not an issue - it'll be a strdup() in any case, and safe toGuy Harris1-1/+1
2009-08-11When using pcap_create_common() in pcap_fopen_offline(), leaveGuy Harris1-1/+1
2009-08-11From Dustin Spicuzza: use pcap_create_common() to allocate the pcap_t inGuy Harris1-6/+2
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/+48
2009-07-23Add another Fibre Channel link-layer type value; this one is for framesGuy Harris1-1/+18
2009-07-08Check for the intN_t and u_intN_t types the same way we do for tcpdump;Guy Harris1-0/+14
2009-07-03Add a link-layer type value for Fibre Channel FC-2 frames, as requestedGuy Harris1-1/+10
2009-06-26Add a link-layer type value for Wireless HART.Guy Harris1-0/+12
2009-06-09From Markus Mayer: fix error message for link-layer types not supportedGuy (Core OS) Harris1-2/+2
2009-05-13Reject an attempt to pass an inactivated pcap_t to pcap_dump_open(), asGuy Harris1-0/+10
2009-05-12Add LINKTYPE_AOS, corresponding to DLT_AOS.Guy Harris1-0/+14
2009-04-19Add a linktype for DECT packets, requested by Matthias Wenzel.Guy Harris1-0/+9
2009-04-18From Yvan Vanhullebus: add missing mapping for DLT_ENC <-> LINKTYPE_ENC.Guy Harris1-0/+3
2008-12-23Update CHANGES for USB fixes.guy1-6/+6
2008-12-23From Jon Smirl:guy1-10/+20
2008-12-21New DLT_MPLS link-layer type, for MPLS packets with an MPLS label as theguy1-1/+11
2008-11-27Link-layer types for GSM Um and Abis interfaces.guy1-1/+13
2008-11-18Propagate from the git tree:guy1-1/+12
2008-10-06Implemented pcap_hopen_offline(). This "internal" function allows us togianluca1-1/+28
2008-09-22Link-layer type for 802.15.4 with PHY-level preamble, SFD, and frameguy1-1/+15
2008-05-30packaging/pcap.spec is generated from packaging/pcap.spec.in; don'tguy1-9/+10
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-3/+3
2008-04-06Add more data types for X2E, requested by Hannes Kaelber.guy1-1/+19
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-1/+2
2008-02-18Fix a typo.guy1-3/+31
2007-12-23DLT_ value for IPMB with a Linux-specific pseudo-header,a s requested byguy1-1/+39
2007-10-21Add DLT_LAPD, for raw LAPD with no pseudo-header, as per Varuna Deguy1-1/+11
2007-10-17On Win32, have pcap_setbuff, pcap_setmode, and pcap_setmintocopy ops, soguy1-1/+32
2007-10-05Add DLT_AX25_KISS, for AX.25 with a KISS header, as per discussions inguy1-1/+13
2007-09-29Based on work from Florent Drouin, split the 32-bit link-layer typeguy1-2/+17
2007-09-29We assign the result of sizeof to sf.hdrsize; make it a size_t.guy1-4/+5
2007-09-27Added an explicit int-->size_t cast to avoid a VC compilation warning.gianluca1-2/+2
2007-09-19New DLT for Bluetooth H:4 with pseudo-header giving direction.guy1-1/+9
2007-09-10allocate DLT_JUNIPER_ST as per request from Hannes Gredler <hannes@juniper.net>hannes1-1/+12
2007-08-14Add DLT value for IPMI IPMB packets, beginning with the I2C slaveguy1-1/+11
2007-08-13New DLT value for packets captured from u10 Networks boards; requestedguy1-1/+11
2007-08-07DLT_ERF, for encapsulating Endace ERF records and packet data forguy1-1/+11
2007-07-19Various link-layer types, with a pseudo-header, for SITAguy1-1/+10
2007-06-11Pick up changes from NetBSD:guy1-2/+2
2007-06-05Allocate DLT_ for 802.15.4 without any header munging, for Mikkoguy1-2/+11
2007-05-24add support for DLT_JUNIPER_ISMhannes1-1/+13
2007-05-04Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;guy1-1/+10
2007-04-19It's LINKTYPE_PPI, not SAVEFILE_PPI.guy1-5/+3
2007-04-19Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)gianluca1-1/+12
2007-04-03Linktype for IEEE 802.15.4, with address fields padded as done by Linuxguy1-1/+10