[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.1-28-ged483b4
OISF Git
noreply at openinfosecfoundation.org
Fri Jul 8 11:09:05 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 ed483b4e13c441abac7b1c1ad363e27bcaff3fa7 (commit)
via 01913f6a566f2b60d47f6cee59fa3b323f604a8a (commit)
via f302a6cf8656cd889f6a8dbae342af27a1e9e8ce (commit)
via b73098e990ccc48e8473157ed65c9e1e03cd01f6 (commit)
via 3bb408940fc130caa36d79dd803320b30d439a0b (commit)
via da8f9c1896adfd6146c5a20fb09a315c847e80df (commit)
via 928cb1eba9cd6ee2cef801d1c5c09e5a094e8305 (commit)
via 7501bf744f74ea3072f056d83872c0ca9e492d3c (commit)
via 7581f5129ffea93979fc9cd51c3ac2d07a41f285 (commit)
via ff3baeee90f7f2ea778d06be62bd236f85ed99eb (commit)
via 5e4d071b76f6b2d6397015dc091359ab105e04b9 (commit)
via 3c59d60049aa7f9a6624d77870558ceed9b8df4e (commit)
from 4111331ab067c8e6038cf131eb31b2c8350b3ead (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 ed483b4e13c441abac7b1c1ad363e27bcaff3fa7
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 16:33:20 2016 +0200
output: don't register loggers for disabled protocols
commit 01913f6a566f2b60d47f6cee59fa3b323f604a8a
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 16:21:33 2016 +0200
app-layer: add AppLayerParserIsTxAware
This function globally checks if the protocol is registered and
enabled by testing for the per alproto callback:
StateGetProgressCompletionStatus
This check is to be used before enabling Tx-aware code, like loggers.
commit f302a6cf8656cd889f6a8dbae342af27a1e9e8ce
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 16:08:55 2016 +0200
output: fix debug messages
commit b73098e990ccc48e8473157ed65c9e1e03cd01f6
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 13:48:14 2016 +0200
smb: style fix in log message
commit 3bb408940fc130caa36d79dd803320b30d439a0b
Author: Victor Julien <victor at inliniac.net>
Date: Fri Jul 1 16:03:53 2016 +0200
af-packet: improve threads selection logic
Only use RSS queue count when cluster_qm is used. Only use core count
when cluster_flow is used.
Use a local variable to simplify the check so that we don't have to deal
with the extra flags.
commit da8f9c1896adfd6146c5a20fb09a315c847e80df
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 13:08:02 2016 +0200
lua: add smtp for detection
commit 928cb1eba9cd6ee2cef801d1c5c09e5a094e8305
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 12:58:37 2016 +0200
lua output: expose smtp functions to output scripts
commit 7501bf744f74ea3072f056d83872c0ca9e492d3c
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jul 6 12:57:22 2016 +0200
lua: SMTPGetRcptList use position as key, not value
commit 7581f5129ffea93979fc9cd51c3ac2d07a41f285
Author: tobiass1 <130472 at hig.no>
Date: Tue Jun 14 22:28:50 2016 -0400
Lua: SMTP support; Addresses feature ticket #1775; v5
commit ff3baeee90f7f2ea778d06be62bd236f85ed99eb
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jul 5 16:09:32 2016 +0200
lua: support smtp tx logging
commit 5e4d071b76f6b2d6397015dc091359ab105e04b9
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jul 5 16:00:31 2016 +0200
lua-output: don't crash on script setup error
commit 3c59d60049aa7f9a6624d77870558ceed9b8df4e
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jun 14 14:08:34 2016 +0200
cuda: make sure we don't use cuda in proto detect
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/app-layer-detect-proto.c | 6 +
src/app-layer-parser.c | 9 +
src/app-layer-parser.h | 1 +
src/app-layer-smb.c | 2 +-
src/detect-lua-extensions.c | 2 +
src/detect-lua.c | 10 +-
src/output-file.c | 2 +-
src/output-filedata.c | 2 +-
src/output-lua.c | 15 +-
src/output-streaming.c | 2 +-
src/output-tx.c | 6 +
src/runmode-af-packet.c | 29 ++-
src/util-lua-smtp.c | 374 ++++++++++++++++++++++++++++++++++
src/{output-lua.h => util-lua-smtp.h} | 16 +-
15 files changed, 450 insertions(+), 27 deletions(-)
create mode 100644 src/util-lua-smtp.c
copy src/{output-lua.h => util-lua-smtp.h} (79%)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list