File: README

package info (click to toggle)
wflogs 0.9.8-5.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,252 kB
  • ctags: 3,750
  • sloc: ansic: 12,166; sh: 8,059; cpp: 6,412; lex: 1,525; yacc: 1,430; makefile: 731; sed: 16
file content (34 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
The main tool to test is wflogs.

To compile wflogs:
$ ./configure
$ make

To test ipchains modules:
$ ./wflogs/wflogs -i ipchains -o ipchains test/logs_ipchains1
and compare it with the original logs_ipchains1 file.
Both should be quite the same, of course.

To test netfilter modules:
$ ./wflogs/wflogs -i netfilter -o netfilter test/logs_netfilter1
and compare it with the original logs_netfilter1 file.
Both should be quite the same, of course.

To test ipfilter modules:
$ ./wflogs/wflogs -i ipfilter -o ipfilter test/logs_ipfilter1
and compare it with the original logs_ipfilter1 file.
Both should be quite the same, of course.

To test text output module:
$ ./wflogs/wflogs -i netfilter -o text test/logs_netfilter1

To test html output module:
$ ./wflogs/wflogs -i netfilter -o html test/logs_netfilter1
and save it as an html file. Then use your favorite browser!

To test xml output module:
$ ./wflogs/wflogs -i netfilter -o xml test/logs_netfilter1

Hope you'll enjoy wflogs.

 Herv Eychenne <rv@wallfire.org>