libnetdude 0.11 (Default branch)

libnetdude is the packet manipulation backend ofthe Netdude trace file editing framework. Itallows you to perform trace file manipulations ata much higher level of abstraction than codewritten directly for the pcap interface. It alsosupports plugins (dynamically loaded libraries)that can essentially do whatever the programmerdesires. When developers write their packetmanipulation code as libnetdude plugins, thisinstantly allows other developers to use theirtools. It provides data types and APIs for themost common situations when dealing with libpcaptrace files: trace files of arbitrary size,packets, network protocols, packet iterators, andpacket filters, just to name a few. License: BSD License (revised)Changes:
This release adds support for VLAN-tagged packets. It fixes a small number of bugs in the handling of unused space in packets.

More...