[Oisf-devel] [COMMIT] OISF branch, master-3.1.x, updated. suricata-3.1.2-31-g8f085e4
OISF Git
noreply at openinfosecfoundation.org
Tue Nov 1 09:09:19 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-3.1.x has been updated
via 8f085e4b8cb4d6c022a958ce7e0273a1227fb304 (commit)
via 90276f0fa7ab6966f9c1e371d997feac9c287d8d (commit)
via d35613ff4a443af41a030f585f1135a01d2270e4 (commit)
via 3973dd58ba5988915e003cd70bf424a4f532373e (commit)
via e62b3c632ee2c5df9c6ee57baae4485da3a5f405 (commit)
via db490228b90f5b5f7cf9a5c233b24cd7bae462ba (commit)
via 88559b9d601404cdea86ca7706321e1d7b2c8344 (commit)
via 79cafc548f0e4c56ae79ec8f2ae1e8769134f42b (commit)
via 3bac2525953291749f0662f477ba3e3908c5bb6a (commit)
via 8c13d38511a3f9c3e9d950085e19b2228946dca7 (commit)
from 06bdd337e7460158ff79d27b71eefa8b893db6b7 (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 8f085e4b8cb4d6c022a958ce7e0273a1227fb304
Author: Victor Julien <victor at inliniac.net>
Date: Mon Oct 31 11:14:41 2016 +0100
eve: make payload printing in alerts more robust
commit 90276f0fa7ab6966f9c1e371d997feac9c287d8d
Author: fooinha <fooinha at gmail.com>
Date: Mon Oct 24 15:52:06 2016 +0000
eve: check redis reply in non pipeline mode
We may lose the reply if disconnection happens.
Reconnection is needed.
commit d35613ff4a443af41a030f585f1135a01d2270e4
Author: Jason Ish <ish at unx.ca>
Date: Wed Oct 26 15:34:43 2016 -0600
fast-pattern: fix tls_sni
Use all 32 arguments in call to SigMatchGetLastSMFromLists
Was preventing fast_pattern from being applied to tls_sni:
https://redmine.openinfosecfoundation.org/issues/1941
commit 3973dd58ba5988915e003cd70bf424a4f532373e
Author: Jason Ish <ish at unx.ca>
Date: Tue Oct 25 14:56:09 2016 -0600
dns: use new unittest macros
commit e62b3c632ee2c5df9c6ee57baae4485da3a5f405
Author: Jason Ish <ish at unx.ca>
Date: Tue Oct 25 00:13:07 2016 -0600
dns: support back to back requests without a response
Address the issue where a DNS response would not be logged when
the traffic is like:
- Request 1
- Request 2
- Response 1
- Response 2
which can happen on dual stack machines where the request for A
and AAAA are sent out at the same time on the same UDP "session".
A "window" is used to set the maximum number of outstanding
responses before considering the olders lost.
commit db490228b90f5b5f7cf9a5c233b24cd7bae462ba
Author: Jason Ish <ish at unx.ca>
Date: Wed Oct 26 09:48:42 2016 -0600
tcp dns: unit test for multi-request buffer
commit 88559b9d601404cdea86ca7706321e1d7b2c8344
Author: Jason Ish <ish at unx.ca>
Date: Tue Oct 25 14:13:31 2016 -0600
tcp dns: fix advancement to next request in buffer
The advancement through the buffer was not taking into account
the size of the length field resulting in the second request
being detected as bad data.
commit 79cafc548f0e4c56ae79ec8f2ae1e8769134f42b
Author: Victor Julien <victor at inliniac.net>
Date: Tue Oct 25 20:58:53 2016 +0200
multi-tenants: fix minor memleak
commit 3bac2525953291749f0662f477ba3e3908c5bb6a
Author: Victor Julien <victor at inliniac.net>
Date: Wed Oct 26 10:34:28 2016 +0200
detect: suppress debug message for reloads
commit 8c13d38511a3f9c3e9d950085e19b2228946dca7
Author: Victor Julien <victor at inliniac.net>
Date: Tue Oct 25 14:25:55 2016 +0200
nfq_set_mask: don't set mark on tunnel pkts
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-dns-common.c | 25 ++--
src/app-layer-dns-common.h | 7 +
src/app-layer-dns-tcp.c | 149 +++++++++++++++++++++-
src/app-layer-dns-udp.c | 309 ++++++++++++++++++++++++++++++++++++++-------
src/detect-engine-loader.c | 1 +
src/detect-engine.c | 4 +-
src/detect-fast-pattern.c | 2 +-
src/detect-mark.c | 11 +-
src/output-json-alert.c | 6 +-
src/util-logopenfile.c | 33 +++--
10 files changed, 458 insertions(+), 89 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list