klaubert / waf-fle

WAF-FLE, ModSecurity Console
http://waf-fle.org
GNU General Public License v2.0
140 stars 74 forks source link

IPv6 #68

Open hans-mayer opened 6 years ago

hans-mayer commented 6 years ago

Dear All,

I see waf-fle as an useful tool to bring relevant informations from the logs to the user. But version 0.6.4 can't handle IPv6 traffic. Is there an idea to make this great tool IPv6 ready. After all IPv6 is 20 years old.

Kind regards Hans

donnerhacke commented 6 years ago

A colleague of mine worked though the source and made is IPv6 able. Patch is attached.

waf-fle_0.6.4-ipv6.patch.gz

hans-mayer commented 6 years ago

Many thanks. What is the minimum MySQL version we need ? My version doesn't understand: varbinary(16) unsigned NOT NULL

// Hans

Am 12.09.2018 12:47, schrieb Lutz Donnerhacke:

A colleague of mine worked though the source and made is IPv6 able. Patch is attached.

waf-fle_0.6.4-ipv6.patch.gz https://github.com/klaubert/waf-fle/files/2374743/waf-fle_0.6.4-ipv6.patch.gz

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/klaubert/waf-fle/issues/68#issuecomment-420602342, or mute the thread https://github.com/notifications/unsubscribe-auth/ACzuoDhW_uSuq8Oiy4DORQBkZHhui6Mqks5uaOZAgaJpZM4VBqiJ.

donnerhacke commented 6 years ago

Please remove the "unsigned". It's a patch artefact.

donnerhacke commented 6 years ago

Fixed. waf-fle_0.6.4-ipv6.patch.gz