2004-08-01 10:56:07 +02:00
|
|
|
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.
|
2002-06-25 12:54:14 +02:00
|
|
|
|
2004-08-01 10:56:07 +02:00
|
|
|
WWW: http://www.laurentconstantin.com/en/netw/netwib/
|