Changes for version 0.91 - 2008-12-07
- new: Net::Libdnet::Intf methods now return a Net::Libdnet::Entry::Intf object
- new: Net::Libdnet::Intf now also has getSrcIntfFromDst(), getSrcIpFromDst()
- update: constants renamed to be prefixed with DNET_
Modules
binding for Dug Song's libdnet
high level API to access libdnet arp_* functions
Intf Entry object
high level API to access libdnet eth_* functions
high level API to access libdnet fw_* functions
high level API to access libdnet intf_* functions
high level API to access libdnet ip_* functions
high level API to access libdnet route_* functions
high level API to access libdnet tun_* functions
Examples
- examples/arp-add.pl
- examples/arp-delete.pl
- examples/arp-get.pl
- examples/arp-list.pl
- examples/eth-send.pl
- examples/fw-add.pl
- examples/fw-delete.pl
- examples/fw-list.pl
- examples/intf-get-dst.pl
- examples/intf-get-src.pl
- examples/intf-get.pl
- examples/intf-list.pl
- examples/ip-send.pl
- examples/route-get.pl
- examples/route-list.pl
- examples/tun-open.pl