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

2002-11-25 Thread Peter Pentchev
On Fri, Nov 22, 2002 at 07:24:54PM +, soheil soheil wrote: 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

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: Packet Capturing on GWs but don't let them go out.

2002-11-22 Thread Lars Eggert
soheil soheil wrote: 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 . Sounds like you should be using a divert socket, and not a bpf. Lars -- Lars Eggert [EMAIL PROTECTED]

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

2002-11-22 Thread Julian Elischer
that is what divert(4) is for. On Fri, 22 Nov 2002, soheil soheil wrote: 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

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

2002-11-22 Thread Julian Elischer
ipfw divert or ipfw fwd could help you depending on what you want to do. On Fri, 22 Nov 2002, soheil soheil wrote: 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

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

2002-11-22 Thread Andrew
On Fri, 22 Nov 2002, soheil soheil wrote: just i want that all of the packet from the sockets that are created by me travels through my server Have you looked at ipfw divert? Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-net in the body of the message