Download List

프로젝트 설명

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.

System Requirements

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.

2004-04-19 06:03 Back to release list
0.5

__pcapnav_trace_find_packet_at_offset에서 버그 ()는 잘립니다 추적 파일의 경우에서 처음 수정되었습니다 무한 루프를 실행할 수있습니다. 타임 스탬프 파일을 추적에 마지막으로 패킷이 실제로 두 번째 마지막 파일의 타임 스탬프를했습니다 보도했다. pcapnav_dump_open () 함수, 이는 기존 추적 파일을 추가한 새로운 패킷, 패킷이 잘리고 마지막 파일을 포함하도록 사용될 수있다이 추가되었습니다.
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.

Project Resources