summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mysql.table.ipaddr-as-string58
-rw-r--r--doc/ulogd.sgml10
2 files changed, 63 insertions, 5 deletions
diff --git a/doc/mysql.table.ipaddr-as-string b/doc/mysql.table.ipaddr-as-string
new file mode 100644
index 0000000..c9bd508
--- /dev/null
+++ b/doc/mysql.table.ipaddr-as-string
@@ -0,0 +1,58 @@
+# MySQL dump 7.1
+#
+# Host: localhost Database: ulogd
+#--------------------------------------------------------
+# Server version 3.22.32
+
+# This table is intended for use with older MySQL-Servers and
+# the --with-mysql-log-ip-as-string feature. It will not work
+# without that feature.
+#
+# Table structure for table 'ulog'
+#
+CREATE TABLE ulog (
+ id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
+ raw_mac varchar(80),
+ oob_time_sec int(10) unsigned,
+ oob_time_usec int(10) unsigned,
+ oob_prefix varchar(32),
+ oob_mark int(10) unsigned,
+ oob_in varchar(32),
+ oob_out varchar(32),
+ ip_saddr varchar(16),
+ ip_daddr varchar(16),
+ ip_protocol tinyint(3) unsigned,
+ ip_tos tinyint(3) unsigned,
+ ip_ttl tinyint(3) unsigned,
+ ip_totlen smallint(5) unsigned,
+ ip_ihl tinyint(3) unsigned,
+ ip_csum smallint(5) unsigned,
+ ip_id smallint(5) unsigned,
+ ip_fragoff smallint(5) unsigned,
+ tcp_sport smallint(5) unsigned,
+ tcp_dport smallint(5) unsigned,
+ tcp_seq int(10) unsigned,
+ tcp_ackseq int(10) unsigned,
+ tcp_window smallint(5) unsigned,
+ tcp_urg tinyint(4),
+ tcp_urgp smallint(5) unsigned,
+ tcp_ack tinyint(4),
+ tcp_psh tinyint(4),
+ tcp_rst tinyint(4),
+ tcp_syn tinyint(4),
+ tcp_fin tinyint(4),
+ udp_sport smallint(5) unsigned,
+ udp_dport smallint(5) unsigned,
+ udp_len smallint(5) unsigned,
+ icmp_type tinyint(3) unsigned,
+ icmp_code tinyint(3) unsigned,
+ icmp_echoid smallint(5) unsigned,
+ icmp_echoseq smallint(5) unsigned,
+ icmp_gateway int(10) unsigned,
+ icmp_fragmtu smallint(5) unsigned,
+ pwsniff_user varchar(30),
+ pwsniff_pass varchar(30),
+ ahesp_spi int(10) unsigned,
+ PRIMARY KEY (id)
+);
+
diff --git a/doc/ulogd.sgml b/doc/ulogd.sgml
index 3c29f9e..7202f45 100644
--- a/doc/ulogd.sgml
+++ b/doc/ulogd.sgml
@@ -1,12 +1,12 @@
<!doctype linuxdoc system>
-<!-- $Id: ulogd.sgml,v 1.2 2000/11/20 19:40:14 laforge Exp $ -->
+<!-- $Id: ulogd.sgml,v 1.3 2001/01/29 11:45:22 laforge Exp $ -->
<article>
<title>ULOGD - the Userspace Logging Daemon</title>
<author>Harald Welte &lt;laforge@gnumonks.org&gt</author>
-<date>Revision $Revision: 1.2 $, $Date: 2000/11/20 19:40:14 $</date>
+<date>Revision $Revision: 1.3 $, $Date: 2001/01/29 11:45:22 $</date>
<abstract>
This is the documentation for <tt>ulogd</tt>, the Userspace logging daemon.
@@ -93,7 +93,7 @@ in the userspace directory of netfilter CVS.
<sect1>ulogd
<sect2>Recompiling the source
<p>
-Download the ulogd package from <URL URL="http://www.gnumonks.org/ftp/pub/netfilter"> and
+Download the ulogd package from <URL URL="http://www.gnumonks.org/ftp/pub/netfilter/"> and
untar it.
<p>
If you want to build ulogd with MySQL support, type './configure --with-mysql'. You may also have to specify the path of the mysql libraries using '--with-mysql=path'. To build ulogd without MySQL support, just use './configure'.
@@ -102,9 +102,9 @@ To compile and install the program, call 'make install'.
<sect2>Using a precompiled package
<p>
-I also provide redhat-6.2 and redhat-7.0 RPM's, available at <URL URL="http://www.gnumonks.org/ftp/pub/rpms/redhat-7.0/RPMS/i386"> and <URL URL="http://www.gnumonks.org/ftp/pub/rpms/redhat-6.2/RPMS/i386">.
+I also provide a SRPM, which should compile on almost any rpm-based distribution. It is available at <URL URL="http://www.gnumonks.org/ftp/pub/netfilter/">
<p>
-Just download the package and do the usual 'rpm -i &lt;file&gt;'.
+Just download the package and do the usual 'rpm --rebuild &lt;file&gt;'.
<sect>Configuration
<sect1>netfilter