[Oisf-devel] [COMMIT] OISF branch, master, updated. b164247fb84d651d81e380c1c5ab0a802217cb2b

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Dec 14 13:52:13 UTC 2011


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  b164247fb84d651d81e380c1c5ab0a802217cb2b (commit)
       via  f514b141ce6529b51551e20d567fd0c02789af1f (commit)
       via  416b463c51be870b685bdb71074dfe2399765573 (commit)
       via  296ce8b5f99e0c1a343d6263f61fc8f2eccd30a4 (commit)
       via  077970051e49ca26a4d0fbcd575609240c6a57f8 (commit)
       via  07e560b137f5f011d050ba515ca98badb97c8885 (commit)
       via  7adac3048de98735f4df07dedd5b37b87dc07c83 (commit)
      from  420befb18035d1a9800a70fd601311758920ae1a (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 b164247fb84d651d81e380c1c5ab0a802217cb2b
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Tue Dec 13 19:52:12 2011 +0530

    Changed my email address to anoopsaldanha at gmail.com from my current one - Should have been an amend over my previous commit, but that commit's pushed out

commit f514b141ce6529b51551e20d567fd0c02789af1f
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Tue Dec 13 21:04:40 2011 +0530

    fix ipv6 header setup in pseudo pkt creation

commit 416b463c51be870b685bdb71074dfe2399765573
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 14 14:38:06 2011 +0100

    file-data: add more unittests

commit 296ce8b5f99e0c1a343d6263f61fc8f2eccd30a4
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 14 14:17:46 2011 +0100

    file-data: make bytejump, bytetest, byteextract and isdataat work better with file_data.

commit 077970051e49ca26a4d0fbcd575609240c6a57f8
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 14 11:02:12 2011 +0100

    file-data: implement relative pcre support.

commit 07e560b137f5f011d050ba515ca98badb97c8885
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 13 17:48:19 2011 +0100

    file-data: initial file_data support
    
    Support file_data for: content, pcre (relative), byte_test, byte_jump,
    byte_extract, isdataat.
    
    File_data support is handled at signature parsing time, all matches
    occurring after the file_data in the rule are converted to http_server_body
    matches.
    
    Content matches relative to the file_data are converted. Within to depth,
    distance to offset. Relative to the start of the body buffer.

commit 7adac3048de98735f4df07dedd5b37b87dc07c83
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 13 14:16:34 2011 +0100

    file-data: create initial keyword registration.

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

Summary of changes:
 src/Makefile.am                        |    1 +
 src/decode-ipv6.h                      |    1 +
 src/detect-byte-extract.c              |  238 ++----
 src/detect-bytejump.c                  |   78 ++-
 src/detect-bytetest.c                  |  214 ++---
 src/detect-content.c                   |  225 ++++++-
 src/detect-distance.c                  |   46 +-
 src/detect-engine-hsbd.c               |  317 ++++++++
 src/detect-file-data.c                 |   79 ++
 src/{log-file.h => detect-file-data.h} |   10 +-
 src/detect-http-server-body.c          | 1379 +++++++++++++++++++++++++++++++-
 src/detect-isdataat.c                  |  154 ++++-
 src/detect-parse.c                     |   26 +
 src/detect-pcre.c                      |  177 ++++-
 src/detect-rawbytes.c                  |    7 +-
 src/detect-within.c                    |   42 +-
 src/detect.c                           |    2 +
 src/detect.h                           |    2 +
 src/stream-tcp.c                       |    9 +-
 src/util-error.c                       |    1 +
 src/util-error.h                       |    1 +
 src/util-mpm-b2g-cuda-kernel.cu        |    2 +-
 22 files changed, 2651 insertions(+), 360 deletions(-)
 create mode 100644 src/detect-file-data.c
 copy src/{log-file.h => detect-file-data.h} (82%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list