Download List

Projeto Descrição

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 versão adiciona netwib__debug_ctrlc_pressed_break () para localizar vazamentos de memória no modo de depuração. Que limita o número de diretórios recursiva que pode ser criado 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

A licença foi alterada de GPLv2 para a GPLv3. gcc 4,3 advertências sobre as funções utilizadas são suprimidas.
The licence was changed from GPLv2 to GPLv3. gcc 4.3 warnings about unused functions are suppressed.

2006-10-06 23:37
5.35

Uma fuga de memória no netwib_dir_init () foi corrigido. Algumas funções netwib_buf foram renomeados. A nova bandeira foi criado para limpar a memória de buffers sensíveis. Um shell bash com um TTY e readline pode ser definida em uma netwib_io. A função () netwib_hash_ctl_get_count foi criado.
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

Suporte para Tru64 Unix foi adicionado. Durante a compilação da biblioteca libnetwib.so dinâmico, GCCLIB estava faltando.
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

O módulo uint64 foi reescrito para ter comum define apoio a 64 e 32 bit.
Tags: Minor feature enhancements
The uint64 module was rewritten to have common
defines supporting 64 and 32 bit processors.

Project Resources