[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta2-67-g9b736b6

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Jan 13 11:01:51 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  9b736b6b9e4cf0e18041dcc26ffce95df708f55c (commit)
       via  2047e72cbeabd5304ebae8381aed40f8b162f7d3 (commit)
       via  e1e2ebe2da3dc656fc9ac3a0b6c2dd63c00f4c17 (commit)
       via  a9bf9394410e452935d11cfa385dcfa0aa7c26ea (commit)
       via  b2d420bed4f7ca9cf62154cc71dd446d306a19fd (commit)
      from  bc29684df42d3e0fd2339dfa54dd0f0203ecd752 (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 9b736b6b9e4cf0e18041dcc26ffce95df708f55c
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Dec 12 13:12:13 2013 +0100

    dns: tag each tx we get a reply for as replied
    
    Also, detect and print when server says recursion is desired.

commit 2047e72cbeabd5304ebae8381aed40f8b162f7d3
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Dec 7 11:41:45 2013 +0100

    DNS: don't store duplicate queries
    
    When an exact duplicate DNS query is received, don't store it in the
    tx.

commit e1e2ebe2da3dc656fc9ac3a0b6c2dd63c00f4c17
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Dec 7 11:29:22 2013 +0100

    memcmp: convert all pointer arguments to be const pointers, like memcmp itself uses.

commit a9bf9394410e452935d11cfa385dcfa0aa7c26ea
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Dec 6 14:43:15 2013 +0100

    dns log: cleanups

commit b2d420bed4f7ca9cf62154cc71dd446d306a19fd
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 10 13:02:19 2014 +0100

    app-layer: API calls to check for TX aware proto
    
    Introduce AppLayerParserProtocolIsTxAware which returns 1 if protocol
    is Tx aware, 0 if not.

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

Summary of changes:
 src/app-layer-dns-common.c |   36 ++++++++++++++++++++--
 src/app-layer-dns-common.h |    1 +
 src/app-layer-dns-tcp.c    |   17 ++++++++++
 src/app-layer-dns-udp.c    |   14 ++++++--
 src/app-layer-parser.c     |    8 +++++
 src/app-layer-parser.h     |    1 +
 src/log-dnslog.c           |   73 ++++++++++++++++++++-----------------------
 src/log-dnslog.h           |    3 --
 src/util-memcmp.h          |   22 ++++++------
 9 files changed, 116 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list