]> git.ipfire.org Git - thirdparty/sarg.git/commit - readlog_sarg.c
Modular reading of some input log formats
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 25 Aug 2012 06:45:20 +0000 (08:45 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 25 Aug 2012 06:45:20 +0000 (08:45 +0200)
commit1c91da0774c8fdde9768e48a9835b552af42f57d
tree6c6a568bf67ee884375ffaeeed72cbbaa5ff9a6a
parentd98656b65e80f9724df41d6e92e2bbe92118cce8
Modular reading of some input log formats

Currently supported log formats are squid, common and sarg.
CMakeLists.txt
Makefile.in
include/readlog.h
readlog.c
readlog_common.c [new file with mode: 0644]
readlog_extlog.c [new file with mode: 0644]
readlog_sarg.c [new file with mode: 0644]
readlog_squid.c [new file with mode: 0644]