Пакет perl-Net-Libdnet: Информация

    Исходный пакет: perl-Net-Libdnet
    Версия: 0.92-alt1.1
    Собран:  11 ноября 2010 г. 9:03
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: binding for Dug Song's libdnet
    Описание: 
    Net::Libdnet provides a simplified, portable interface to several low-level
    networking routines, including network address manipulation, kernel arp cache
    and route table lookup and manipulation, network firewalling, network interface
    lookup and manipulation, network traffic interception via tunnel interfaces,
    and raw IP packet and Ethernet frame transmission. It is intended to complement
    the functionality provided by libpcap.
    
    All the original and obsolete functions return *undef* and print a warning
    message to the standard error when a problem occurs. The obsolete functions
    are: addr_cmp, addr_bcast, addr_net, arp_add, arp_delete, arp_get, intf_get,
    intf_get_src, intf_get_dst, route_add, route_delete, route_get.
    
    These osbsolete functions will continue to work, to keep backward
    compatibility, but should not be used anymore. The new APIs should be prefered.
    There are two new APIs, one is the low-level one, matching libdnet functions,
    and the other one is a high-level API, matching a more Perl object oriented
    programming. This latest one is highly prefered.
    
    Net::Libdnet module implements the low-level API. The high-level API is
    accessible by using the following modules: Net::Libdnet::Intf,
    Net::Libdnet::Route, Net::Libdnet::Fw, Net::Libdnet::Arp, Net::Libdnet::Eth,
    Net::Libdnet::Ip and Net::Libdnet::Tun.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Net-Libdnet (x86_64, i586)

    Сопровождающий: Denis Smirnov

    Список участников:
    Vladimir Lettiev
    Denis Smirnov

    Права:
    @cpan

      1. perl-Class-Gomor
      2. libdnet-devel
      3. perl-Test-Pod
      4. perl-Test-Pod-Coverage
      5. rpm-build-ruby

    Последнее изменение


    4 ноября 2010 г. Vladimir Lettiev 0.92-alt1.1
    - rebuilt with perl 5.12
    7 ноября 2009 г. Denis Smirnov 0.92-alt1
    - initial build for ALT Linux Sisyphus