[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta1-94-g0d15d4f
OISF Git
noreply at openinfosecfoundation.org
Thu Oct 2 09:21:55 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 0d15d4f6c3266494efe1a6d149f8b98d1747afe0 (commit)
via 78c1af6b386f6fe105c78ca97a95a3f157f12425 (commit)
via a01b3339c751fc5cd2f65031fdb7590aad528105 (commit)
via 944276b98871bea501f82f607a730f4652ee2baf (commit)
via 5b9c6d477419fc760959066812a56a37d113e8b5 (commit)
via 2e5292e2293fe95ea5ae50aa624345883b9cfae3 (commit)
via d9c523a332259777f594acb1f3887be5e05f2b7d (commit)
from 4816dcc3d312202af2f7048e2b19b4b1ba24d22f (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 0d15d4f6c3266494efe1a6d149f8b98d1747afe0
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Wed Oct 1 17:33:58 2014 +0200
configure.ac: Moved libpcap before libpfring
Moved the libpcap section in configure.ac before libpfring to
enable libpfring to use the specified libpcap includes and
libraries when testing for libpfring support.
Bug #1294
commit 78c1af6b386f6fe105c78ca97a95a3f157f12425
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Wed Oct 1 16:39:48 2014 +0200
runmode-pfring: Fixed typo s/fron/from/
commit a01b3339c751fc5cd2f65031fdb7590aad528105
Author: Mats Klepsland <mats.klepsland at gmail.com>
Date: Wed Oct 1 16:34:30 2014 +0200
runmode-pfring: Suppress errors when using DNA/ZC
PF_RING DNA/ZC don't use cluster-id and cluster-type. Therefore,
skip setting these values if DNA/ZC is being used.
Bug #1048
commit 944276b98871bea501f82f607a730f4652ee2baf
Author: Victor Julien <victor at inliniac.net>
Date: Wed Sep 24 16:05:27 2014 +0200
lua detect: expose stream payload
Allow a script to set the 'stream' buffer type. This will add the
script to the PMATCH list.
Example script:
alert tcp any any -> any any (content:"html"; lua:stream.lua; sid:1;)
function init (args)
local needs = {}
needs["stream"] = tostring(true)
return needs
end
-- return match via table
function match(args)
local result = {}
b = tostring(args["stream"])
o = tostring(args["offset"])
bo = string.sub(b, o);
print (bo)
return result
end
return 0
commit 5b9c6d477419fc760959066812a56a37d113e8b5
Author: Jason Ish <jason.ish at emulex.com>
Date: Wed Sep 17 11:55:29 2014 -0600
Comment out in the action-order section, as its not needed if
the default configuration is used.
commit 2e5292e2293fe95ea5ae50aa624345883b9cfae3
Author: Jason Ish <jason.ish at emulex.com>
Date: Wed Sep 17 11:52:12 2014 -0600
Don't require an action-order configuration section. If not present,
use the defaults.
commit d9c523a332259777f594acb1f3887be5e05f2b7d
Author: Victor Julien <victor at inliniac.net>
Date: Tue Sep 30 09:56:41 2014 +0200
filestore: fix parsing bug
Filestore keyword can have options or no options, and the parser
was enforcing the NOOPT flag too strictly.
Bug #1288
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 125 ++++++++++++++++++++++++------------------------
src/detect-filestore.c | 2 +-
src/detect-lua.c | 18 +++++--
src/detect-parse.c | 2 +-
src/detect.h | 3 ++
src/runmode-pfring.c | 36 +++++++++++---
src/util-action.c | 43 ++++++++++++++++-
suricata.yaml.in | 10 ++--
8 files changed, 160 insertions(+), 79 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list