잠토의 잠망경

Raw Ethernet Packet Sending 본문

공부/CodeProject

Raw Ethernet Packet Sending

잠수함토끼 2008. 8. 25. 03:23

Sample Image - "SendRawPacket.jpg

Introduction

This purpose of this article is to explain how to send a raw Ethernet packet using C# on a Microsoft platform. A raw Ethernet packet is the complete Layer 2 network frame that is sent to the physical wire. Sending a frame like this allows you to manipulate the target and source MAC addresses and the Layer 3 protocol fields.

출처: http://www.codeproject.com/KB/IP/sendrawpacket.aspx

Comments