Télécharger la liste

Description du projet

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.

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.

2007-06-07 12:05
0.8

Cette version introduit le support de fichier grandes et mieux construire l'appui sur OS X.
Tags: Minor feature enhancements
This release introduces large file support and better build support on OS X.

2006-02-15 17:04
0.7

Architectures 64 bits sont maintenant supportés. Un pcapnav_timeval_init nouvelle API () a été ajoutée. Pcapnav_timeval_add / sub () peut désormais être appelé en toute sécurité avec l'un des arguments d'entrée de l'argument de sortie. pcapnav_dump_open () avait rompu aux contrôles de compatibilité linklayer, qui sont maintenant résolus.
Tags: Major feature enhancements
64-bit architectures are now supported. A new API
pcapnav_timeval_init() has been added.
pcapnav_timeval_add/sub() can now safely be called
with one of the input arguments as output
argument. pcapnav_dump_open() had broken linklayer
compatibility checks, which are now fixed.

2005-05-04 23:30
0.6

Cette version inclut un certain nombre de corrections de bugs et améliorations de robustesse.
Tags: Minor bugfixes
This release includes a number of bugfixes and robustness improvements.

2004-04-19 06:03
0.5

Un bogue dans __pcapnav_trace_find_packet_at_offset () qui pourrait provoquer une boucle infinie dans le cas des fichiers de trace tronquée a été fixée. L'horodatage rapportés pour le dernier paquet dans le fichier de trace est effectivement l'horodatage du fichier de l'avant-dernier. Un pcapnav_dump_open () a été ajouté, ce qui peut être utilisé sur les fichiers de trace existante pour permettre l'ajout de nouveaux paquetages, y compris les fichiers avec un dernier paquet tronqué.
Tags: Major feature enhancements
A bug in __pcapnav_trace_find_packet_at_offset() that
could trigger infinite looping in case of truncated trace files
was fixed. The timestamp reported for the last packet in
the trace file was actually the timestamp of the second-
last file. A pcapnav_dump_open() function was added,
which can be used on existing trace files to allow
appending new packets, including files with a truncated
last packet.

2003-11-11 19:04
0.4

Cette version fournit une pcapnav_goto_offset (meilleure): l'utilisateur a maintenant plus de finesse de contrôle où les compensations acceptables pour les paquets en cours de validité sont situés.
Tags: Minor feature enhancements
This release provides a better pcapnav_goto_offset(): the user now has more fine-grained control where acceptable offsets for valid packets are located.

Project Resources