Télécharger la liste

Description du projet

ipband is a pcap-based traffic monitor. It tallies per-subnet traffic and bandwidth usage and starts detailed logging if the specified threshold for a specific subnet is exceeded. This utility could be handy in a limited bandwidth WAN environment (frame relay, ISDN, etc.) to pinpoint offending traffic sources if certain links become saturated to the point where legitimate packets start getting dropped.

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.

2008-06-18 16:07
0.8.1

Le type integer a été modifié pour tenir un nombre d'octets cumulatif de long à double afin d'éviter un dépassement de comptage dans les rapports. Des changements spécifiques à Debian, en évitant l'utilisation de / usr / local /, une page de manuel à la section 8, évitant l'utilisation de printf lors de l'exécution en arrière-plan, le renforcement des succès, même si strtok_r est définie comme une macro, et un changement de la valeur par défaut MTA chaîne de commandement pour les rapports de diffusion.
Tags: Major bugfixes
The integer type was changed to hold a cumulative
byte count from long to double to avoid counter
overflow in reports. Debian-specific changes
include avoiding the use of /usr/local/, a man
page in section 8, avoiding the use of printf when
running in the background, successful building
even if strtok_r is defined as a macro, and a
change of the default MTA command string for
mailing reports.

2006-10-02 23:32
0.8

Un problème de segfault quand un non protocole TCP / UDP est rencontrées au cours de la génération de rapports a été corrigé. Répertoires d'installation dans le Makefile peut être spécifié en utilisant PREFIX, BINDIR, Mandir, SYSCONFDIR, et des variables environnementales REDC. A "-w" option (et des directives correspondantes htmlfile et htmltitle) a été ajoutée pour permettre la génération de rapports HTML.
Tags: Minor bugfixes
A segfault issue when a non TCP/UDP protocol is encountered during report generation has been fixed. Installation directories in the Makefile can be specified using PREFIX, BINDIR, MANDIR, SYSCONFDIR, and RCDIR environmental variables. A "-w" option (and corresponding htmlfile and htmltitle directives) has been added to allow generation of HTML reports.

2002-03-25 21:02
0.7.2

La bonne méthode est utilisée pour devenir un processus démon, et un bug a été corrigé où un descripteur de fichier pied de page n'est pas close.
Tags: Minor bugfixes
The proper procedure is used to become a daemon process, and a bug was fixed where a footer file descriptor was not closed.

2002-02-20 23:11
0.7.1

Un bug où les getopt () valeur de retour a été interprétée en tant que char et non pas d'entier a été corrigé. Cela pourrait avoir causé des problèmes d'analyse des options en ligne de commande sur les systèmes où char est signé par défaut.
Tags: Minor bugfixes
A bug where the getopt() return value was interpreted as char and not integer has been fixed. This could have caused problems parsing command line options on systems where char is signed by default.

2002-01-17 21:22
0.7

De nouvelles options pour spécifier MTA chaîne de commandement et de réglage de la longueur des paquets, et un correctif pour corriger un bogue dans le calcul de la longueur du paquet de non-interfaces ethernet.
Tags: Minor feature enhancements
New options to specify MTA command string and packet length adjustment, and a fix for a bug in packet length calculation for non-ethernet interfaces.

Project Resources