Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt 64-Bit-Kompatibilität und bietet Updates für libtool bisherigen Versionen. Update wird empfohlen.
This release fixes 64-bit compatibility issues and provides updates for recent libtool versions. Updating is recommended.

2008-09-02 02:43
0.11

Diese Version bietet Unterstützung für VLAN-Pakete hat. Es behebt eine kleine Zahl von Fehlern bei der Behandlung des nicht verwendeten Speicherplatzes in Paketen.
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

Diese Version wird das neue Paket-Daten zu initialisieren, wenn die Caplen erhöht wird.
Tags: Minor bugfixes
This release will initialize the new packet data when the caplen is increased.

2007-06-07 12:05
0.10

Ändern der Größe der Pakete ist nun intelligent unterstützt (dh relevant sind Paket-Header-Updates automatisch durchgeführt). Eine Reihe von Komfort-Funktionen wurden hinzugefügt. Fehler in libnd_packet_fix () sowie die ChecksumFix Plugin wurden behoben. Die run ()-Funktion Haken in Plugins nun einen Fehlercode zurück, die lndtool ordnungsgemäß durchläuft der Befehlszeile.
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