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.

2007-06-07 12:05
0.8

이 릴리스의 대용량 파일 지원 및 더 나은 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

64 비트 아키텍처를 이제 지원됩니다. 새로운 API pcapnav_timeval_init ()이 추가되었습니다. pcapnav_timeval_add / 하위 () 지금은 안전하게이라고도 할 수있는 하나의 출력 인자로 입력 인자 중. pcapnav_dump_open ()이 지금은 고정 linklayer 호환성 검사, 깨진했다.
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

이 릴리스 버그수정 및 견고성이 향상의 숫자가 포함되어있습니다.
Tags: Minor bugfixes
This release includes a number of bugfixes and robustness improvements.

2004-04-19 06:03
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.

2003-11-11 19:04
0.4

이 릴리스에는 더 나은 pcapnav_goto_offset 제공 () : 사용자가 지금은 더 좋아했습니다 - 그레인 컨트롤을 어디에 유효한 패킷에 대한 허용 오프셋 위치하고있습니다.
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