Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > How to send frame address by MAC

Reply
Thread Tools

How to send frame address by MAC

 
 
Jan Koprowski
Guest
Posts: n/a
 
      04-16-2007
I need to send frames address by MAC address. I know that i can
translate IP to MAC address by RIP but in my program I must to write
MAC address, put this address to struct and send the simple frame to
this MAC address. How can I do that ?

 
Reply With Quote
 
 
 
 
Clever Monkey
Guest
Posts: n/a
 
      04-16-2007
Jan Koprowski wrote:
> I need to send frames address by MAC address. I know that i can
> translate IP to MAC address by RIP but in my program I must to write
> MAC address, put this address to struct and send the simple frame to
> this MAC address. How can I do that ?
>

By asking this question on a more appropriate newsgroup. Try a
newsgroup dedicated to TCP/IP networking.
 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      04-16-2007
In article <G9MUh.5568$!nnrp1.uunet.ca >,
Clever Monkey <> wrote:
>Jan Koprowski wrote:
>> I need to send frames address by MAC address. I know that i can
>> translate IP to MAC address by RIP but in my program I must to write
>> MAC address, put this address to struct and send the simple frame to
>> this MAC address. How can I do that ?


>By asking this question on a more appropriate newsgroup. Try a
>newsgroup dedicated to TCP/IP networking.


The methods of sending raw frames are system specific, so the
tcp newsgroup is not the best place -- especially since the
OP wants to bypass the tcp layer. I would suggest that the OP
would be better visiting a newsgroup specific to the operating
system in use.

[OT]
RIP doesn't translate IP to MAC: that function is ARP.
--
"It is important to remember that when it comes to law, computers
never make copies, only human beings make copies. Computers are given
commands, not permission. Only people can be given permission."
-- Brad Templeton
 
Reply With Quote
 
Clever Monkey
Guest
Posts: n/a
 
      04-16-2007
Walter Roberson wrote:
> In article <G9MUh.5568$!nnrp1.uunet.ca >,
> Clever Monkey <> wrote:
>> Jan Koprowski wrote:
>>> I need to send frames address by MAC address. I know that i can
>>> translate IP to MAC address by RIP but in my program I must to write
>>> MAC address, put this address to struct and send the simple frame to
>>> this MAC address. How can I do that ?

>
>> By asking this question on a more appropriate newsgroup. Try a
>> newsgroup dedicated to TCP/IP networking.

>
> The methods of sending raw frames are system specific, so the
> tcp newsgroup is not the best place -- especially since the
> OP wants to bypass the tcp layer. I would suggest that the OP
> would be better visiting a newsgroup specific to the operating
> system in use.
>
> [OT]
> RIP doesn't translate IP to MAC: that function is ARP.


You are right, of course. My initial reply had the phrase "Ethernet or
TCP/IP" but I removed it for some reason.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Differnce between setting mac address port security under theinterface vs. the mac address-table global command ttripp Cisco 5 02-05-2010 10:49 PM
PIX Firewall MAC address VPN IP address Julian Dragut Cisco 1 02-07-2006 07:57 AM
obtaining the IP ADDRESS of an IP POHNE by its MAC ADDRESS ProgDario Cisco 17 05-06-2005 02:32 PM
Re: Making the address bar reflect teh address of the main frame Raterus ASP .Net 0 06-02-2004 08:08 PM



Advertisments
 



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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57