[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta3-7-ge30b1bf

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri Nov 16 15:05:19 UTC 2012


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  e30b1bfe64c94ddca9297a549fa02083940c2e60 (commit)
      from  9140aa6ac5aecb8126bdb0670092e4f4f727d859 (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 e30b1bfe64c94ddca9297a549fa02083940c2e60
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Nov 2 17:44:21 2012 +0100

    Simple IP reputation implementation

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am                           |    1 +
 src/decode-ipv4.c                         |    1 +
 src/decode.h                              |   51 ++--
 src/detect-engine-iponly.c                |    9 +-
 src/detect-engine.c                       |    7 +
 src/detect-iprep.c                        |  388 ++++++++++++++++++++++
 src/{detect-pkt-data.h => detect-iprep.h} |   26 ++-
 src/detect.c                              |    2 +
 src/detect.h                              |    4 +
 src/flow-timeout.c                        |    1 +
 src/host-timeout.c                        |    9 +
 src/host.c                                |   13 +-
 src/host.h                                |   21 ++
 src/reputation.c                          |  496 ++++++++++++++++++++++++++++-
 src/reputation.h                          |   14 +
 src/tmqh-packetpool.c                     |    1 +
 src/util-error.c                          |    1 +
 src/util-error.h                          |    1 +
 suricata.yaml.in                          |    5 +
 19 files changed, 1012 insertions(+), 39 deletions(-)
 create mode 100644 src/detect-iprep.c
 copy src/{detect-pkt-data.h => detect-iprep.h} (58%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list