일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- imread
- Python
- GitHub
- pycharm
- RNN
- CNN
- LSTM
- install
- javascript
- 삼성소프트웨어멤버십
- index
- Numpy
- synology
- keras
- Button
- pip
- DFS
- Series
- mean
- SciPy
- pandas
- SPL
- Splunk
- mariadb
- GT-S80
- ipad
- dataframe
- E-P1
- 알고리즘
- Lotto
Archives
- Today
- Total
잠토의 잠망경
Raw Ethernet Packet Sending 본문
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