[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-beta1-19-gb582cde
OISF Git
noreply at openinfosecfoundation.org
Thu Jun 15 11:13:34 UTC 2017
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 b582cdef317d760f7fc223173b06abd9b28b81a7 (commit)
via c473c56eedba38a52fa0d99f6fc7365c5d9f5f97 (commit)
via ecc63481c6e76d228097d466ff46666beec21233 (commit)
via 26eb49d72130b95a1991484168d263a336c5b19d (commit)
from 70808a4f1d87c036b89172a06f5dbc222308ada9 (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 b582cdef317d760f7fc223173b06abd9b28b81a7
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jun 13 14:35:34 2017 +0200
hyperscan: unittests compiler warning fixes
commit c473c56eedba38a52fa0d99f6fc7365c5d9f5f97
Author: Jason Ish <ish at unx.ca>
Date: Wed Jun 14 13:28:12 2017 -0600
rust/dns: fix panic on rrnames with bad chars
Check for erros in the UTF-8 conversion, on error, print the
the printable chars as chars, and print non printable chars
as \xHEX.
Redmine issue:
https://redmine.openinfosecfoundation.org/issues/2148
commit ecc63481c6e76d228097d466ff46666beec21233
Author: Jason Ish <ish at unx.ca>
Date: Wed Jun 14 10:42:26 2017 -0600
rust/dns: fix tcp message length verification
And add Rust unit tests to check length validation.
Redmine issue 2144:
https://redmine.openinfosecfoundation.org/issues/2144
commit 26eb49d72130b95a1991484168d263a336c5b19d
Author: Eric Leblond <eric at regit.org>
Date: Tue Jun 13 22:32:50 2017 +0200
bypass: add explicit flag in stream engine
TCP reassembly is now deactivated more frequently and triggering a
bypass on it is resulting in missing some alerts due forgetting
about packet based signature.
So this patch is introducing a dedicated flag that can be set in
the app layer and transmitted in the streaming to trigger bypass.
It is currently used by the SSL app layer to trigger bypass when
the stream becomes encrypted.
-----------------------------------------------------------------------
Summary of changes:
rust/src/dns/dns.rs | 214 +++++++++++++++++++++++++++++++++++---------
rust/src/dns/log.rs | 41 ++++++++-
src/app-layer-parser.c | 9 ++
src/app-layer-parser.h | 9 +-
src/app-layer-ssl.c | 8 +-
src/stream-tcp-private.h | 2 +
src/stream-tcp-reassemble.h | 1 +
src/stream-tcp.c | 14 ++-
src/util-mpm-hs.c | 62 ++++++-------
9 files changed, 275 insertions(+), 85 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list