[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta2-54-ge586644
OISF Git
noreply at openinfosecfoundation.org
Tue Dec 16 10:31:02 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 e586644c254a5b2b71e5e3dd847c7fd7ea264352 (commit)
via 68f43ffffb6f964042234cc0d5fffef5d94287cd (commit)
via 496200dd08e20ecdc2ac2b8657587af417c86d58 (commit)
via 4e04cd2d1be85cbd41c34ea922302121d05d55c9 (commit)
via 0bdf494b544cbc45bbc571ceefe83f750c9b3ef7 (commit)
via bacbe113d0d91251835dab3bb4e0bda01fa04bc5 (commit)
via bfc871ce852c8942160feb8c1c3641ba04e7c9aa (commit)
via 83d9834e776e5fdd9f1df6e17e5c8b0517cd5184 (commit)
from e564ac77fdefa2229724e123e10d6c9822f18482 (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 e586644c254a5b2b71e5e3dd847c7fd7ea264352
Author: Duarte Silva <development at serializing.me>
Date: Fri Dec 12 18:21:24 2014 +0000
Fix and improvements
- Added/removed missing/superfluous util-memrchr.h include
- Improved the extraction of a IP from the XFF chain of IPs
commit 68f43ffffb6f964042234cc0d5fffef5d94287cd
Author: Duarte Silva <development at serializing.me>
Date: Fri Dec 5 15:59:05 2014 +0000
Implemented the diferent behaviour depending on the proxy deployment
- In forward deployment mode the first IP will be returned
- In reverse deployment mode the last IP will be retuned
commit 496200dd08e20ecdc2ac2b8657587af417c86d58
Author: Duarte Silva <development at serializing.me>
Date: Fri Dec 5 15:52:16 2014 +0000
Prepared everything for the proxy deployment configuration
- Added the suricata.yaml configurations and updated the comments
- Renamed the field in the configuration structure to something generic
- Added two new constants and the warning codes
commit 4e04cd2d1be85cbd41c34ea922302121d05d55c9
Author: Duarte Silva <development at serializing.me>
Date: Fri Dec 5 15:40:58 2014 +0000
Adding XFF support to EVE alert output
- Created app-layer-htp-xff.c and app-layer-htp-xff.h
- Added entries in the Makefile.am
- Added the necessary configuration options to EVE alert section
- Updated Unified2 XFF configuration comments and removed unnecessary whitespace
- Created a generic function to parse the configuration
- Release the flow locks sooner and remove debug logging
- Added XFF support to EVE alert output
commit 0bdf494b544cbc45bbc571ceefe83f750c9b3ef7
Author: DIALLO David <diallo at et.esiea.fr>
Date: Mon Dec 15 17:53:34 2014 +0100
fix Cygwin build fails: array subscript has type char
commit bacbe113d0d91251835dab3bb4e0bda01fa04bc5
Author: DIALLO David <diallo at et.esiea.fr>
Date: Mon Dec 15 17:37:04 2014 +0100
Add a warning in Modbus section of YAML file to remind user to modify stream depth (unlimited)
commit bfc871ce852c8942160feb8c1c3641ba04e7c9aa
Author: DIALLO David <diallo at et.esiea.fr>
Date: Mon Dec 15 16:51:11 2014 +0100
Update AppLayerProtoDetectPrintProbingParsers with Modbus protocol
commit 83d9834e776e5fdd9f1df6e17e5c8b0517cd5184
Author: DIALLO David <diallo at et.esiea.fr>
Date: Mon Dec 15 16:45:39 2014 +0100
fix CID 1257762: Logically dead code(DEADCODE)
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/alert-unified2-alert.c | 283 ++++++++++++++----------------------------
src/app-layer-detect-proto.c | 4 +
src/app-layer-htp-xff.c | 196 +++++++++++++++++++++++++++++
src/app-layer-htp-xff.h | 52 ++++++++
src/app-layer-modbus.c | 2 +-
src/detect-modbus.c | 2 +-
src/output-json-alert.c | 67 +++++++++-
src/util-error.c | 1 +
src/util-error.h | 1 +
suricata.yaml.in | 44 +++++--
11 files changed, 446 insertions(+), 207 deletions(-)
create mode 100644 src/app-layer-htp-xff.c
create mode 100644 src/app-layer-htp-xff.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list