From 62be39e90b8f5839cfb086c1507eeecd4e53a34c Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sun, 15 Jan 2012 15:48:13 +0100 Subject: A simple filter plugin called IP2HBIN added The plugin converts the IPv4 addresses to host order for databases like MySQL. The expected name of the table fields are ip.hsaddr, ip.hdaddr, etc. Signed-off-by: Jozsef Kadlecsik --- doc/ulogd.sgml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml index 0f18611..d206fa7 100644 --- a/doc/ulogd.sgml +++ b/doc/ulogd.sgml @@ -373,6 +373,10 @@ it basically convert mac address to a string represetation.

This plugin convert IP addresses to a binary form usable by databases like MySQL. +ulogd_filter_IP2HBIN.so +

+This plugin convert IP addresses to a binary form in host order usable by databases like MySQL. + ulogd_filter_IP2STR.so

This plugin convert IP addresses to string. -- cgit v1.2.3