24 lines
849 B
Diff
24 lines
849 B
Diff
diff -Nur ulogd-1.02-orig/doc/pgsql.table ulogd-1.02/doc/pgsql.table
|
|
--- ulogd-1.02-orig/doc/pgsql.table 2002-08-28 11:42:50.000000000 +0200
|
|
+++ ulogd-1.02/doc/pgsql.table 2004-10-31 02:27:49.652607440 +0100
|
|
@@ -33,16 +33,16 @@
|
|
"ip_csum" integer,
|
|
|
|
/* log IPs as unsigned int32 (default) */
|
|
--- "ip_saddr" bigint,
|
|
--- "ip_daddr" bigint,
|
|
+ "ip_saddr" bigint,
|
|
+ "ip_daddr" bigint,
|
|
|
|
/* log IPs as string (--with-pgsql-log-ip-as-string) */
|
|
-- "ip_saddr" character varying(40),
|
|
-- "ip_daddr" character varying(40),
|
|
|
|
/* log IPs as inet (--with-pgsql-log-ip-as-string) */
|
|
- "ip_saddr" inet,
|
|
- "ip_daddr" inet,
|
|
+-- "ip_saddr" inet,
|
|
+-- "ip_daddr" inet,
|
|
|
|
|
|
"tcp_sport" integer,
|