index
:
rsdsl/libpcap.git
master
the LIBpcap interface to various kernel packet capture mechanism, precompiled for musl x64 and aarch64
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pcap-npf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
Josh Soref
2023-06-25
1
-3
/
+3
*
If we can't allocate a DLT_ list, fail.
Guy Harris
2023-06-24
1
-7
/
+8
*
Prefix routines declared in pcap-int.h with pcap_.
Guy Harris
2023-05-26
1
-5
/
+5
*
Merge pull request #1165 from nmap/npcap-1.00-bug-workaround
Guy Harris
2023-05-09
1
-38
/
+44
|
\
|
*
Work around a bug in Npcap 1.00 in case of driver version mismatch
Daniel Miller
2023-03-22
1
-38
/
+44
*
|
npf: clean up handling of errors from setting promiscuous mode.
Guy Harris
2023-04-07
1
-42
/
+65
|
/
*
Fix spaces before tabs in indentation
Francois-Xavier Le Bail
2023-02-15
1
-3
/
+3
*
NPF: fix build, update comments.
Guy Harris
2023-01-10
1
-16
/
+9
*
NPF: update handling of failure to set promiscuous mode.
Guy Harris
2023-01-10
1
-7
/
+40
*
Fix some typos
Francois-Xavier Le Bail
2022-12-24
1
-1
/
+1
*
npf: Fix a typo in a comment
Francois-Xavier Le Bail
2022-09-10
1
-1
/
+1
*
Fix some typos
Francois-Xavier Le Bail
2022-07-04
1
-1
/
+1
*
Make sure some error message is provided for PCAP_ERROR_NO_SUCH_DEVICE.
Guy Harris
2022-03-14
1
-0
/
+3
*
Set the error message for "permission denied" errors.
Guy Harris
2022-03-11
1
-0
/
+5
*
npf: don't have pcap_create() fail if the device doesn't exist.
Guy Harris
2022-03-10
1
-4
/
+40
*
NPF: move the "fetch time stamp types" code to its own routine.
Guy Harris
2022-02-19
1
-25
/
+44
*
Make sure no read routine process more than INT_MAX packets.
Guy Harris
2022-01-26
1
-0
/
+19
*
The new home of Npcap is npcap.com, not npcap.org.
Guy Harris
2022-01-06
1
-1
/
+1
*
npcap: squelch deprecation warnings for kernel dump mode.
Guy Harris
2022-01-06
1
-0
/
+26
*
NPF: improve error handling in pcap_create_interface()
Daniel Miller
2021-11-16
1
-93
/
+114
*
NPF: Clean up indentation.
Guy Harris
2021-11-12
1
-4
/
+4
*
Error if driver reports 0 timestamp modes supported
Daniel Miller
2021-11-12
1
-61
/
+70
*
Set errmsg for pcap_create_npf, do not succeed if PacketOpenAdapter fails.
Daniel Miller
2021-11-12
1
-143
/
+149
*
NPF: fix wrong variable name.
Guy Harris
2021-11-06
1
-1
/
+1
*
NPF: handle ERROR_INVALID_FUNCTION from PacketGetTimestampModes().
Guy Harris
2021-11-06
1
-0
/
+23
*
npf: group the NdisMedium values into two sorted groups.
Guy Harris
2021-06-26
1
-18
/
+27
*
pcap-npf.c: handle NdisMediumIP.
fghzxm
2021-06-26
1
-0
/
+4
*
NPF: silently ignore all MS Surface cell modem errors when setting filter.
Guy Harris
2021-05-04
1
-5
/
+35
*
Move NPF_SURFACE_MOBILE_NONPROMISC to pcap-npf.c.
Guy Harris
2021-04-29
1
-8
/
+36
*
Add check to suppress spurious error generated by noncompiant MS Surface mobi...
Joel
2021-04-29
1
-4
/
+8
*
NPF: use %lu for all ULONGs.
Guy Harris
2021-02-20
1
-1
/
+1
*
Report the Windows error status if PacketSendPacket() fails.
Guy Harris
2021-02-20
1
-1
/
+2
*
NPF: give the Windows and NT status code names for "removed" devices.
Guy Harris
2021-02-08
1
-10
/
+17
*
DWORD is unsigned *long*; print it as such.
Guy Harris
2021-02-08
1
-1
/
+1
*
DWORD is unsigned; print it as such.
Guy Harris
2021-02-08
1
-1
/
+1
*
Treat ERROR_DEVICE_REMOVED as "device was removed" as well.
Guy Harris
2021-02-08
1
-8
/
+22
*
NPF: expand a comment. [skip ci]
Guy Harris
2021-02-07
1
-0
/
+5
*
NPF: fix previous commit.
Guy Harris
2020-12-27
1
-1
/
+1
*
NPF: report the system error for PacketSetHwFilter() failures.
Guy Harris
2020-12-27
1
-2
/
+6
*
npf: don't mark pcap_create_interface()'s ebuf argument as unused,
Guy Harris
2020-12-15
1
-1
/
+1
*
Add support for getting and setting packet time stamps with Npcap.
Guy Harris
2020-12-15
1
-1
/
+224
*
Fix some typos
Francois-Xavier Le Bail
2020-12-12
1
-1
/
+1
*
Fix some spelling. [skip ci]
Denis Ovsienko
2020-10-09
1
-1
/
+1
*
NPF: squelch some warnings about enum values not handled in switches.
Guy Harris
2020-07-03
1
-1
/
+9
*
NPF: install an initial filter that accepts all packets.
Guy Harris
2020-07-03
1
-0
/
+36
*
NPF: revert aaddition of "accept all" filter.
Guy Harris
2020-07-03
1
-25
/
+0
*
Initialize snaplen.
Guy Harris
2020-07-03
1
-0
/
+25
*
Make packet_version_string const to match PacketGetVersion return type LPCSTR
Daniel Miller
2020-07-02
1
-1
/
+1
*
Handle the pcap_t+private data in a fashion that makes fewer assumptions.
Guy Harris
2020-07-01
1
-1
/
+1
*
npf, airpcap: fill in ps_capt iff _WIN32 is defined.
Guy Harris
2020-05-30
1
-1
/
+6
[next]