aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-int.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-22Add support for setting the time stamp type for a capture.Guy Harris1-0/+3
2010-01-26Add Myricom SNF API support as a new pcap device.Christian Bell1-0/+11
2010-01-09Add limited support for reading pcap-ng files.Guy Harris1-1/+5
2009-09-07From Dustin Spicuzza: support ps_ifdrop on Linux, using /proc/net/dev.Guy Harris1-0/+1
2009-07-16When doing Linux mmapped capture:Guy Harris1-0/+16
2009-07-15Added a critical section on Windows to make pcap_compile thread safe.test1-0/+1
2009-07-11For Linux, add to the pcap_md structure a pointer to a memory-mappedGuy Harris1-0/+2
2009-07-03Not releasing a packet in Linux memory-mapped mode until we try to readGuy Harris1-9/+0
2009-05-22To put mac80211 devices in monitor mode, create a "monN" device for theGuy Harris1-4/+6
2009-03-25Move "union thdr" to pcap-int.h, as we use it in pcap-int.h.Guy Harris1-0/+8
2009-03-23In memory-mapped mode, don't release the packet as soon as the callbackGuy Harris1-0/+1
2008-09-16Zero-copy BPF support, from Christian Peron.guy1-1/+23
2008-08-06From Patrick McHardy:guy1-1/+3
2008-05-30Fix more patches@tcpdump.org references to point to the SourceForgeguy1-4/+7
2008-05-30packaging/pcap.spec is generated from packaging/pcap.spec.in; don'tguy1-3/+3
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-4/+4
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-26/+65
2008-03-13Support for libdlpi, and for enabling "passive mode" on Solaris systemsguy1-2/+10
2008-01-06The SITA code in pcap-linux.c shares very little with the Linux code;guy1-5/+7
2007-10-17On Win32, have pcap_setbuff, pcap_setmode, and pcap_setmintocopy ops, soguy1-1/+16
2007-09-29Based on work from Florent Drouin, split the 32-bit link-layer typeguy1-2/+3
2007-09-29We assign the result of sizeof to sf.hdrsize; make it a size_t.guy1-2/+2
2007-09-27Added an alternate definition for SWAPLL for Visual Studio 6. VC6 does notgianluca1-1/+20
2007-09-24Include <pcap/pcap.h>, as that's now where we're putting it.guy1-2/+2
2007-09-24<pcap.h> does its own 'extern "C"'ification; move it outside our 'externguy1-3/+3
2007-03-11On NetBSD, include <sys/param.h>; we need it to declareguy1-2/+7
2007-01-29From Paolo Abeni:guy1-1/+14
2006-02-22Updated the copyright notice.gianluca1-2/+2
2006-02-09Clean up some comments, and give more details so people understand whatguy1-5/+9
2005-11-24Don't double-count received packets on Linux systems that support theguy1-1/+2
2005-07-07From Stephen Donnelly: updates to the DAG support, to support theirguy1-4/+13
2005-07-07OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy1-3/+3
2005-07-050.9's already been released, so, for better or worse, we're stuck withguy1-3/+3
2005-07-05Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy1-3/+3
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-1/+5
2005-04-07Define PCAP_FDDIPAD *before* you use it.guy1-10/+9
2005-04-07 only define PCAPPAD on NetBSD newer than 1.6mcr1-2/+2
2004-12-18From Gisle Vanem: MS-DOS support.guy1-2/+12
2004-12-17From Gisle Vanem:guy1-3/+3
2004-12-15Put the FDDI padding (if any) into the pcap_t structure on platformsguy1-4/+5
2004-10-19Add a "pcap_close_common()" routine which can be used as the closeguy1-1/+3
2004-04-07From Brian Ginsbach: "dlt_list" is assigned a "u_int *" value, so makeguy1-2/+2
2004-04-03Add support for sending packets on HP-UX if DL_HP_RAWDLS (for "rawguy1-2/+3
2004-03-23Add support for sending packets; includes contributions from Markguy1-2/+4
2003-12-21"selectable_fd" doesn't make sense on Windows; we no longer set it onguy1-2/+2
2003-12-20Define the selectable_fd member of struct pcap in Windows. selectable_fd is n...risso1-2/+2
2003-12-15From Albert Chin <china@thewrittenword.com>: on platforms that lackguy1-1/+13
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy1-1/+2
2003-11-20Add "getnonblock" and "setnonblock" operations, and set the functionguy1-7/+8
2003-11-20From Koryn Grant <koryn@endace.com> - DAG support enhancements and fixes:guy1-1/+2