Download List

專案描述

The RPCAP (Remote Packet CAPture) system for Linux allows the capture of network traffic on a remote system. It is a two component system, with a "server" component running on the remote system, which uses libpcap to capture network packets, and uplink them to the client system. The client side component of rpcap is a library called librpcap, which exposes a subset of the libpcap API. The client and server components use standard Sun RPC communication mechanisms for providing a transparent, libpcap-compatible API for the capture of remote network traffic.

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.

2002-10-20 08:12
0.23

This release features a GNU autotools-based build, some new functionality in the API, major bugfixes, and the release of rtdump, which is a modified tcpdump linked to librpcap for remote packet capture.
標籤: Development, Major feature enhancements

2002-02-10 23:46
0.21

A bug in the client example code hung the test program. This has now been fixed. Also, RPCAP requires the installation of additional header files and of libpcap in the /usr/local hierarchy for the client library to build. This requirement has now been clearly explained, and the detailed build documentation has been updated in the INSTALL file.
標籤: Development, Major bugfixes

2002-02-08 09:01
0.2

Addition of pcap_stats and pcap_close, and completed implementations of pcap_lookupdev and pcap_lookupnet. All the available functionality has been tested and is working, and updates were made to the documentation and example program.
標籤: Development, Major feature enhancements

2002-02-03 18:27
0.1

All of the currently implemented features are working.
標籤: Development, Initial freshmeat announcement

Project Resources