[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.1.1-26-g2eb941f
OISF Git
noreply at openinfosecfoundation.org
Mon Aug 29 21:01:40 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 2eb941f9d9296c6812761c0645b4174a41e806d1 (commit)
via 5c6ffe5653db6a6f423a29891c25fe65397fab24 (commit)
via 0f6c8806a0800974a5680c891ea146fb8e1180d2 (commit)
via 1691c1068166ad351ebb8417bb6fb848ea63ba6d (commit)
via 040660556eb1b4260c4998407baa48409e6f06df (commit)
via 305b1b90fd11b8684dbf85c44da5171abf6c3035 (commit)
via ec0217f52cb060b2b74725cd8fbb7aa03e84342f (commit)
via 7d11af16ef4b007bbd440e8f8446d32dd8b0e988 (commit)
via 0e2ea4e63ba4eb773fb94f16c13df69d2b8b983e (commit)
via b79d9cda3a062cf2ac36e15435c0b03a7659ff69 (commit)
via 199bb3bae3cc40ebb87fb0c8cc21bd7b951be678 (commit)
via cf61472619044a0e961a517c37360d24c047a5e4 (commit)
via e55334fb370629603c8c08a540e2f83e756fc863 (commit)
via a975fdcfeb3816f5dccaea9a2cef212935cf6029 (commit)
via 95015a3f6d0a4a21100e586a1fb19cb9f3206be7 (commit)
from a8da6bbd7137fb5a41cb20c1fc8a230c78b646e4 (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 2eb941f9d9296c6812761c0645b4174a41e806d1
Author: Victor Julien <victor at inliniac.net>
Date: Mon Aug 29 13:17:31 2016 +0200
output dns: fix bit declarations
commit 5c6ffe5653db6a6f423a29891c25fe65397fab24
Author: Victor Julien <victor at inliniac.net>
Date: Mon Aug 29 13:14:51 2016 +0200
common: introduce macro for bit declarations
commit 0f6c8806a0800974a5680c891ea146fb8e1180d2
Author: Tom DeCanio <decanio.tom at gmail.com>
Date: Thu Feb 4 12:19:14 2016 -0800
output-json-dns: dns output filtering.
commit 1691c1068166ad351ebb8417bb6fb848ea63ba6d
Author: Jason Ish <ish at unx.ca>
Date: Tue Aug 23 11:37:42 2016 -0600
eve: make logging of tagged packets optional
But it is enabled in the default configuration.
commit 040660556eb1b4260c4998407baa48409e6f06df
Author: Jason Ish <ish at unx.ca>
Date: Mon Aug 1 14:01:49 2016 -0600
eve: log tag packets as packet events
Create a new eve event type, "packet" for logging packets that
are tagged as part of an event. The packet is still at the top
level to keep it consistent with alert event types.
In addition to the packet being logged, a packet_info object
is created to hold the linktype and any future meta data
we may want to add about the packet.
commit 305b1b90fd11b8684dbf85c44da5171abf6c3035
Author: Victor Julien <victor at inliniac.net>
Date: Thu Jul 14 12:11:02 2016 +0200
detect: minor cleanup
commit ec0217f52cb060b2b74725cd8fbb7aa03e84342f
Author: Victor Julien <victor at inliniac.net>
Date: Fri Aug 19 13:58:07 2016 +0200
detect: minor style fixes
commit 7d11af16ef4b007bbd440e8f8446d32dd8b0e988
Author: Victor Julien <victor at inliniac.net>
Date: Fri Aug 19 12:58:33 2016 +0200
detect: minor debug output cleanup
commit 0e2ea4e63ba4eb773fb94f16c13df69d2b8b983e
Author: Victor Julien <victor at inliniac.net>
Date: Thu Aug 18 09:39:48 2016 +0200
detect: remove unused debug code
commit b79d9cda3a062cf2ac36e15435c0b03a7659ff69
Author: Victor Julien <victor at inliniac.net>
Date: Mon Jul 18 10:50:29 2016 +0200
detect: minor cleanups
commit 199bb3bae3cc40ebb87fb0c8cc21bd7b951be678
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 19:44:54 2016 +0200
stream-tcp: fix ssn returning to wrong thread pool
commit cf61472619044a0e961a517c37360d24c047a5e4
Author: Jason Ish <ish at unx.ca>
Date: Wed Aug 24 10:14:11 2016 -0600
app-layer-dcerpc-udp: style cleanups
- consistent 4 space indent
- cleanup file header
commit e55334fb370629603c8c08a540e2f83e756fc863
Author: Jason Ish <ish at unx.ca>
Date: Wed Aug 24 10:15:55 2016 -0600
detect-flowbits: fix misleading indentation
detect-flowbits.c: In function ‘FlowBitsTestSig02’:
detect-flowbits.c:475:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(error_count == 5)
^~
detect-flowbits.c:478:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
SigGroupBuild(de_ctx);
^~~~~~~~~~~~~
commit a975fdcfeb3816f5dccaea9a2cef212935cf6029
Author: Jason Ish <ish at unx.ca>
Date: Wed Aug 24 10:06:26 2016 -0600
app-layer-dcerpc-udp: fix missleading indentation
app-layer-dcerpc-udp.c: In function ‘DCERPCUDPParserTest01’:
app-layer-dcerpc-udp.c:1105:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (alp_tctx != NULL)
^~
app-layer-dcerpc-udp.c:1107:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
StreamTcpFreeConfig(TRUE);
^~~~~~~~~~~~~~~~~~~
commit 95015a3f6d0a4a21100e586a1fb19cb9f3206be7
Author: Jason Ish <ish at unx.ca>
Date: Sun Aug 14 12:44:51 2016 -0600
decode: support Cisco Fabric Path / DCE
Cisco Fabric Path is ethernet wrapped in an ethernet like header
with 2 extra bytes. The ethernet type is in the same location
so the ethernet decoder can be used with some validation
for the extra length.
-----------------------------------------------------------------------
Summary of changes:
rules/decoder-events.rules | 5 +-
src/app-layer-dcerpc-udp.c | 1795 ++++++++++++++++++++++----------------------
src/decode-ethernet.c | 8 +
src/decode-ethernet.h | 5 +
src/decode-events.c | 3 +
src/decode-events.h | 3 +
src/detect-engine-iponly.c | 2 +-
src/detect-engine-mpm.c | 19 +-
src/detect-flowbits.c | 4 +-
src/detect-parse.c | 13 -
src/detect.c | 26 +-
src/output-json-alert.c | 61 +-
src/output-json-dns.c | 414 +++++++++-
src/stream-tcp.c | 4 +
src/suricata-common.h | 3 +
suricata.yaml.in | 13 +-
16 files changed, 1411 insertions(+), 967 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list