1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/security/siphon/files/patch-aa
Kris Kennaway d678b0a73e Siphon-0.666 is a passive OS fingerprinter, which sniffs TCP connections
and uses characteristics of the TCP stream to guess the OS running on
the endpoints.
2000-05-06 22:51:31 +00:00

12 lines
352 B
Plaintext

--- log.c.orig Thu May 4 12:00:00 2000
+++ log.c Sat May 6 15:32:36 2000
@@ -137,7 +137,7 @@
FILE *osprints;
static char line[80], *oswin, *osttl, *osdf, *os, hexed[10];
static int check = 0;
- osprints = fopen("osprints.conf","r");
+ osprints = fopen(OSPRINTSCONF,"r");
if(!osprints) {
perror("Unable to find osprints.conf\n");