Télécharger la liste

Description du projet

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.

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.

2002-10-20 08:12
0.23

Cette version comporte une autotools basés sur GNU construire, certaines nouvelles fonctionnalités dans l'API, des corrections de bogues majeurs, et la libération de rtdump, qui est une modification liée à tcpdump librpcap pour la capture des paquets à distance.
Tags: Development, Major feature enhancements
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.

2002-02-10 23:46
0.21

Un bogue dans l'exemple de code client accroché le programme de test. Cela a maintenant été corrigée. En outre, RPCAP nécessite l'installation de fichiers en-tête supplémentaires et de libpcap dans le répertoire / usr / hiérarchie locale de la bibliothèque du client à construire. Cette exigence a été clairement expliqué, ainsi que les modalités construire la documentation a été mise à jour dans le fichier INSTALL.
Tags: Development, Major bugfixes
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.

2002-02-08 09:01
0.2

Ajout de pcap_stats et pcap_close et les implémentations complètes de pcap_lookupdev et pcap_lookupnet. Toutes les fonctionnalités disponibles a été testé et fonctionne, et mises à jour ont été apportées à la documentation et le programme exemple.
Tags: Development, Major feature enhancements
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.

2002-02-03 18:27
0.1

Tous les dispositifs actuellement mis en œuvre sont efficaces.
Tags: Development, Initial freshmeat announcement
All of the currently implemented features are working.

Project Resources