openbsd-ports/net/tcpdpriv/patches/patch-tcpdutil_c
sturm b8f5ee89cb Initial import of tcpdpriv 1.1.10
Tcpdpriv removes sensitive information from a packet trace, replacing it
with contrived information from which the sensitive information cannot be
reconstructed.  By removing the sensitive information, the output of
tcpdpriv may be shared with others (for debugging or network analysis,
say).

WWW: http://ita.ee.lbl.gov/html/contrib/tcpdpriv.html
2003-04-13 10:00:41 +00:00

12 lines
318 B
Plaintext

$OpenBSD: patch-tcpdutil_c,v 1.1.1.1 2003/04/13 10:00:42 sturm Exp $
--- tcpdutil.c.orig Tue Mar 18 19:13:48 2003
+++ tcpdutil.c Tue Mar 18 19:14:22 2003
@@ -32,6 +32,7 @@ static char rcsid[] =
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <fcntl.h>
#include <pcap.h>