Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37152 Details for
Bug 59534
Hping won't run on ethernet bridge interfaces
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed support for ethernet bridge patch
hping_bridge_patch (text/plain), 359 bytes, created by
Nathan
on 2004-08-10 09:33:24 UTC
(
hide
)
Description:
Proposed support for ethernet bridge patch
Filename:
MIME Type:
Creator:
Nathan
Created:
2004-08-10 09:33:24 UTC
Size:
359 bytes
patch
obsolete
>--- getlhs.c.old 2004-08-05 09:20:35.320759304 -0600 >+++ getlhs.c 2004-08-05 09:12:40.330968728 -0600 >@@ -93,6 +93,9 @@ > } else if ( strstr(ifname, "eth") ) { > linkhdr_size = ETHHDR_SIZE; > return 0; >+ } else if ( strstr(ifname, "br") ) { >+ linkhdr_size = ETHHDR_SIZE; >+ return 0; > } else if (strstr(ifname, "ets")) { > linkhdr_size = 0; > return 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59534
: 37152