[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0-40-g5f39728
OISF Git
noreply at openinfosecfoundation.org
Wed Feb 17 08:32:32 UTC 2016
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 5f3972850996873fed821bb53368d57f59ab3812 (commit)
via 9015fb5a7f8f2bb1981dd5caa70904641c339341 (commit)
via 8bb1cf08efd8ae54bc7d363f350a523709b71c32 (commit)
via 6c30f7bdbb476da74186dad11c40b75930ef71e9 (commit)
from 0138bf560594b629ce0ab809c48800e938cf728b (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 5f3972850996873fed821bb53368d57f59ab3812
Author: Victor Julien <victor at inliniac.net>
Date: Tue Feb 16 22:23:16 2016 +0100
ssh: fix string handling in unittest
commit 9015fb5a7f8f2bb1981dd5caa70904641c339341
Author: Victor Julien <victor at inliniac.net>
Date: Tue Feb 16 17:42:38 2016 +0100
travis: set CFLAGS to error on cc warnings
commit 8bb1cf08efd8ae54bc7d363f350a523709b71c32
Author: Victor Julien <victor at inliniac.net>
Date: Tue Feb 16 16:50:48 2016 +0100
eve: fix mishandling of big messages
When the string representation of a JSON message grew bigger than
64k, the JSON record would just be truncated. This lead to errors
in the parser(s) of the JSON stream.
This patch changes the buffer logic to grow the buffer on demand.
commit 6c30f7bdbb476da74186dad11c40b75930ef71e9
Author: Victor Julien <victor at inliniac.net>
Date: Tue Feb 16 16:45:01 2016 +0100
counters: fix thread stats delta logging
Just like with the global stats, store prev values. Fixes delta logging.
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 ++
src/app-layer-ssh.c | 8 ++++----
src/counters.c | 3 +++
src/log-stats.c | 4 ++--
src/output-json-alert.c | 7 +++----
src/output-json-dns.c | 16 ++++++----------
src/output-json-drop.c | 5 ++---
src/output-json-file.c | 5 ++---
src/output-json-flow.c | 5 ++---
src/output-json-http.c | 5 ++---
src/output-json-netflow.c | 9 ++++-----
src/output-json-smtp.c | 5 ++---
src/output-json-ssh.c | 5 ++---
src/output-json-stats.c | 5 ++---
src/output-json-template.c | 5 ++---
src/output-json-tls.c | 5 ++---
src/output-json.c | 35 +++++++++++++++++++++--------------
src/output-json.h | 2 +-
src/util-buffer.h | 2 +-
19 files changed, 65 insertions(+), 68 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list