Re: Problems with Ethernet programming

1999-05-14 Thread Graham Wheeler
On Thursday, 13 May 1999 at 13:32:42 +0400, Pavel V. Antipov wrote: Now I want to send this packet into the Ethernet network and recieve it of destination computer. Please, tell me how can i write/read the Ethernet packet. Use the bpf device. You may have to recompile the kernels to

Problems with Ethernet programming

1999-05-13 Thread Pavel V. Antipov
Hi, I encapsulated my data packet into the Ethernet packet, set the source and destination Ethernet addresses, specified the frame type (my own). Now I want to send this packet into the Ethernet network and recieve it of destination computer. Please, tell me how can i write/read the Ethernet

Re: Problems with Ethernet programming

1999-05-13 Thread Greg Lehey
[trimming other mailing lists] On Thursday, 13 May 1999 at 13:32:42 +0400, Pavel V. Antipov wrote: Hi, I encapsulated my data packet into the Ethernet packet, set the source and destination Ethernet addresses, specified the frame type (my own). Now I want to send this packet into the

Re: Problems with Ethernet programming

1999-05-13 Thread Julian Elischer
you need to look at the bpf interface (man bpf) julian On Thu, 13 May 1999, Pavel V. Antipov wrote: Hi, I encapsulated my data packet into the Ethernet packet, set the source and destination Ethernet addresses, specified the frame type (my own). Now I want to send this packet into the

RE: Problems with Ethernet programming

1999-05-13 Thread Daniel O'Connor
On 13-May-99 Pavel V. Antipov wrote: I encapsulated my data packet into the Ethernet packet, set the source and destination Ethernet addresses, specified the frame type (my own). Now I want to send this packet into the Ethernet network and recieve it of destination computer. Please,