Download List

Descripción del Proyecto

Netwib provides most functions needed by network programs. Its objective is to let programmers
easily create network programs. This library
provides features for Ethernet, IPv4, IPv6, UDP, TCP, ICMP, ARP, and RARP protocols. It supports
spoofing, sniffing, client, and server creation.
Furthermore, netwib contains high level functions
dealing with data handling.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-15 07:11
5.38.0

Esta versión incluye el netwib__debug_ctrlc_pressed_break () para encontrar fugas de memoria en modo de depuración. Limita el número de directorios recursivo que se puede crear a 100.
This release adds netwib__debug_ctrlc_pressed_break() to find memory leaks in debug mode. It limits the number of recursive directories that can be created to 100.

2009-12-20 09:27
5.37

La licencia ha cambiado de GPLv2 a GPLv3. GCC 4.3 advertencias acerca de las funciones utilizadas son reprimidas.
The licence was changed from GPLv2 to GPLv3. gcc 4.3 warnings about unused functions are suppressed.

2006-10-06 23:37
5.35

Una pérdida de memoria en netwib_dir_init () se ha fijado. Algunas funciones netwib_buf fueron renombrados. Una nueva bandera fue creada para borrar la memoria de los topes sensibles. Un intérprete de comandos bash con un TTY y readline se puede establecer en un netwib_io. El netwib_hash_ctl_get_count función () se ha creado.
Tags: Major feature enhancements
A memory leak in netwib_dir_init() was fixed. Some netwib_buf functions were renamed. A new flag was created to wipe memory of sensitive buffers. A bash shell with a TTY and readline can be set in a netwib_io. The netwib_hash_ctl_get_count() function was created.

2006-04-06 16:12
5.34

Apoyo para Tru64 Unix fue añadido. Durante la compilación de la biblioteca dinámica libnetwib.so, GCCLIB faltaba.
Tags: Major feature enhancements
Support for Tru64 Unix was added. During
compilation of the libnetwib.so dynamic library,
GCCLIB was missing.

2005-12-21 13:21
5.33

El uint64 módulo fue reescrito para tener común define el apoyo a 64 y 32 bit.
Tags: Minor feature enhancements
The uint64 module was rewritten to have common
defines supporting 64 and 32 bit processors.

Project Resources