189285868c
Pktstat listens to the network and shows the bandwidth being consumed by packets of various kinds in realtime. It understands some protocols (including FTP, HTTP, and X11) and adds a descriptive name next to the entry.
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
$OpenBSD: patch-display_c,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $
|
|
--- display.c.orig 2003-07-26 13:55:22.000000000 +0200
|
|
+++ display.c 2003-07-26 13:55:41.000000000 +0200
|
|
@@ -5,6 +5,7 @@
|
|
#include <stdlib.h>
|
|
#include <curses.h>
|
|
#include <stdarg.h>
|
|
+#include <string.h>
|
|
#include <math.h>
|
|
#include <err.h>
|
|
#include <time.h>
|
|
|