[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta1-73-g6720496
OISF Git
noreply at openinfosecfoundation.org
Fri Sep 19 10:25:28 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 672049632431bb695f56798c9c5f196afcf2fb27 (commit)
via c152ddf072cbc601a03991cb27802bc480b1ed93 (commit)
via 8b4615f8e79d2230ffa243ceb1395aae7945bb95 (commit)
via e0307b09935f8d99c653568e830ac42ec71ad420 (commit)
via 7f68a255357a00355566c66fb381caceab14209b (commit)
via 1b9cc036530f2ba66ce6629c4cb86b4528f1027f (commit)
from 61a9739f44e4b9ae9e4acfa629df65c6312fe47e (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 672049632431bb695f56798c9c5f196afcf2fb27
Author: Victor Julien <victor at inliniac.net>
Date: Thu Sep 18 15:13:13 2014 +0200
detect: fix continue detection with amatch and tx
When using AMATCH, continue detection would fail if the tx part
had already run. This lead to start detection rerunning, causing
multiple alerts for the same issue.
commit c152ddf072cbc601a03991cb27802bc480b1ed93
Author: Victor Julien <victor at inliniac.net>
Date: Thu Sep 18 13:37:18 2014 +0200
lua: fix http.request_line inspection
As there is no inspection engine for request_line, the sigmatch was
added to the AMATCH list. However, no AppLayerMatch function for
lua scripts was defined.
This patch defines a AppLayerMatch function.
Bug #1273.
commit 8b4615f8e79d2230ffa243ceb1395aae7945bb95
Author: Victor Julien <victor at inliniac.net>
Date: Fri Sep 19 10:40:20 2014 +0200
tls: fix a tls.fingerprint issue in debug mode
Print proper variable so we don't NULL-deref.
Bug #1279.
commit e0307b09935f8d99c653568e830ac42ec71ad420
Author: Eric Leblond <eric at regit.org>
Date: Tue Sep 2 15:33:34 2014 +0200
source-nfq: fix display of next queue
Suricata was displaying an invalid queue number as the value is
shift at the moment of its assignement.
commit 7f68a255357a00355566c66fb381caceab14209b
Author: Eric Leblond <eric at regit.org>
Date: Sat Sep 6 11:46:21 2014 +0200
suricatasc: add -c flag to run command
Add -c flag to run command given as argument and return the raw
JSON result. For example, it is possible to run something like.
$ suricatasc -c "iface-stat eth0"
{'message': {'pkts': 17838352, 'drop': 0, 'invalid-checksums': 1}, 'return': 'OK'}
commit 1b9cc036530f2ba66ce6629c4cb86b4528f1027f
Author: Eric Leblond <eric at regit.org>
Date: Sat Sep 6 11:37:20 2014 +0200
suricatasc: factorize command parsing
-----------------------------------------------------------------------
Summary of changes:
scripts/suricatasc/src/suricatasc.py | 92 +++++++++++++--------------
scripts/suricatasc/suricatasc.in | 8 +++
src/detect-engine-state.c | 13 ++--
src/detect-lua.c | 115 ++++++++++++++++++++++++++++++++++
src/detect-tls.c | 2 +-
src/source-nfq.c | 2 +-
6 files changed, 176 insertions(+), 56 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list