Re: Spoofing Another Host Packet From User Land

2002-12-09 Thread Robert Watson
On Mon, 9 Dec 2002, soheil soheil wrote: > I want to know if i can use SOCK_RAW to create and send another Host ( > with another IP) Packet from my box. Sayin' in another way , i want to > know if the kernel fill the ip:ip_src field of the packet throw out by > SOCK_RAW ? if i can not do this by

Re: Spoofing Another Host Packet From User Land

2002-12-08 Thread Peter Pentchev
On Mon, Dec 09, 2002 at 05:18:28AM +, soheil soheil wrote: > Dear All > I want to know if i can use SOCK_RAW to create and send another Host ( with > another IP) Packet from my box. Sayin' in another way , i want to know if > the kernel fill the ip:ip_src field of the packet throw out by SOCK

Spoofing Another Host Packet From User Land

2002-12-08 Thread soheil soheil
Dear All I want to know if i can use SOCK_RAW to create and send another Host ( with another IP) Packet from my box. Sayin' in another way , i want to know if the kernel fill the ip:ip_src field of the packet throw out by SOCK_RAW ? if i can not do this by raw socket how can i do that ? THANX S,H