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

Support monitor mode #45

Closed
gpotter2 opened this issue Apr 18, 2018 · 1 comment · Fixed by #47
Closed

Support monitor mode #45

gpotter2 opened this issue Apr 18, 2018 · 1 comment · Fixed by #47

Comments

@gpotter2
Copy link
Contributor

gpotter2 commented Apr 18, 2018

Hello,

We are studying a cleanup in scapy's code, and were comparing currently "up-to-date" python libpcap implementations, to see which were outdated. (Indeed we are currently supporting python-pypcap, python-libpcap, pcapy, dnet and dumbnet)

Pcapy is one of the most up-to-date and maintained alternatives we have, and really is a great tool. However, unlike python-libpcap or python-pypcap (PR), pcapy has no support for monitor mode (pcap_set_rfmon)

As said by @guyharris in #19 (comment), it would require a deeper implementation, that is currently really lacking to pcapy. This has also been reported by #17 by @martinuy. However, it seems that this is stuck since 2016...

I know that many people have other things to do, but it would really be great if CoreSecurity/pcapy had plans about supporting all those functions.

Thank you for reading, really hoping that this project will move on, and not die like all the others.

@martinuy
Copy link
Contributor

Thanks @gpotter2 for pointing this out.

I absolutely agree with you. We need to implement this.

Is there any volunteer? I'll try to find a volunteer and see how can I collaborate (perhaps through a code-review).

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

Successfully merging a pull request may close this issue.

2 participants