[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0rc1-6-ga97662e
OISF Git
noreply at openinfosecfoundation.org
Thu Feb 13 17:04:07 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 a97662e08c7e9a49011a7661297acc96ad3c324e (commit)
via ab10c0a099599ae40e9060c063c8b33c7d189bc5 (commit)
via ec4288f7c2f7f73204b60d29b932dd5f2ef8b97b (commit)
via ad51a57b91815c2d131ae713dcc49b2901d60cdd (commit)
via df10559d80dab7320d9df07246261396334158cb (commit)
via d2a6b61d7611577738ab3d8ffeeff449f98b57ca (commit)
from 2421da6eec853eeadf11abb2bf30afd980736742 (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 a97662e08c7e9a49011a7661297acc96ad3c324e
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 13 15:53:08 2014 +0100
dns: if no (valid) config is found, use defaults
This patch will set up probing parsers if no (valid) config is
found.
Add a warning in those cases.
commit ab10c0a099599ae40e9060c063c8b33c7d189bc5
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 13 15:48:35 2014 +0100
app-layer: tell pp registrar if config was found
The probing parser registration function
AppLayerProtoDetectPPParseConfPorts was a void, meaning it would
give no feedback to the registering protocol implementation. If a
config was missing, it would just give up.
This patch changes it to return a bool. 0 if no config was found,
1 if a config was found.
This allows the caller to setup a default case.
commit ec4288f7c2f7f73204b60d29b932dd5f2ef8b97b
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 13 15:15:53 2014 +0100
dns yaml: fix detect ports of tcp relying on udp
The probing parser detection ports yaml settings of the TCP part
of the DNS parser accidentally used udp as protocol string, causing
the wrong part of the YAML to be evaluated.
commit ad51a57b91815c2d131ae713dcc49b2901d60cdd
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 13 15:02:57 2014 +0100
app-layer-event: make error reporting more clear
If the protocol is disabled, app-layer-event would print a cryptic
error message. This patch makes sure we inform the user the protocol
is in fact disabled.
commit df10559d80dab7320d9df07246261396334158cb
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 13 14:41:54 2014 +0100
dns: fix message of decoder rule 2240008
The message now reflects that the rule matches on:
app-layer-event:dns.state_memcap_reached;
commit d2a6b61d7611577738ab3d8ffeeff449f98b57ca
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 13 14:36:45 2014 +0100
yaml: add and comment missing dns settings
DNS memcap settings "global-memcap" and "state-memcap" were missing.
Additionally, add request-flood setting.
-----------------------------------------------------------------------
Summary of changes:
rules/dns-events.rules | 2 +-
src/app-layer-detect-proto.c | 6 ++++--
src/app-layer-detect-proto.h | 5 ++++-
src/app-layer-dns-tcp.c | 11 ++++++++++-
src/app-layer-dns-udp.c | 11 ++++++++++-
src/detect-app-layer-event.c | 7 +++----
suricata.yaml.in | 8 ++++++++
7 files changed, 40 insertions(+), 10 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list