in reply to rawIP traffic generator

Your ip prototype does not have a destination address. I suspect that will help.....

use Net::RawIP; $a = new Net::RawIP; $a->set({ip => {saddr => 'my.target.lan',daddr => 'my.target.lan'}, tcp => {source => 139,dest => 139,psh => 1, syn => 1}});
cheers

tachyon

s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print

Replies are listed 'Best First'.
Re: Re: rawIP traffic generator
by dlspinhir (Initiate) on Dec 18, 2002 at 13:50 UTC
    the subroutine set_ip() is used to set the destination address (along with a few other options). i guess i should have put a comment next to it that expained its purpose a little better.