summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-15 15:48:13 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-16 16:56:35 +0100
commit62be39e90b8f5839cfb086c1507eeecd4e53a34c (patch)
tree72e5daef315a68be7873127cd6084e418e320a72 /doc
parent56ab48677e9636e309e45794f7b516e3744731ac (diff)
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 <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/ulogd.sgml4
1 files changed, 4 insertions, 0 deletions
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.
<p>
This plugin convert IP addresses to a binary form usable by databases like MySQL.
+<sect2>ulogd_filter_IP2HBIN.so
+<p>
+This plugin convert IP addresses to a binary form in host order usable by databases like MySQL.
+
<sect2>ulogd_filter_IP2STR.so
<p>
This plugin convert IP addresses to string.