summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The pcap_win pointer in pcap_activate_win32() is only used for DAG cards.libpcap-1.7Guy Harris2015-09-111-0/+2
* Enable the prototype for TcSetUserBuffer().Gisle Vanem2015-09-111-1/+1
* Get rid of unused variable.Guy Harris2015-09-111-1/+0
* Work around a WinPcap bug.Guy Harris2015-09-111-0/+9
* Avoid collision between local variable and argument.Guy Harris2015-09-111-3/+3
* More compile fixes.Gisle Vanem2015-09-111-2/+3
* pcap_offline_filter() isn't a WinPcap extension.Guy Harris2015-09-111-2/+0
* Style cleanup.Guy Harris2015-09-111-21/+21
* Remove "Oid" from "TcOidSendqueueTransmit()".Guy Harris2015-09-111-3/+3
* Don't export TcGetReceiveWaitHandle().Guy Harris2015-09-112-4/+2
* Set setuserbuffer_op in WinPcap.Guy Harris2015-09-112-3/+2
* Fix more compile errors.Gisle Vanem2015-09-111-3/+3
* Fix compile errors.Gisle Vanem2015-09-111-15/+15
* There's no "md" substructure; the timeout is now in opt.timeout.Guy Harris2015-09-111-5/+3
* TurboCap is now decoupled from pcap-win32.c.Guy Harris2015-09-111-2/+0
* Get rid of unused local variable.Guy Harris2015-09-111-1/+0
* Fix warnings as "C++ style comments are not allowed in ISO C90"Francois-Xavier Le Bail2015-09-054-16/+17
* Declare pcap_wsockinit() in pcap-int.h.Guy Harris2015-09-053-4/+5
* Just use #ifdef.Guy Harris2015-09-051-1/+1
* Support --with-turbocap=DIR.Guy Harris2015-09-052-23/+46
* Clean up the "third party API" checks.Guy Harris2015-09-053-179/+235
* Put one DAG API check inside an if.Guy Harris2015-09-052-52/+54
* Remove platform checks for various sniffing hardware APIs.Guy Harris2015-09-052-132/+2
* Add TurboCap support from WinPcap.Guy Harris2015-09-0512-41/+1524
* Don't dereference a known-to-be-null pointer.Guy Harris2015-09-051-1/+1
* Move the remaining send queue routines to pcap.cGuy Harris2015-09-052-49/+49
* Add the remaining WinPcap-only ops to the ops vector.Guy Harris2015-09-054-236/+457
* Update CHANGES in case we release a 1.7.5.Francois-Xavier Le Bail2015-09-031-1/+2
* Rename pcap_win32strerror() to pcap_win32_err_to_str().Guy Harris2015-09-035-16/+17
* Pick up the "Win32 extensions", and add some new ones.Guy Harris2015-09-035-49/+307
* Update CHANGES in case we release a 1.7.5.Guy Harris2015-09-031-0/+8
* Travis: Install 'libnl-genl-3-dev' libraryFrancois-Xavier Le Bail2015-09-031-1/+1
* Fix some compile errors.Guy Harris2015-09-031-1/+6
* Regenerate configure script.Guy Harris2015-09-021-1/+1
* Don't use struct ifbond when there's no if_binding.hBaruch Siach2015-09-021-2/+4
* configure.in: fix detect of if_bonding.h on uclinuxBaruch Siach2015-09-021-1/+1
* Fix warnings as "ISO C90 forbids mixed declarations and code"Francois-Xavier Le Bail2015-09-021-2/+6
* struct bpf_hdr is declared in <Packet32.h>; don't declare it here.Guy Harris2015-09-021-12/+0
* Work around the need for Packet32.h.Guy Harris2015-09-021-0/+25
* Fix a #define name.Guy Harris2015-09-021-3/+3
* Make it a bit more like the WinPcap structure on Win32.Guy Harris2015-09-021-1/+5
* Don't write past the end of an old pcap_stat structure in pcap_stats().Guy Harris2015-09-021-35/+12
* Copy over bs_capt in pcap_stat(), even though it doesn't get filled in.Guy Harris2015-09-021-7/+17
* Further stats cleanup.Guy Harris2015-09-022-8/+65
* Fix up the statistics handling in WinPcap.Guy Harris2015-09-021-3/+35
* Packet.dll defines ADAPTER, not Adapter.Guy Harris2015-09-024-6/+6
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-0224-118/+118
* Recognize 802.1ad nested VLAN tag in vlan filter.Michal Kubecek2015-09-022-0/+6
* Fix error in filter expressions.Guy Harris2015-09-021-3/+3
* Fix errors introduced by my previous change.Bill Parker2015-09-021-2/+2