Package ipaudit: Information

    Source package: ipaudit
    Version: 1.0-alt1rc9
    Build time:  Sep 30, 2010, 02:35 AM
    Category: Monitoring
    Report package bug
    License: GPL
    Summary: IPAudit monitors network activity on a network by host, protocol and port.
    Description: 
    IPAUDIT listens to a network device in promiscuis mode, and records
    of every 'connection', each conversation between two ip addresses.  A unique
    connection is determined by the ip addresses of the two machines, the
    protocol used between them and the port numbers (if they are communicating
    via udp or tcp).
    
    It uses a hash table to keep track of the number of bytes and packets
    in both directions.  When IPAUDIT receives a signal SIGTERM (kill)
    or SIGINT (kill -2, usually the same as a Control-C), it stops collecting
    data and write the tabulated results.

    List of rpms provided by this srpm:
    ipaudit (x86_64, i586)

    Maintainer: Ilya Mashkin

    List of contributors:
    Ilya Mashkin
    cray

      1. libpcap-devel

    Last changed


    Sept. 30, 2010 Ilya Mashkin 1.0-alt1rc9
    - 1.0rc9
    - spec cleanup
    - add summary, add url
    May 5, 2004 Andrey Orlov <cray@altlinux.ru> 0.95-alt5
    - Clause "Include <errno.h>" added into suorce;
    March 11, 2004 Andrey Orlov <cray@altlinux.ru> 0.95-alt4
    - Rebuild with new libpcap