Package: jnettop Version: 0.11.0-1 Severity: minor
Jnettop debian diff implements host+port aggregation options, but this option not works wit hremote host+port aggregation (local host+port functional), the aggregation in mainstream in 0.11 has only two state (host and port ) host means host+port port means only port and works good. The problem maybe is a typo quick fix: --- jnettop-0.11.0/jprocessor.c 2005-09-04 05:57:39.000000000 +0200 +++ jnettop-0.11.0-my/jprocessor.c 2005-09-04 05:56:27.000000000 +0200 @@ -228,8 +228,8 @@ stream->dstport = -1; break; case AGG_BOTH: - setToHostAggregation(JBASE_AF(stream->proto), &stream->src); - stream->srcport = -1; + setToHostAggregation(JBASE_AF(stream->proto), &stream->dst); + stream->dstport = -1; break; } } Thanks, Laszlo Kupor -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (50, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-ac11 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages jnettop depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libglib2.0-0 2.6.4-1 The GLib library of C routines ii libncurses5 5.4-9 Shared libraries for terminal hand ii libpcap0.7 0.7.2-7 System interface for user-level pa -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]