[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0.1-15-g0bbec75
OISF Git
noreply at openinfosecfoundation.org
Fri May 23 13:21:16 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via 0bbec75764743bd0f76b26856854709f7399e578 (commit)
via 0857a60fcea10c4a947fefbd0059942b71dbf80d (commit)
via 4d72911e17c8810f8e15a6778dae5a1fd24d9a3f (commit)
via 4dda018ededee36f97b0d35d6a9cb1e5ffbd5219 (commit)
via 0368d5e4a4d0fad81a40cf4122af09a902b5a91b (commit)
via c35432b265ab99349c293e34b6cac66d271ebc67 (commit)
via 2ad8a8e111b1942345e6f72bc86b3e7e46625cc4 (commit)
via 0162e7e809da0ad5a065ac3d5734c919fb75c000 (commit)
via d213d89981370c166beece9f329edbdd39edae2f (commit)
via 62aaae24fd8dd3edd2e2caa4444e0b40c529dff8 (commit)
via 4851568a41f833479de9dedea6fbe22b4cfdc386 (commit)
from db563ed4b0fae6ab799028f458ff76ceb0d410ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0bbec75764743bd0f76b26856854709f7399e578
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 23 12:42:48 2014 +0200
nflog: fix typo rising->raising
commit 0857a60fcea10c4a947fefbd0059942b71dbf80d
Author: Victor Julien <victor at inliniac.net>
Date: Wed May 21 10:15:28 2014 +0200
nflog: improve error handling on NOBUFS
Don't fall through to handle_packet on any NOBUFS condition. Make
sure we catch all NOBUFS.
commit 4d72911e17c8810f8e15a6778dae5a1fd24d9a3f
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Wed Feb 26 14:57:31 2014 +0100
This patch adds the fields into PacketVars struct to setup a packet from a nflog message
commit 4dda018ededee36f97b0d35d6a9cb1e5ffbd5219
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Sat Feb 1 11:34:33 2014 +0100
Adds nflog option
commit 0368d5e4a4d0fad81a40cf4122af09a902b5a91b
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Sat Feb 1 11:32:12 2014 +0100
Declare a wrapper to parse group option for nflog
commit c35432b265ab99349c293e34b6cac66d271ebc67
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Wed Jan 1 22:04:54 2014 +0100
Implements NFLOG runmode
commit 2ad8a8e111b1942345e6f72bc86b3e7e46625cc4
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Sun Dec 15 15:29:12 2013 +0100
Bootstraping NFLOG capture mode
commit 0162e7e809da0ad5a065ac3d5734c919fb75c000
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Sat Dec 14 13:29:24 2013 +0100
Adds nflog error code
commit d213d89981370c166beece9f329edbdd39edae2f
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Sat Dec 14 13:28:27 2013 +0100
Updating the Tmm Id for declaration of nflog capture mode
commit 62aaae24fd8dd3edd2e2caa4444e0b40c529dff8
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Sat Dec 14 10:40:57 2013 +0100
Adds a configuration example for nflog support in suricata.yaml
commit 4851568a41f833479de9dedea6fbe22b4cfdc386
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date: Tue Dec 10 13:19:25 2013 +0100
Checks if libnetfilter_log is found on the system
and enable it if it's specified.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 54 ++-
src/Makefile.am | 2 +
src/decode.h | 4 +
src/runmode-nflog.c | 251 +++++++++++++
src/{output-json-ssh.h => runmode-nflog.h} | 15 +-
src/runmodes.c | 6 +
src/runmodes.h | 2 +
src/source-nflog.c | 540 ++++++++++++++++++++++++++++
src/source-nflog.h | 66 ++++
src/suricata.c | 26 ++
src/tm-modules.c | 2 +
src/tm-threads-common.h | 2 +
src/util-device.c | 13 +-
src/util-device.h | 1 +
src/util-error.c | 12 +
src/util-error.h | 12 +
suricata.yaml.in | 17 +
17 files changed, 1006 insertions(+), 19 deletions(-)
create mode 100644 src/runmode-nflog.c
copy src/{output-json-ssh.h => runmode-nflog.h} (66%)
create mode 100644 src/source-nflog.c
create mode 100644 src/source-nflog.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list