-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Native *BSD support #104
Comments
Great! |
The code is now available here: https://github.com/guedou/scapy-bpf So far, only the IPv6 regression tests fails (but they also do with pcap/dnet) on OS X. |
The code is still under development.The following items must be checked before committing to the main repository:
|
Thank you for your NetBSD work. |
@krytarowski Thanks for your support ! I have a special relation with NetBSD as I used it a lot few years ago =) I won't be able to test the code on something else than amd64. If you have access to other architectures, I will be pleased to fix the bugs (if any). |
Lately I'm focused on amd64. |
PR #221 includes this patch, and is waiting to be reviewed. |
I am making good progress to port the BPF mode to Scapy 2
So far, it works fine on OS X 10.9.5 but I need to write better unit tests to ensure that the patch will also work on other *BSD flavors.
Here is the teasing:
The text was updated successfully, but these errors were encountered: