summaryrefslogtreecommitdiff
path: root/pcap-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the issue that pcap_open_live() did not accept device names starting with...Yang Luo2016-08-171-0/+60
* The private structure is initialized to zero; no need to set rfmon_selfstart.Guy Harris2016-08-021-2/+1
* Rename pcap-remote.[ch] to pcap-rpcap.[ch].Guy Harris2016-07-301-1/+1
* Fix the compile warnings for MSVC's x64 configuration.Yang Luo2016-07-291-2/+2
* Fix MSVC compile warnings on the WinPcap specific code.Yang Luo2016-07-291-1/+1
* Just define stub monitor mode functions if we're building with WinPcap.Guy Harris2016-07-281-12/+38
* Check for monitor mode support in packet.dll.Guy Harris2016-07-281-0/+12
* Remove extra right parenthesis.Guy Harris2016-07-281-1/+1
* Fix typo.Guy Harris2016-07-281-1/+1
* PacketSetMonitorMode() and PacketIsMonitorModeSupported() functions can retur...Yang Luo2016-07-261-3/+12
* Switch back to managed mode when closing the pcap if it switched it on, don't...Yang Luo2016-07-261-5/+26
* Add wireless monitor mode support on Windows.Yang Luo2016-07-261-4/+15
* Add back WinPcap specific functions to libpcap, the built wpcap.dll already w...Yang Luo2016-07-261-2/+8
* flags is used even if we don't have PacketIsLoopbackAdapter().Guy Harris2016-06-301-1/+1
* pcap_create_interface() needs the interface name on Linux.Guy Harris2016-06-301-1/+1
* Don't have pcap_create_common() set opt.device.Guy Harris2016-06-301-33/+2
* Rename opt.source to opt.device.Guy Harris2016-06-291-2/+2
* Check for loopback adapters on Windows.Guy Harris2016-06-281-4/+27
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-1/+184
* Update variable names and comments to reflect the previous change.Guy Harris2016-06-041-12/+12
* Pass a pointer to the length to the OID get/set routines.Guy Harris2016-06-041-8/+18
* Don't use global state for the BPF compiler.Guy Harris2016-02-111-8/+0
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-32/+32
* Squelch some compiler narrowing warnings.Guy Harris2015-09-271-5/+5
* All main modules need a pcap_platform_finddevs() routine.Guy Harris2015-09-271-0/+6
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-09-221-4/+4
* Fix typo from previous commit.Guy Harris2015-09-141-1/+1
* Use snprintf() when formatting error messages.Guy Harris2015-09-141-5/+10
* Avoid collisions between pcap/bpf.h and Packet32.h structure definitions.Guy Harris2015-09-141-1/+3
* We got rid of the Packet member of pcap_t, so don't free it.Guy Harris2015-09-131-4/+0
* Fix typo.Guy Harris2015-09-131-1/+1
* Fix PACKET_OID_DATA structure member names.Guy Harris2015-09-131-6/+6
* Consistently parenthesize return values.Guy Harris2015-09-131-40/+40
* Don't fill in ps_capt if it doesn't exist.Guy Harris2015-09-131-0/+2
* Fix argument to PacketRequest().Guy Harris2015-09-131-1/+1
* Have better APIs for the OID get/set request calls.Guy Harris2015-09-131-3/+55
* Just use a PACKET structure on the stack in the read routines.Guy Harris2015-09-131-19/+33
* Expand a comment.Guy Harris2015-09-131-1/+4
* The pcap_win pointer in pcap_activate_win32() is only used for DAG cards.Guy Harris2015-09-101-0/+2
* Get rid of unused variable.Guy Harris2015-09-101-1/+0
* Work around a WinPcap bug.Guy Harris2015-09-091-0/+9
* Avoid collision between local variable and argument.Guy Harris2015-09-091-3/+3
* Set setuserbuffer_op in WinPcap.Guy Harris2015-09-081-0/+1
* TurboCap is now decoupled from pcap-win32.c.Guy Harris2015-09-081-2/+0
* Declare pcap_wsockinit() in pcap-int.h.Guy Harris2015-09-041-2/+3
* Add TurboCap support from WinPcap.Guy Harris2015-09-031-29/+10
* Move the remaining send queue routines to pcap.cGuy Harris2015-09-031-49/+0
* Add the remaining WinPcap-only ops to the ops vector.Guy Harris2015-09-031-223/+188
* Rename pcap_win32strerror() to pcap_win32_err_to_str().Guy Harris2015-09-031-10/+10
* Pick up the "Win32 extensions", and add some new ones.Guy Harris2015-09-031-8/+244