Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17053 Details for
Bug 27900
Snort-2.0.0 ebuild broken by libnet sloting
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Changes #include libnet.h to #include libnet-1.0.h in 2 files that require libnet
snort-2.0.0-sp.patch (text/plain), 656 bytes, created by
Christian Jiresjö
on 2003-09-04 04:58:54 UTC
(
hide
)
Description:
Changes #include libnet.h to #include libnet-1.0.h in 2 files that require libnet
Filename:
MIME Type:
Creator:
Christian Jiresjö
Created:
2003-09-04 04:58:54 UTC
Size:
656 bytes
patch
obsolete
>--- snort-2.0.0/src/detection-plugins/sp_react.c.old 2003-09-03 18:15:55.000000000 +0000 >+++ snort-2.0.0/src/detection-plugins/sp_react.c 2003-09-03 18:16:23.000000000 +0000 >@@ -53,7 +53,7 @@ > #include <stdlib.h> > #include <string.h> > #include <ctype.h> >-#include <libnet.h> >+#include <libnet-1.0.h> > > #include "rules.h" > #include "decode.h" >--- snort-2.0.0/src/detection-plugins/sp_respond.c.old 2003-09-03 18:16:05.000000000 +0000 >+++ snort-2.0.0/src/detection-plugins/sp_respond.c 2003-09-03 18:16:45.000000000 +0000 >@@ -30,7 +30,7 @@ > > > #ifdef ENABLE_RESPONSE >-#include <libnet.h> >+#include <libnet-1.0.h> > > #include "decode.h" > #include "rules.h"
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 27900
:
17052
| 17053