winpcapy icon indicating copy to clipboard operation
winpcapy copied to clipboard

A Modern Python wrapper for WinPcap

Results 6 winpcapy issues
Sort by recently updated
recently updated
newest added

Hi @orweis Thanks for sharing this project. It works great. I was working with this library and I am stuck in between so I need to read a pcap file...

**Hi, I had on my computer 2 nics with same description. It could not distinguish between the two and opened always the first one. In winpcapy.py I saw it looks...

Not sure if this is an issue with this python wrapper or something deeper in the dependent libs. I am trying to capture all arp traffic and am successfully able...

WinPcap has support for remote capture via rpcapd, would be great to see its support in this project. https://www.winpcap.org/docs/docs_41/html/group__remote.html

In `winpcapy.py`, the name `Callable` is imported from `collections` at the top. However I think that it's supposed to be `typing`; the code throws an error when I replace the...

Hello. Could somebody provide me with filter example. What if i want to get only vrrp packets (0x70 in hex, protocol number 112). In pcapy it looks like `pcap =...