libnetdude 0.11 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libnetdude 0.11 (Default branch)
# 1  
Old 09-01-2008
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.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TRACE(1)						    BSD General Commands Manual 						  TRACE(1)

NAME
trace -- configure and record kernel trace events SYNOPSIS
trace -h trace -i [-b numbufs] trace -g trace -d [-a pid | -x pid] trace -r trace -n trace -e [-c class [-p class] [-s subclass]] [-a pid | -x pid] [-k code | -k code | -k code | -k code] trace -E [-c class [-p class] [-s subclass]] [-a pid | -x pid] [-k code | -k code | -k code | -k code] executable_path [optional args to executable] trace -t [-R rawfile] [-o OutputFilename] [-N] [ExtraCodeFilename1 ExtraCodeFilename2 ...] DESCRIPTION
The trace command allows developers to initialize and configure the kernel trace subsystem. Trace events can be recorded to an in-memory buf- fer, or logged directly to a file. Raw data files can later be decoded to a plaintext format. SEE ALSO
fs_usage(1), sc_usage(1), latency(1), top(1) Mac OS X October 28, 2010 Mac OS X