]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
This patch adds support of event type display in printflow filter. This is used
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>
Wed, 26 Mar 2008 09:42:20 +0000 (09:42 +0000)
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>
Wed, 26 Mar 2008 09:42:20 +0000 (09:42 +0000)
commit627afbf16b96d23dc0eb7b8e87575c3b9b54e72b
tree59e88aa1f399adc6cef0c72f68cd13f318178154
parentaaa536a95a83ac4a95d22bad0d75b92848716b9a
This patch adds support of event type display in printflow filter. This is used
to display event type in textual output modules. Here's an output example:

[DESTROY] ORIG: SRC=192.168.1.2 DST=192.168.1.255 PROTO=UDP SPT=631 DPT=631 \\
PKTS=1 BYTES=197 , REPLY: SRC=192.168.1.255 DST=192.168.1.2 \\
PROTO=UDP SPT=631 DPT=631 PKTS=0 BYTES=0

Signed-off-by: Eric Leblond <eric@inl.fr>
include/ulogd/printflow.h
util/printflow.c