in reply to Perl code to send TCP/IP packet not working

I got it to work by running the command prompt as administrator. The code Simple Construction of a RAW TCP/IP Packet. you are using is 15 years old. Pretty sweet that it still works, little out of date though. You should be able to find more recent examples through super search.

  • Comment on Re: Perl code to send TCP/IP packet not working

Replies are listed 'Best First'.
Re^2: Perl code to send TCP/IP packet not working
by iThunder (Beadle) on Mar 14, 2015 at 15:48 UTC

    thanks. i was able to send it when ran command prompt as administrator but it doesn't run if i change my protocol to 6 (change the 62 in socket statement to 6).does it run for you?