libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.0-44-g2217eb4

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Thu Feb 17 17:57:27 CET 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 "libnetfilter_conntrack".

The branch, master has been updated
       via  2217eb4c53a54eabbc09e043209181c483e2eace (commit)
      from  c2ddcf3225edcc13699131820f90b063161ff2ca (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 2217eb4c53a54eabbc09e043209181c483e2eace
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sat Oct 23 17:35:57 2010 +0200

    conntrack: add timestamp support
    
    This patch adds the connection tracking extension that allows
    conntrack timestamping.
    
    This requires a Linux kernel >= 2.6.38.
    
    We have now 65 attributes, we need 96 bits to store what attributes
    are set in the objects.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 include/internal/internal.h                        |    4 +
 include/internal/object.h                          |    8 +-
 .../libnetfilter_conntrack.h                       |    5 +
 .../linux_nfnetlink_conntrack.h                    |    9 ++
 src/conntrack/api.c                                |   16 ++-
 src/conntrack/copy.c                               |   14 ++
 src/conntrack/getter.c                             |   12 ++
 src/conntrack/parse.c                              |   23 +++
 src/conntrack/setter.c                             |    2 +
 src/conntrack/snprintf_default.c                   |   56 +++++++
 src/conntrack/snprintf_xml.c                       |  151 ++++++++++++++++---
 utils/conntrack_dump.c                             |    2 +-
 utils/conntrack_events.c                           |    2 +-
 13 files changed, 276 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list