Télécharger la liste

Description du projet

libnetdude is the packet manipulation backend of
the Netdude trace file editing framework. It
allows you to perform trace file manipulations at
a much higher level of abstraction than code
written directly for the pcap interface. It also
supports plugins (dynamically loaded libraries)
that can essentially do whatever the programmer
desires. When developers write their packet
manipulation code as libnetdude plugins, this
instantly allows other developers to use their
tools. It provides data types and APIs for the
most common situations when dealing with libpcap
trace files: trace files of arbitrary size,
packets, network protocols, packet iterators, and
packet filters, just to name a few.

Système requise

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-03-16 22:03
0.12

Cette version corrige des problèmes de compatibilité 64-bit et fournit des mises à jour pour les versions récentes de libtool. Mise à jour est recommandée.
This release fixes 64-bit compatibility issues and provides updates for recent libtool versions. Updating is recommended.

2008-09-02 02:43
0.11

Ce communiqué ajoute le support des VLAN-tagged packets. Il corrige un petit nombre de bugs dans la gestion de l'espace inutilisé dans les paquets.
Tags: Minor feature enhancements
This release adds support for VLAN-tagged packets. It fixes a small number of bugs in the handling of unused space in packets.

2007-06-25 00:37
0.10a

Ce communiqué se chargera d'initialiser les données du paquet nouveau lorsque les caplen est augmentée.
Tags: Minor bugfixes
This release will initialize the new packet data when the caplen is increased.

2007-06-07 12:05
0.10

Redimensionnement de paquets est désormais prise en charge intelligente (ie, pertinentes mises à jour de paquets en-tête sont effectués automatiquement). Un certain nombre de fonctions pratiques ont été ajoutés. Bugs in libnd_packet_fix () ainsi que le plugin ChecksumFix ont été fixés. The Run () Hook dans les greffons en fonction retourne maintenant un code d'erreur, qui lndtool passe correctement jusqu'à la ligne de commande.
Tags: Minor feature enhancements
Resizing of packets is now supported intelligently (i.e., relevant packet header updates are performed automatically). A number of convenience functions were added. Bugs in libnd_packet_fix() as well as the ChecksumFix plugin were fixed. The run() hook in feature plugins now returns an error code, which lndtool properly passes through to the command line.

2006-11-17 08:50
0.9

Tags: Minor feature enhancements

Project Resources