Divert Socket Ported to Windows

2003-07-17 Thread soheil soheil
Dear All Is there any package like divert socket available or ported on windows ? Thanx Soheil Hassas Yeganeh _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

how to send an arp packet on freebsd

2003-03-11 Thread soheil soheil
Dear All I want to how can i send an arp packet through freebsd socket API Thanx Soheil hassas Yeganeh _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 To Unsubscribe: sen

Re: Transparent Proxy

2003-03-05 Thread soheil soheil
I think if you add the following rule to the ipfw rules on 192.168.0.1 ( the squid-running host ) you can have your proxy working. skipto 510 tcp from 192.168.0.1 to any dst-port 80 From: Darcy Buskermolen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Transparent Proxy Date: Tue, 25 Feb 2

Divert Socket Send Functionality

2003-02-12 Thread soheil soheil
Hi there I want to know if i change the dst ip addr. of a packet the socket sent sys call won't change it, will it ? in other words will the divert socket type change the ip address itself ? THANX _ The new MSN 8: smart spam protect

Re: The socket sendto INVALID ARGUMENT ERROR returned

2003-01-24 Thread soheil soheil
I'm afraid I made a mistake ;) But what is the error about THANX From: Lev Walkin <[EMAIL PROTECTED]> To: soheil soheil <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: The socket sendto INVALID ARGUMENT ERROR returned Date: Fri, 24 Jan 2003 00:53:30 -0800 soheil soheil w

The socket sendto INVALID ARGUMENT ERROR returned

2003-01-24 Thread soheil soheil
Dear all I wrote a code to send a tcp packet on a raw socket, but the sendto function return some errors on argument what can make this error occur ??? thanx the code : char datagram[4096]; . socket(s, SOCK_RAW, IPPROTO_TCP); .//filling the tcp/ip header int one = 1; const int

snoop - pcap-snoop - packetshell

2002-12-24 Thread soheil soheil
Dear Lists 1.I want to know if there is any snoop TCP Source Code for 4.4FreeBSD? 2.Tell me if pcap-snoop.c is the snoop-tcp tool. 3.Tell me if there is any support for packetshell on FreeBSD. THANX _ Protect your PC - get McAfee.com

RAW_SOCK tcp checksum computing

2002-12-15 Thread soheil soheil
Dear All I used a SOCK_RAW and IPPROTO_TCP and set the IPHDRINCL option for that socket. If we put the th_sum to 0 , does the kernel , itself , comput the tcp sum or not ? how can i make the kernel compute the cksum of the TCPHDR ? By the way , i want to know if there is any library to compute a

IPFW

2002-12-09 Thread soheil soheil
Dear ALL i run this commands on my 4.4FreeBSD-Release #/sbin/ipfw -f flush #/sbin/ipfw divert 5050 ip from any to any it runs the first command and say no socket found and then when i run the second line it write the words for help and nothing is applied what can i do ? I have a divert socket on p

I-TCP Lib on BSD

2002-12-09 Thread soheil soheil
Dear All in this paper: Implementation and Performance Evaluation of Indirect TCP - Bakre, Badrinath (1997) It says the i-tcp lib. is availabe on BSD4.3 where can i find this i want the one for 4.4BSD THANX _ The new MSN 8: advanced

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

Indirect TCP lib

2002-12-07 Thread soheil soheil
Dear All I read the paper for snoop tcp and i see it says , we can use i-tcp for tcp connection splitting i want to know if the i-tcp lib is available ? or not? THANX _ Tired of spam? Get advanced junk mail protection with MSN 8. ht

Divert Socket And Q. About Raw Socket

2002-11-30 Thread soheil soheil
Dear List first : I want to know if there is any sample of divert socket usage and divert socket programming? I see the ipfw manual it says divert socket is used but when i goto /usr/src/sbin/ipfw and trace ipfw.c i cannot find anything about divert socket i just found a raw socket. second: When

Re: Error on installing FreeBSD 4.4 on Dell Inspiron 2650 ( 2.0 GHz )

2002-11-30 Thread soheil soheil
Dear All I found the way : when the kernel is going to being up to install press space at command OK>boot -c and then config:eisa 0 config:quit then install and after FreeBSD is installed do this routine again make the device eisa in config file of the kernel commented out and then compile the ke

RE: Error on installing FreeBSD 4.4 on Dell Inspiron 2650 ( 2.0 GHz )

2002-11-24 Thread soheil soheil
Hi By the way , It found the atapci0 device atapci0 : ... at ata0 and pci0 then it founds the ata0 and found the device type and then it cannot found the pci0 pci0 (vendor=8086 ) IRQ ... pci0 (vendor=8086 ) IRQ ... pci0 (vendor=8086 ) IRQ ... it hanges up while to start the i

Error on installing FreeBSD 4.4 on Dell Inspiron 2650 ( 2.0 GHz )

2002-11-24 Thread soheil soheil
Hi I bought a laptop ( Dell Inspiron 2650 ) and want to install 4.4BSD on it . but when it is going to be installed after it ask for configuration when the kernel is going to probe the devices and write the devices on the screen , it says that pci0 (vendor=8086 ) IRQ ... pci0 (vendor=8086

Packet Capturing on GWs but don't let them go out.

2002-11-22 Thread soheil soheil
Hi I want to do packet capturing but as you know the pcap let the packet go out and just put a copy on the buffer . I just want to do a copy and don't let them go out . just i want that all of the packet from the sockets that are created by me travels through my server Packet - /* i don't

Packet Capturing on GWs but don't let them go out.

2002-11-22 Thread soheil soheil
Hi I want to do packet capturing but as you know the pcap let the packet go out and just put a copy on the buffer . I just want to do a copy and don't let them go out . just i want that all of the packet from the sockets that are created by me travels through my server Packet - /* i don't

Re: Pcap

2002-11-21 Thread soheil soheil
ten to pcap |--> ip_forward From: Lev Walkin <[EMAIL PROTECTED]> To: soheil soheil <[EMAIL PROTECTED]> Subject: Re: Pcap Date: Wed, 20 Nov 2002 22:05:44 -0800 soheil soheil wrote: Hi can i use pcap to access all of the packets travel through my gat

Pcap

2002-11-20 Thread soheil soheil
Hi can i use pcap to access all of the packets travel through my gateway THANX _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to [EMAIL PROTECTED] w

Q. about sockets

2002-11-20 Thread soheil soheil
Dear all Can i use raw socket for get all of the TCP/IP packet travels through my PC like this ? in >MyGW MyGW--> out | | -> MySocket - _ Add photos t

Qs about snoop TCP

2002-11-17 Thread soheil soheil
Dear All I want to know what is Snoop TCP , and Is it implemented on FreeBSD or Not ? After I want to know if There is any Performance Enhancing Proxy on the NET _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join

PEP ( performance inhanced proxy )

2002-11-15 Thread soheil soheil
Dear All I want to know if there is any free source PEP ( performance enhanced proxy ) implemented on FreeBSD or other UnixBased systems ? THANX _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?

SPOOFING & NG

2002-11-06 Thread soheil soheil
HI net'ers !! i read some message on the list archive and someone says that we can use spoofing with ng how can i do spooging with ng like this ??? WAN --- spoofer ( one ng node ) --- lan THANX _ The new MSN 8: advanced ju

A Question About NetGraph ????

2002-11-06 Thread soheil soheil
Hi list; i read NG manual and i cannot get something : 1. is NG just for FreeBSD nodes connection 2. is NG for p2p connection 3. can i use 2 Nodes like this ... LAN ---TCP/IP---NG1---NG connection--NG2---TCP/IP-WAN lan doesn't have the ng run on it and also WAN but between 2 ng-nodes i can

IN-KERNEL Proxy

2002-11-04 Thread soheil soheil
Hi list i want to know if there is any in-kernel made proxy on BSD ??? THANX _ Broadband? Dial-up? Get reliable MSN Internet Access. http://resourcecenter.msn.com/access/plans/default.asp To Unsubscribe: send mail to [EMAIL PROTEC