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.

4

2 回答 2

2

Have you looked at Net::Write?

于 2009-12-03T21:26:01.320 回答
2

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

于 2009-12-04T08:26:22.170 回答