summaryrefslogtreecommitdiff
path: root/pcap-npf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1165 from nmap/npcap-1.00-bug-workaroundcoverity_scanGuy Harris2023-05-091-38/+44
|\
| * Work around a bug in Npcap 1.00 in case of driver version mismatchDaniel Miller2023-03-221-38/+44
* | npf: clean up handling of errors from setting promiscuous mode.Guy Harris2023-04-071-42/+65
|/
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-3/+3
* NPF: fix build, update comments.Guy Harris2023-01-101-16/+9
* NPF: update handling of failure to set promiscuous mode.Guy Harris2023-01-101-7/+40
* Fix some typosFrancois-Xavier Le Bail2022-12-241-1/+1
* npf: Fix a typo in a commentFrancois-Xavier Le Bail2022-09-101-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.Guy Harris2022-03-141-0/+3
* Set the error message for "permission denied" errors.Guy Harris2022-03-111-0/+5
* npf: don't have pcap_create() fail if the device doesn't exist.Guy Harris2022-03-101-4/+40
* NPF: move the "fetch time stamp types" code to its own routine.Guy Harris2022-02-191-25/+44
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-0/+19
* The new home of Npcap is npcap.com, not npcap.org.Guy Harris2022-01-061-1/+1
* npcap: squelch deprecation warnings for kernel dump mode.Guy Harris2022-01-061-0/+26
* NPF: improve error handling in pcap_create_interface()Daniel Miller2021-11-161-93/+114
* NPF: Clean up indentation.Guy Harris2021-11-121-4/+4
* Error if driver reports 0 timestamp modes supportedDaniel Miller2021-11-121-61/+70
* Set errmsg for pcap_create_npf, do not succeed if PacketOpenAdapter fails.Daniel Miller2021-11-121-143/+149
* NPF: fix wrong variable name.Guy Harris2021-11-061-1/+1
* NPF: handle ERROR_INVALID_FUNCTION from PacketGetTimestampModes().Guy Harris2021-11-061-0/+23
* npf: group the NdisMedium values into two sorted groups.Guy Harris2021-06-261-18/+27
* pcap-npf.c: handle NdisMediumIP.fghzxm2021-06-261-0/+4
* NPF: silently ignore all MS Surface cell modem errors when setting filter.Guy Harris2021-05-041-5/+35
* Move NPF_SURFACE_MOBILE_NONPROMISC to pcap-npf.c.Guy Harris2021-04-291-8/+36
* Add check to suppress spurious error generated by noncompiant MS Surface mobi...Joel2021-04-291-4/+8
* NPF: use %lu for all ULONGs.Guy Harris2021-02-201-1/+1
* Report the Windows error status if PacketSendPacket() fails.Guy Harris2021-02-201-1/+2
* NPF: give the Windows and NT status code names for "removed" devices.Guy Harris2021-02-081-10/+17
* DWORD is unsigned *long*; print it as such.Guy Harris2021-02-081-1/+1
* DWORD is unsigned; print it as such.Guy Harris2021-02-081-1/+1
* Treat ERROR_DEVICE_REMOVED as "device was removed" as well.Guy Harris2021-02-081-8/+22
* NPF: expand a comment. [skip ci]Guy Harris2021-02-071-0/+5
* NPF: fix previous commit.Guy Harris2020-12-271-1/+1
* NPF: report the system error for PacketSetHwFilter() failures.Guy Harris2020-12-271-2/+6
* npf: don't mark pcap_create_interface()'s ebuf argument as unused,Guy Harris2020-12-151-1/+1
* Add support for getting and setting packet time stamps with Npcap.Guy Harris2020-12-151-1/+224
* Fix some typosFrancois-Xavier Le Bail2020-12-121-1/+1
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* NPF: squelch some warnings about enum values not handled in switches.Guy Harris2020-07-031-1/+9
* NPF: install an initial filter that accepts all packets.Guy Harris2020-07-031-0/+36
* NPF: revert aaddition of "accept all" filter.Guy Harris2020-07-031-25/+0
* Initialize snaplen.Guy Harris2020-07-031-0/+25
* Make packet_version_string const to match PacketGetVersion return type LPCSTRDaniel Miller2020-07-021-1/+1
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* npf, airpcap: fill in ps_capt iff _WIN32 is defined.Guy Harris2020-05-301-1/+6
* Call AirPcap-related routines only if we have them.Guy Harris2020-05-071-0/+2
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-0/+14
* Small tweaks to the pcap_read_npf() loop.Guy Harris2020-04-141-2/+3