freebsd-ports/security/rid/files/patch-parser.l
David E. O'Brien 8b129ae903 RID is a configurable tool which uses intrusion fingerprints to track down
compromised hosts.  RID can remotely detect Stacheldraht, TFN, Trinoo and TFN2k
if the attacker did not change the default ports.
2000-02-14 02:59:36 +00:00

8 lines
188 B
Text

--- parser.l.orig Fri Jan 28 11:37:32 2000
+++ parser.l Sun Feb 13 18:32:00 2000
@@ -1,4 +1,5 @@
%{
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>