[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-52-g2f7717a

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Feb 16 10:47:20 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  2f7717a1a769da93e07ed410941d288c9556d0f1 (commit)
       via  e682796d035c6e272e9d5fbc952276eeb2d5a9fe (commit)
       via  603d4a719ac39f418e59fbfb0563fb2ed1a8b303 (commit)
      from  d1d5507679d329d54b24bfdd9f9d818f340ebb04 (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 2f7717a1a769da93e07ed410941d288c9556d0f1
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Feb 15 22:57:34 2012 +0530

    delete detect-recursive.[ch]

commit e682796d035c6e272e9d5fbc952276eeb2d5a9fe
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Feb 15 19:16:34 2012 +0530

    feature #414 - support listing supported keywords. Remove support for dummy keywords __address__, __proto__, __port__. Remove support for recursive keyword and all references to it

commit 603d4a719ac39f418e59fbfb0563fb2ed1a8b303
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Feb 15 20:48:07 2012 +0530

    remove det_ctx->payload_offset and use det_ctx->buffer_offset. Update hscd and hsmd to use the new generic content inspection engine

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

Summary of changes:
 src/Makefile.am                        |    1 -
 src/detect-byte-extract.c              |   10 +-
 src/detect-bytejump.c                  |   12 +-
 src/detect-bytetest.c                  |    8 +-
 src/detect-engine-address.c            |   11 --
 src/detect-engine-address.h            |    3 +
 src/detect-engine-content-inspection.c |   55 +++++-
 src/detect-engine-content-inspection.h |    2 +
 src/detect-engine-dcepayload.c         |    4 +-
 src/detect-engine-hcbd.c               |    4 +
 src/detect-engine-hcd.c                |    4 +
 src/detect-engine-hhd.c                |    4 +
 src/detect-engine-hmd.c                |    4 +
 src/detect-engine-hrhd.c               |    3 +
 src/detect-engine-hrud.c               |    2 +-
 src/detect-engine-hsbd.c               |    4 +
 src/detect-engine-hscd.c               |  296 +-------------------------------
 src/detect-engine-hsmd.c               |  296 +-------------------------------
 src/detect-engine-payload.c            |    4 +-
 src/detect-engine-port.c               |   11 --
 src/detect-engine-port.h               |    4 +-
 src/detect-engine-proto.c              |   15 --
 src/detect-engine-proto.h              |    3 +-
 src/detect-engine-uri.c                |    2 +-
 src/detect-pcre.c                      |   51 ++----
 src/detect-recursive.c                 |   58 ------
 src/detect-recursive.h                 |   31 ----
 src/detect.c                           |   40 +++--
 src/detect.h                           |   62 +++-----
 src/suricata.c                         |   21 ++-
 30 files changed, 191 insertions(+), 834 deletions(-)
 delete mode 100644 src/detect-recursive.c
 delete mode 100644 src/detect-recursive.h


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list