Re: Userland Hacker Task: divert socket listener...

2002-03-16 Thread Dug Song
On Sat, Mar 16, 2002 at 09:57:46AM -0500, Robert Watson wrote: > Heh. I had something a little like that at one point -- it just > acted as a pass-through, but also logged in the pcap format. I > thought someone had done modifications to tcpdump to allow it to > speak to divert sockets, don't kn

Re: Userland Hacker Task: divert socket listener...

2002-03-16 Thread Josef Karthauser
On Sat, Mar 16, 2002 at 09:57:46AM -0500, Robert Watson wrote: > Heh. I had something a little like that at one point -- it just acted as a > pass-through, but also logged in the pcap format. I thought someone had > done modifications to tcpdump to allow it to speak to divert sockets, > don't kno

Re: Userland Hacker Task: divert socket listener...

2002-03-16 Thread Robert Watson
Heh. I had something a little like that at one point -- it just acted as a pass-through, but also logged in the pcap format. I thought someone had done modifications to tcpdump to allow it to speak to divert sockets, don't know that it was ever actually committed. Might be in the PR's still. Wa

Re: Userland Hacker Task: divert socket listener...

2002-03-12 Thread Crist J. Clark
On Tue, Mar 12, 2002 at 11:49:53PM +0100, Poul-Henning Kamp wrote: > > Here is something I miss a lot: > > I would like a small program which can listen to a specified divert(4) > socket and act on the incoming packets. > > Specifically I want to direct all unwanted trafic from my ipfw rules >

Re: Userland Hacker Task: divert socket listener...

2002-03-12 Thread Kris Kennaway
On Tue, Mar 12, 2002 at 11:49:53PM +0100, Poul-Henning Kamp wrote: > > Here is something I miss a lot: > > I would like a small program which can listen to a specified divert(4) > socket and act on the incoming packets. There are a number of ports which may do something similar to what you requ

Re: Userland Hacker Task: divert socket listener...

2002-03-12 Thread Alex C. Jokela
what about a program - like snort - but instead of listening on an interface, it would listen on your divert(4) socket. a setup like this could actually help snort (or an other program) be more responsive. i know that i have run into troubles with snort's flex-resp mechanism not stopping packet

Re: Userland Hacker Task: divert socket listener...

2002-03-12 Thread Julian Elischer
nice idea.. procmail for packets. On Tue, 12 Mar 2002, Poul-Henning Kamp wrote: > > Here is something I miss a lot: > > I would like a small program which can listen to a specified divert(4) > socket and act on the incoming packets. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: Userland Hacker Task: divert socket listener...

2002-03-12 Thread dirkx
On Tue, 12 Mar 2002, Poul-Henning Kamp wrote: > Here is something I miss a lot: > > I would like a small program which can listen to a specified divert(4) > socket and act on the incoming packets. > > Specifically I want to direct all unwanted trafic from my ipfw rules > into the divert socket a

Userland Hacker Task: divert socket listener...

2002-03-12 Thread Poul-Henning Kamp
Here is something I miss a lot: I would like a small program which can listen to a specified divert(4) socket and act on the incoming packets. Specifically I want to direct all unwanted trafic from my ipfw rules into the divert socket and have the program examine these packets and when configur