aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-win32.c
AgeCommit message (Expand)AuthorFilesLines
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