Re: sending MAC packets

2005-05-03 Thread Gandalf The White
Greetings and Salutations: On 5/3/05 7:33 PM, "Daniel Valencia" <[EMAIL PROTECTED]> wrote: > I'm doing research on network-layer protocols, so I > need a way to send packets straight into layer 2. So > far i've been reffered to raw sockets, but i've read > the code and i cannot skip header checki

Re: sending MAC packets

2005-05-03 Thread Charles Swiger
On May 3, 2005, at 8:33 PM, Daniel Valencia wrote: I'm doing research on network-layer protocols, so I need a way to send packets straight into layer 2. So far i've been reffered to raw sockets, but i've read the code and i cannot skip header checking and that stuff... Is there a way to interact

Re: sending MAC packets

2005-05-03 Thread Julian Elischer
Daniel Valencia wrote: Hello all I'm doing research on network-layer protocols, so I need a way to send packets straight into layer 2. So far i've been reffered to raw sockets, but i've read the code and i cannot skip header checking and that stuff... Is there a way to interact with the network

sending MAC packets

2005-05-03 Thread Daniel Valencia
Hello all I'm doing research on network-layer protocols, so I need a way to send packets straight into layer 2. So far i've been reffered to raw sockets, but i've read the code and i cannot skip header checking and that stuff... Is there a way to interact with the network if in a way that I can

Re: if_tap unaligned access problem

2005-05-03 Thread Sten Spans
On Mon, 2 May 2005, Mike Silbersack wrote: On Tue, 3 May 2005, Sten Spans wrote: For the if_tap case fixing the driver ( or rather changing m_uiotombuf ) is definately the correct solution. No sensible person would say otherwise. Once the if_tap change is properly tested and signed off it should ma