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.
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/08/02 15:35:21 couderc Exp $
|
|
--- Makefile.orig Sat Jul 26 12:08:37 2003
|
|
+++ Makefile Sat Jul 26 12:08:45 2003
|
|
@@ -15,4 +15,4 @@ SRCS+= ip6.c ipx.c
|
|
SRCS+= tcp_http.c tcp_x11.c tcp_sup.c
|
|
HDRS+= tcp.h machendian.h
|
|
LDADD= -lpcap -lcurses -lm
|
|
-CFLAGS= -ggdb
|
|
+#CFLAGS= -ggdb
|