diff options
Diffstat (limited to 'net/netwib/pkg-descr')
-rw-r--r-- | net/netwib/pkg-descr | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/net/netwib/pkg-descr b/net/netwib/pkg-descr index c25343d904f7..d9cd9d7a3a30 100644 --- a/net/netwib/pkg-descr +++ b/net/netwib/pkg-descr @@ -1,9 +1,16 @@ -Lcrzo is a network library, for network administrators -and network hackers. Its objective is to easily create network programs. -This library provides network functionnalities for Ethernet, IP, UDP, TCP, -ICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and -server creation. Furthermore, lcrzo contains high level functions dealing -with data storage and handling. Using all these functions, you can quickly -create a network test program. +Netwib is a network library providing : + - network features : + + address conversion + + udp/tcp clients/servers + + packet encoding/decoding/displaying + + spoofing + + sniffing + + etc. + - and general features : + + data conversion + + linked list, hash + + portable threads + + etc. +Using all these functions, a network program can be quickly created. -WWW: http://www.laurentconstantin.com/en/lcrzo/ +WWW: http://www.laurentconstantin.com/en/netw/netwib/ |