From owner-freebsd-questions Thu Jan 4 22: 3:30 2001 From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 22:03:28 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from cmr0.ash.ops.us.uu.net (cmr0.ash.ops.us.uu.net [198.5.241.38]) by hub.freebsd.org (Postfix) with ESMTP id 2DC8637B400 for ; Thu, 4 Jan 2001 22:03:28 -0800 (PST) Received: from neserve0.corp.us.uu.net by cmr0.ash.ops.us.uu.net with ESMTP (peer crosschecked as: neserve0.corp.us.uu.net [153.39.92.148]) id QQjwps00326 for ; Fri, 5 Jan 2001 06:03:27 GMT Received: from localhost by neserve0.corp.us.uu.net with ESMTP (peer crosschecked as: rayhicks@localhost) id QQjwps14125 for ; Fri, 5 Jan 2001 01:03:27 -0500 (EST) Date: Fri, 5 Jan 2001 01:03:27 -0500 (EST) From: Raymond Hicks X-Sender: rayhicks@neserve0.corp.us.uu.net To: questions@freebsd.org Subject: adding header files to sys.. a better way? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is gonna be assumed that i am trying to get synflood.c to compile on my system... and I am.. for reasons pertaining to work.. we need to test the filtering of synpacket attacks utilising the feature in latest release of Lucent code... I tried to compile synflood.c for linux but it says I need tcp.h and ip.h. First though was to add them to /usr/compat/linux/usr/include but after seeing that these files (tcp.h and ip.h) require more header files that are not part of the linux compat dir but part of the bsd base perhaps I though someone has had to have gone through this B4. reading the mailing lists affirms this although there were no difinitive answers there... can someone who has gone through this make a suggestion or anyone who has an idea what to do here? Many thanks.. raymond Hicks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message