Tech Support > Microsoft Windows > Drivers > sending packets to external IP
sending packets to external IP
Posted by puneet on November 24th, 2004


Hi all,

Is there any sample or open source driver which send packets to some
specidic external IP address from driver level only, something like packet
redirector ????

thanks and regards,
Puneet


Posted by Bryan S. Burgin [MSFT] on November 26th, 2004


You can write your own NDIS protocol driver based on the NDISPROT sample in
the DDK. The packet you create will go out on the wire as is, including
the Ethernet header, IP and other protocol headers, by calling NdisSend.

Bryan S. Burgin
bburgin@online.microsoft.com

This posting is provided "AS IS" with no warranties, and confers no rights.


Similar Posts