Downloadliste

Projektbeschreibung

tcpick is a textmode sniffer that can track TCP streams
and saves the data captured in files or displays them in
the terminal. It is useful for picking files in a passive way.
It can store all connections in different files, or it can
display all the stream on the terminal (using colors too).

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.

2004-04-08 22:47 Zurück zur Release-Liste
0.1.22

Diese Version enthält einige Bugfixes, darunter wichtige Veränderungen in den Funktionen, die die Dump-Dateien zu schreiben. Nun Dateien in "eröffnet append"-Modus und Daten werden mit Hilfe der schriftlichen fwrite ()-Funktion. Eine große Änderung ist, dass Daten erfasst direkt in den Dateien gespeichert werden, ohne die Zuweisung Heap-Funktionen (zB malloc und calloc). Auf diese Weise viel weniger Speicher verwendet.
Tags: Major bugfixes
This version features some bugfixes, including important changes in the functions that write the dump to files. Now files are opened in "append" mode and data are written using the fwrite() function. A big change is that data captured are stored directly in files, without using heap allocating functions (i.e. malloc and calloc). This way much less memory will be used.

Project Resources