From owner-freebsd-questions Wed Oct 13 10:54:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aero.org (aero.org [130.221.16.2]) by hub.freebsd.org (Postfix) with ESMTP id A5CF515309 for ; Wed, 13 Oct 1999 10:53:37 -0700 (PDT) (envelope-from dylan@rushe.aero.org) Received: from rushe.aero.org ([130.221.201.83]) by aero.org with ESMTP id <111236-2>; Wed, 13 Oct 1999 10:53:25 -0700 Received: (from dylan@localhost) by rushe.aero.org (8.9.3/8.9.3) id KAA12230; Wed, 13 Oct 1999 10:37:59 -0700 (PDT) Date: Wed, 13 Oct 1999 10:37:59 -0700 From: "Dylan A. Loomis" To: Sheldon Hearn Cc: Arcady Genkin , freebsd-questions@freebsd.org Subject: Re: Where do I get libnet? Message-ID: <19991013103732.B9415@rushe.aero.org> Reply-To: "Dylan A. Loomis" References: <87670bxn50.fsf@main.wgaf.net> <17878.939829631@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <17878.939829631@axl.noc.iafrica.com>; from Sheldon Hearn on Wed, Oct 13, 1999 at 08:47:11AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 13, 1999 at 08:47:11AM -0700, Sheldon Hearn wrote: > > > On 13 Oct 1999 12:04:43 -0400, Arcady Genkin wrote: > > > I need to complile a program, that requieres libnet.h and > > libnet-headers.h. > > > > Where can I get those libraries? > > I think libnet.h is a linux thing. Remove the #include lines and see > what things are undeclared. Tell us what they are and we'll be able to > help you find 'em. :-) > > Ciao, > Sheldon. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Actually libnet is not linux thing. Its just a library that allows you to write packets to the wire. From the libnet(3) manpage: libnet - "libpwrite" Network Routine Library Basically its like pcap but for writing, support for multiple platform/arch so that you can recompile against the lib and not rewrite lowlevel code. It can be found in ports. % make search key=libnet In addition it can be gotten from http://www.packetfactory.net/libnet cheers -DAL- -- Dylan A. Loomis Computer Systems Research Department The Aerospace Corporation e-mail: dylan@aero.org phone: (310) 336-2449 PGP Key fingerprint = 55 DE BB DD 34 10 CD 20 72 79 88 FE 02 0E 21 3A PGP 2.6.2 key available upon request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message