dan
dan

Reputation: 905

How can I send raw IP packets with Perl under Windows?

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.

Upvotes: 2

Views: 1744

Answers (2)

Anders
Anders

Reputation: 101609

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

Upvotes: 2

RC.
RC.

Reputation: 28197

Have you looked at Net::Write?

Upvotes: 2

Related Questions