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
372 B
Plaintext
13 lines
372 B
Plaintext
$OpenBSD: patch-ether_c,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $
|
|
--- ether.c.orig 2003-07-26 13:55:47.000000000 +0200
|
|
+++ ether.c 2003-07-26 13:56:03.000000000 +0200
|
|
@@ -2,6 +2,7 @@
|
|
/* $Id: patch-ether_c,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $ */
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/param.h>
|
|
|