views:

389

answers:

2

Is there any Perl module which has the capability to send raw packets on Windows? I know there is Net::RawIP, but it seems that it does not work on Windows.

+2  A: 

Have you looked at Net::Write?

RC
+2  A: 

On XPSP2/3, you need to use something like WinPCap, it can create raw ethernet packets for you

Anders