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.
问问题
1672 次
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 回答