| Author |
Message |
techie
Joined: 05 Feb 2002 Posts: 834 Helped: 42
|
13 May 2006 9:31 Ethernet packet transmitter |
|
| tags: ethernet packet programming |
|
|
I am trying to do some MAC layer ethernet programming. I want to send out some basic ethernet packets to a MAC address without using TCP/IP. Is there any utility to do that.
For reading packets, I am using Ethereal. But Ethereal cannot transmit packets. I need some utility that can do that.
|
|
| Back to top |
|
 |
throwaway18
Joined: 09 Jun 2005 Posts: 553 Helped: 73 Location: Kent, UK
|
13 May 2006 11:32 Ethernet packet transmitter |
|
|
|
|
| What operating system?
|
|
| Back to top |
|
 |
dainis
Joined: 15 May 2001 Posts: 1451 Helped: 56
|
13 May 2006 13:22 Re: Ethernet packet transmitter |
|
|
|
|
http://www.packetfactory.net/libnet/
http://www.eeye.com/html/Research/Tools/libnetnt.html
http://webteca.altervista.org/libnet.htm
|
|
| Back to top |
|
 |
techie
Joined: 05 Feb 2002 Posts: 834 Helped: 42
|
13 May 2006 18:40 Ethernet packet transmitter |
|
|
|
|
I need one for the Windows operating system
The links above are only open source code and some libraries. Isnt there a simple utitlity to send raw ethernet packets to any MAC address on the network. Like the Magic packet utility from AMD used to power-up hosts on LAN.
|
|
| Back to top |
|
 |
dainis
Joined: 15 May 2001 Posts: 1451 Helped: 56
|
13 May 2006 19:06 Re: Ethernet packet transmitter |
|
|
|
|
http://www.codeproject.com/csharp/SendRawPacket.asp
http://www.thescripts.com/forum/thread20303.html
http://bittwist.sourceforge.net/
http://www.rawether.net/
http://www.pcausa.com/support/faq.htm
http://www.vijaymukhi.com/vmis/ethernet.htm
|
|
| Back to top |
|
 |