mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d678b0a73e
and uses characteristics of the TCP stream to guess the OS running on the endpoints.
12 lines
352 B
Plaintext
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");
|