aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-win32.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Another fix for the compilation of WinPcap under MINGW32/MINGW64.Gianluca Varenni1-1/+1
2010-10-15Fixes to compile WinPcap under MINGW32 and MINGW64.Gianluca Varenni1-1/+6
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/+17
2008-05-21pcap_create() should accept UNICODE device names as well as ASCII onesgianluca1-2/+33
2008-04-25Fixed a couple initializations related to the buffer sizes. Removed some dupl...gianluca1-16/+13
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-12/+5
2008-04-09Fixed a compilation error under Windows. Some code left while porting thegianluca1-3/+1
2008-04-08Fix some errors left behind by the conversion to the create/activateguy1-5/+2
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-38/+54
2007-11-13Under MingW/cygwin, we need to use ddk/ndis.h instead of ntddndis.h.gianluca1-2/+6
2007-10-17On Win32, have pcap_setbuff, pcap_setmode, and pcap_setmintocopy ops, soguy1-56/+41
2007-09-25Add pcap_platform_finddevs() to WinPcap.guy1-1/+8
2007-06-14Added support for PPI.gianluca1-1/+5
2007-02-19Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter wasgianluca1-5/+20
2006-08-08Added support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO link layers in windowsloris1-1/+9
2006-02-22Fixed some capitalization that could cause problems cross compiling under linux.gianluca1-7/+8
2005-07-10Added a missing initialization of pcap_t::timeout when an adapter is openedrisso1-1/+4
2005-06-10Fixed a leak in pcap_open_live (win32): the pcap_t handle was not freedrisso1-2/+2
2005-06-10Fixed a leak in pcap_open_live (win32): the pcap_t handle was not freedrisso1-1/+2
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-1/+3
2005-02-26On the platforms where we do in-kernel filtering and can read more thanguy1-2/+14
2004-12-17On Win32, don't close "p->fd" in "pcap_close_common()", as there is noguy1-3/+2
2004-06-16Fixed a memory leak in pcap_close_win32: p->Packet was not freed whenrisso1-1/+5
2004-06-07Added a check against a NULL pointer in pcap_inject_win32.risso1-2/+9
2004-03-23Add support for sending packets; includes contributions from Markguy1-23/+25
2004-01-28Added support for Endace Dag cards under Windowsrisso1-28/+303
2003-12-18For devices that we have some reason to believe are real live Ethernetguy1-1/+25
2003-11-30From Gisle Vanem: enter the packet-processing loop even if no packetsguy1-2/+16
2003-11-20Add "getnonblock" and "setnonblock" operations, and set the functionguy1-1/+43
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2
2003-11-04Add a "pcap_breakloop()" API to break out of the loop inguy1-1/+22
2003-09-22Updated pcap_open_live() since PacketOpenAdapter() now requires an ascii stri...risso1-25/+31
2003-07-25Add a "read" function pointer to the pcap_t structure, which handlesguy1-3/+4
2003-07-25Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy1-7/+2
2003-07-25Add a "setfilter" function pointer to the pcap_t structure, whichguy1-9/+7
2003-07-25Add a "stats" function pointer to the pcap_t structure, which handlesguy1-3/+4
2003-07-25Add a "close" function pointer to the pcap_t structure, which handlesguy1-1/+14
2003-05-15Modified the license at the beginning of the files created by the Politecno d...risso1-17/+28
2003-04-09Added the definition of the bpf_hdr structure needed to compile under Win32. ...risso1-2/+14
2003-01-23Put in break statements after every case in the switch on the NDISguy1-1/+3
2002-12-22From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy1-2/+3
2002-12-19NetBSD support for multiple data link types on an interface, from Davidguy1-2/+6
2002-11-11Added support for raw ARCNET (878.1) under Win32.risso1-1/+4
2002-08-05Give the file an SCCS and RCS ID.guy1-0/+5
2002-08-01Added support for Win32, based on WinPcap.risso1-0/+317