Package: iftop Version: 0.17-4 Tags: patch The -b option doesn't turn off the bar display as the man page says it should. The fix seems trivial.
-- Eric Cooper e c c @ c m u . e d u
--- options.c~ 2006-02-07 21:57:44.000000000 -0500
+++ options.c 2007-10-09 11:54:21.000000000 -0400
@@ -302,7 +302,7 @@
break;
case 'b':
- config_set_string("show-bars", "true");
+ config_set_string("show-bars", "false");
break;
case 'B':

