[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta2-76-gff8dae3
OISF Git
noreply at openinfosecfoundation.org
Tue Dec 23 12:59:01 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 ff8dae3b751029a03f6c2f4f09f036969aa9d4d9 (commit)
via 969abc2ccd0b85924dd5c3aea55fd441a7cd9588 (commit)
via dc5e2a515cb4b79df6ff01148ab809be3d5abfd2 (commit)
via b69ca16553bd7002b2ac8df8608d1117b322560b (commit)
via a095694945a72a53c32f35409ec9c2c1643e69f3 (commit)
from 60b50e1ca5116d6af5d9e233f3d8b6f8baba1c39 (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 ff8dae3b751029a03f6c2f4f09f036969aa9d4d9
Author: Eric Leblond <eric at regit.org>
Date: Fri Dec 19 15:06:30 2014 +0100
app-layer: fix 'detection-only' keyword
If we follow the description in the yaml file, we should disable
parsing if 'detection-only' keyword is used.
commit 969abc2ccd0b85924dd5c3aea55fd441a7cd9588
Author: Eric Leblond <eric at regit.org>
Date: Tue Dec 16 00:14:59 2014 +0100
output-json: fix duplicate logging
This patches is fixing a issue in the OutputJSONBuffer function. It
was writing to file the content of the buffer starting from the start
to the final offset. But as the writing is done for each JSON string
we are duplicating the previous events if we are reusing the same
buffer.
Duplication was for example triggered when we have multiple alerts
attached to a packet. In the case of two alerts, the first one was
logged twice more as the second one.
commit dc5e2a515cb4b79df6ff01148ab809be3d5abfd2
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 9 13:37:54 2014 +0100
stream: improve inline mode GAP handling
Don't conclude a GAP is 'final' until the missing data is ack'd.
Further, cleanup and unify more with the non-inline code.
commit b69ca16553bd7002b2ac8df8608d1117b322560b
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 9 12:55:19 2014 +0100
stream: move utility functions
This way they can be used by the *Inline* functions as well.
commit a095694945a72a53c32f35409ec9c2c1643e69f3
Author: Victor Julien <victor at inliniac.net>
Date: Fri Dec 19 10:16:49 2014 +0100
host: register unittests
Host unittests were not registered so they wouldn't run.
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-parser.c | 2 +-
src/host.h | 2 +
src/output-json-alert.c | 8 +-
src/runmode-unittests.c | 1 +
src/stream-tcp-reassemble.c | 249 ++++++++++++++++++++++---------------------
5 files changed, 136 insertions(+), 126 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list