On Fri, Aug 27, 1999 at 12:25:34PM +0300, Alex Shnitman wrote:
> > Take a look at libnet, http://www.packetfactory.net/libnet/ , which
> > is a portable way to put packets on the network (in c). If you want
> > to do it in Perl, try Net::RawIP .
>
> That allows you to send raw packets over IP. I.e. instead of standard
> TCP/UDP packets you construct your own. It seems that Shaul wants raw
> packets over a networking device, that is, raw Ethernet frames.
[roo@fortinbras Net-RawIP-0.07]$ head -2 README
This is Net::RawIP, a perl module can to manipulate raw IP packets,
with an optional feature for manipulating Ethernet headers.
Never underestimate the versatility of the Perl namespace :-)
--
believing is seeing
[EMAIL PROTECTED]
http://www.forum2.org/gaal/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]