Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile errors #12

Open
MGlolenstine opened this issue Sep 10, 2020 · 1 comment
Open

Compile errors #12

MGlolenstine opened this issue Sep 10, 2020 · 1 comment

Comments

@MGlolenstine
Copy link

MGlolenstine commented Sep 10, 2020

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 with npcap.
A nice library that selects the best library for the packet sniffing, that you could use, is this one: rawsock.

@kanishkarj
Copy link
Owner

Hi @MGlolenstine , thanks for the suggestion. I shall fix that up right away!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants