|
About:
libpcapnav is a libpcap wrapper library that allows navigation to
arbitrary locations in a tcpdump trace file between reads. The API is
intentionally much like that of the pcap library. You can navigate in
trace files both in time and space. You can jump to a packet which is
at approximately 2/3 of the trace, or you can jump as closely as
possible to a packet with a given timestamp, and then read packets
from there. In addition, the API provides convenience functions for
manipulating timeval structures.
Release focus: Minor feature enhancements
Changes:
This release provides a better pcapnav_goto_offset(): the user now has more fine-grained control where acceptable offsets for valid packets are located.
Author:
Christian Kreibich [contact developer]
Homepage:
http://netdude.sf.net
Tar/GZ:
http://downloads.sourceforge.net/netdude/libpcapnav-0.8.tar.gz
Changelog:
http://netdude.sourceforge.net/changelog.php?module=pcapnav
RPM package:
http://downloads.sourceforge.net/netdude/libpcapnav-0.8-1.i386.rpm
Mailing list archive:
http://lists.sourceforge.net/lists/listinfo/netdude-help
Trove categories:
[change]
Dependencies:
[change]
libpcap (required)
[download links]
|