Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version verfügt über eine GNU autotools-Basis zu bauen, einige neue Funktionen in der API, wichtige Bugfixes und die Freisetzung von rtdump, die eine modifizierte tcpdump verbunden, der für Remote Paketerfassung librpcap ist.
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

Ein Fehler in der Client-Beispiel-Code hing das Testprogramm. Dies wurde nun behoben. Darüber hinaus verlangt rpcap die Installation einer zusätzlichen Header-Dateien und libpcap im Verzeichnis / usr / local-Hierarchie für die Client-Bibliothek zu bauen. Diese Forderung wurde nun deutlich erklärt, und die Einzelheiten zu bauen Dokumentation wurde in der Datei INSTALL aktualisiert.
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

Zusatz von pcap_stats und pcap_close und abgeschlossen Implementierungen pcap_lookupdev und pcap_lookupnet. Alle verfügbaren Funktionen wurde getestet und funktioniert, und Aktualisierungen wurden in der Dokumentation und Beispiel-Programm gemacht.
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

Alle derzeit implementierten Features arbeiten.
Tags: Development, Initial freshmeat announcement
All of the currently implemented features are working.

Project Resources