b1ae28d539
trafd is a superset of trafshow, and extends it by adding a daemon which collects data about network connections (src, dst, protocol and length). The resulting data can be dumped to a file for later processing.
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
$OpenBSD: patch-lib_addrtoname_c,v 1.1.1.1 2000/09/15 05:17:40 form Exp $
|
|
--- lib/addrtoname.c.orig Fri Sep 15 11:30:42 2000
|
|
+++ lib/addrtoname.c Fri Sep 15 11:30:55 2000
|
|
@@ -36,7 +36,6 @@ struct rtentry;
|
|
#include <net/if.h>
|
|
|
|
#include <netinet/in.h>
|
|
-#include <net/ethernet.h>
|
|
|
|
#include <arpa/inet.h>
|
|
|