Télécharger la liste

Description du projet

Junkie is a real-time packet sniffer and analyzer. It is modular enough to accomplish many different tasks. It can be a helpful companion to the modern network administrator and analyst. Compared to previously available tools, junkie lies in between tcpdump and wireshark. Unlike tcpdump, its purpose is to parse protocols of any depth; unlike wireshark, though, it is designed to analyze traffic in real-time and so cannot parse traffic as exhaustively as wireshark does. In addition, its design encompasses extendability and speed. It has a plug-in system and high-level extension language that eases the development and combination of new functionalities; threaded packet capture and analysis for handling of high bandwidth networks; and a modular architecture to ease the addition of any protocol layer. It is based on libpcap for portability, and well-tested on professional settings.

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.

2012-03-03 08:19
2.0.0

La fonction de poursuite a été remplacée par crochets (avec une compatibilité par crochet de paquets). Cela rend plus facile de suivre le comportement du protocole. Il y a le support pour le codage de transfert mémorisé en bloc de HTTP.
The continuation function has been replaced by hooks (with a compatibility per packet hook). This makes it easier to follow protocol behavior. There is support for HTTP chunked transfer encoding.

2012-02-15 07:35
1.5.0

Compilation des filtres de paquets (beaucoup plus rapide que les filtres tshark, mais avec une syntaxe plus complexe). Cette version peut transférer des informations sur le trafic à un autre junkie du parallélisme plus facile.
Tags: Stable
Compiled packet filters (much faster than tshark filters, but with a somewhat more complex syntax). This release can forward traffic information to another junkie for easier parallelism.

2011-12-24 08:01
1.4.0

Cette version ajoute un serveur HTTP base pour ces malheureux avec des parenthèses. Le plugin de l'écrivain peut maintenant être scripté de guile. Nouvelle connexion suivi ; plus simple, avec moins de bogues. Déduplication des paquets sont maintenant effectué par VLAN et/ou par ifaces (sauf si ceux-ci sont réduits évidemment). Vous pouvez utiliser la même installation de journalisation de guile à partir du c. Il y a un moyen d'envoyer des informations analysées à un autre programme via un socket. Relecture d'un fichier de pcap, vous pouvez maintenant patcher le timestamp à l'heure actuelle.
This release adds a basic HTTP server for those unhappy with the parentheses. The writer plugin can now be scripted from guile. New connection tracking; simpler, with fewer bugs. Packet deduplication is now done per VLAN and/or per ifaces (unless these are collapsed of course). You can use the same logging facility from guile as from C. There is a way to send parsed information to another program via a socket. When replaying a pcap file, you can now patch timestamp with the current time.

2011-09-17 06:16
1.3.0

Le principal changement est l'utilisation de 2 Guile au lieu de la Guile vénérables 1.8. Cela devrait résoudre de nombreux problèmes liés à la multi-threading. Ouvert les interfaces réseau sont maintenant automatiquement réouverte si elles descendent temporairement.
Tags: Stable
The main change is to use Guile 2 instead of the venerable Guile 1.8. This should solve many issues related to multi-threading. Opened network interfaces are now automatically reopened if they go down temporarily.

Project Resources