You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's complaining about Capture<Inactive> not having those methods.
EDIT:
The program is unable to compile on Windows due to missing wpcap.lib. wpcap has been deprecated and has been replaced with npcap.
A nice library that selects the best library for the packet sniffing, that you could use, is this one: rawsock.
The text was updated successfully, but these errors were encountered:
When cloning the repo or doing the
cargo install snoopy
, I'm getting some errors about a compilation that happens on the following lines.https://github.com/kanishkarj/snoopy/blob/master/src/args/capture.rs#L122-L124
https://github.com/kanishkarj/snoopy/blob/master/src/args/capture.rs#L128-L139
It's complaining about
Capture<Inactive>
not having those methods.EDIT:
The program is unable to compile on Windows due to missing
wpcap.lib
.wpcap
has been deprecated and has been replaced withnpcap
.A nice library that selects the best library for the packet sniffing, that you could use, is this one: rawsock.
The text was updated successfully, but these errors were encountered: