-
ERROR 2021-04-15 20:58:46 - [35] message:PacketHandler
method:PacketHandler
stacktrace:SharpPcap.LibPcap.Windows.pcap_dispatch > SharpPcap.LibPcap.PcapDevice.PacketHandler > SharpPcap.Npcap.Npca…
-
Hi!
I've noticed that SharpPcap tries to read packet data every time it receives an event from WinDivert. However, it looks like some events do not have any which leads to AccessViolationException …
-
Hi,
Sniffing udp packet between 2 endpoints, one emtting each 200ms, the other answering directly, I get a behavior I don't understand...
It is WinForms app using NLog and SharpPcap (over Npcap) u…
-
In old version, pcap_open_live also accept name in `pcap_findalldevs_ex` style (`rpcap://\Device\NPF_{AD3C70B4-453E-4D67-AC84-D7976DAD5503}`).
But in new version, only `pcap_findalldevs` style like `\…
-
![image](https://user-images.githubusercontent.com/33324663/115010260-1b50ba80-9ea5-11eb-9608-78240ced9fdb.png)
I have already updated libpcap on the PI but this keeps appearing. No idea what that …
-
Use SharpPcap live capture option
-
Wireshark and other similar services allow decrypting of https responses by installing a certificate on the browser. Is there a way to do it with SharpPCap?
-
I created a simple passthru with WinDivert. My speed has been dropped from 300Mbps to 25Mbps. I don't have such issue with WinDivert passthru.exe.
Should we expect such decreasing speed because we …
-
Hello,i want use it in window XP.I found minimum version not support .net framework 4.0.Does it has possible to supprot .net framework 4.0.Thanks
-
Hello,
I am experiencing an issue capturing 802.11 traffic in monitor mode using Npcap: After a seemingly arbitrary number of packets have been captured successfully (I've observed anywhere from 20…