-
-
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
Loopback: fix & documentation #3363
Conversation
eaec7fa
to
bbbb189
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. You could potentially add this as a comment to document this: https://github.com/the-tcpdump-group/libpcap/blob/f98637ad7f086a34c4027339c9639ae1ef842df3/gencode.c#L3333-L3354
Codecov Report
@@ Coverage Diff @@
## master #3363 +/- ##
==========================================
+ Coverage 85.16% 86.00% +0.84%
==========================================
Files 274 274
Lines 56656 57805 +1149
==========================================
+ Hits 48250 49717 +1467
+ Misses 8406 8088 -318
|
Ready to be merged. |
Just FYI, you're branching on secdev/scapy directly. I usually avoid doing that :) |
* Use the correct type value to inject IPv6 packets on the loopback interface * Documenting loopback packets injection * Document AF_INET6 specificity
This PR fixes injecting IPv6 packets to the Windows loopback interface (#3357), and improves the documentation.