nobot has asked for the wisdom of the Perl Monks concerning the following question:
Now I want to create and send raw tcp/ip packets through this socket.$conn = new IO::Socket::Socks (ProxyAddr => '127.0.0.1', ProxyPort => 4001) || die "$!\n";
And then go ahead and fill out the contents like:my $ip = NetPacket::IP->('');
But the empty initialization part crashes$ip->{ver} = 4; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: raw packages through socks
by nobot (Novice) on Mar 15, 2007 at 22:02 UTC |