]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
Move the printpkt functionality out of SYSLOG and LOGEMU, and into
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>
Tue, 23 May 2006 08:57:18 +0000 (08:57 +0000)
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>
Tue, 23 May 2006 08:57:18 +0000 (08:57 +0000)
commit62defdbdb365c325795b83845f266410cf7c1076
tree30ec9bd4ba364b5058ad7b782140e908654a46a0
parent5f738b5660fc5abf6e21b527bb6f946bbaaa31db
Move the printpkt functionality out of SYSLOG and LOGEMU, and into
a separate PRINTPKT plugin.  This reduces code duplication, and also
makes the SYSLOG and LOGEMU plugins more general. (Philip Craig)
filter/Makefile.am
filter/ulogd_filter_PRINTPKT.c [new file with mode: 0644]
include/ulogd/printpkt.h
output/Makefile.am
output/ulogd_output_LOGEMU.c
output/ulogd_output_SYSLOG.c
ulogd.conf.in
util/printpkt.c