[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2-56-g187a6f3
OISF Git
noreply at openinfosecfoundation.org
Thu Jan 19 16:27:47 UTC 2017
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 187a6f392c51eb8e07a1d997fff53adabe30f6d7 (commit)
via 19e578a740057a69118149812ed2b240293a9a8e (commit)
via a2d31b5e04674b9b33fb0288cddb9f0c22859d26 (commit)
via b7b9b5b682aebae0faa5dfc2f141e89d0194040e (commit)
via 28c1516be758f835a3ae8d42cb73806667cbd0a3 (commit)
via 5c553736794fdef710b34a9c9dfee06762d95bca (commit)
via ec44585dcad0118036f23486a371ecfc2f1a7912 (commit)
via cb36dee47783b2a7c91fd0b0138dee8bd37354b9 (commit)
via 15f4144edac75c831d0f1ff69c01df3a6f6d9529 (commit)
via fa8cbd87417a58c314a48208cc6986acd56177e7 (commit)
from e9fccfa67c0badc26649593cd8f30a5f8c2e7055 (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 187a6f392c51eb8e07a1d997fff53adabe30f6d7
Author: Alexander Gozman <a.gozman at securitycode.ru>
Date: Thu Jan 19 13:31:38 2017 +0300
Bug #2009: added CAP_NET_ADMIN for PCAP and af-packet modes.
Without this capability suricata is unable to get network
interface's settings.
commit 19e578a740057a69118149812ed2b240293a9a8e
Author: Jason Ish <ish at unx.ca>
Date: Wed Jan 18 23:23:11 2017 -0600
pcap-log: fix pcre_study error check
Code was failing on a NULL return value which can be returned
when there was nothing todo instead of an error. Instead
check the errbuf for a non-NULL value to determine error.
commit a2d31b5e04674b9b33fb0288cddb9f0c22859d26
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jan 17 16:28:49 2017 +0100
doc: napatech formatting fixes
commit b7b9b5b682aebae0faa5dfc2f141e89d0194040e
Author: Victor Julien <victor at inliniac.net>
Date: Tue Jan 17 16:07:37 2017 +0100
doc: add napatech to userguide
commit 28c1516be758f835a3ae8d42cb73806667cbd0a3
Author: Peter Sanders <pas at napatech.com>
Date: Fri Dec 9 15:18:47 2016 -0500
doc: initial Napatech documentation
commit 5c553736794fdef710b34a9c9dfee06762d95bca
Author: Jason Ish <ish at unx.ca>
Date: Wed Jan 18 09:32:23 2017 -0600
app-layer-detect-proto.c: fix indent
A recent commit was outdented by 1 column.
commit ec44585dcad0118036f23486a371ecfc2f1a7912
Author: Jason Ish <ish at unx.ca>
Date: Wed Jan 18 09:30:48 2017 -0600
app-layer - fix secondary probing parser logic
Apply the same logic to pe2 as pe1 for determining which
probe to call. Missed in previous commit.
commit cb36dee47783b2a7c91fd0b0138dee8bd37354b9
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jan 18 15:13:40 2017 +0100
hyperscan: fix minor coverity issue in error path
*** CID 1398951: API usage errors (LOCK)
/src/util-mpm-hs.c: 722 in SCHSPreparePatterns()
716 SCMutexUnlock(&g_db_table_mutex);
717
718 SCHSFreeCompileData(cd);
719 return 0;
720
721 error:
>>> CID 1398951: API usage errors (LOCK)
>>> "pthread_mutex_unlock" unlocks "g_db_table_mutex" while it is unlocked.
722 SCMutexUnlock(&g_db_table_mutex);
723 if (pd) {
724 PatternDatabaseFree(pd);
725 }
726 if (cd) {
commit 15f4144edac75c831d0f1ff69c01df3a6f6d9529
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jan 18 11:37:25 2017 +0100
smb: add tcp/445 to proto detect fallback
commit fa8cbd87417a58c314a48208cc6986acd56177e7
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jan 18 11:36:33 2017 +0100
smb: detect protocol in both directions
-----------------------------------------------------------------------
Summary of changes:
doc/userguide/capture-hardware/index.rst | 1 +
doc/userguide/capture-hardware/napatech.rst | 215 ++++++++++++++++++++++++++++
src/app-layer-detect-proto.c | 26 ++--
src/app-layer-smb.c | 27 ++--
src/log-pcap.c | 2 +-
src/util-mpm-hs.c | 5 +-
src/util-privs.c | 1 +
suricata.yaml.in | 2 +-
8 files changed, 251 insertions(+), 28 deletions(-)
create mode 100644 doc/userguide/capture-hardware/napatech.rst
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list