Results 1 to 2 of 2
HI,
I want to send a raw ethernet packet with out using socket api.
I know that we can do it by directly writing our buffer(header and data) to the ...
- 07-30-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 3
Sending Raw ethernet Packet without using socket api
HI,
I want to send a raw ethernet packet with out using socket api.
I know that we can do it by directly writing our buffer(header and data) to the eth0 device using write() api. I am not sure about the contents of buffer that i should write to eth0 device.
Where can i get the relevant info?
Could somebody help me out.
Thanks in advance.
- 07-31-2009 #2
RFC's are where any standard network protocol is stipulated.
RFC-Editor Webpage
There you can search for things like IP, TCP, UDP, ...Debian GNU/Linux -- You know you want it.


Reply With Quote
