analysing packets in user space process

2006-01-17 Thread Edmond Dantes
I would like to do some content analysis on packets from a user space process, something like a L7 filter. rdr seems the way to go, but I cannot understand how to get the packets back into pf so it can continue with the rules and maintain state info. Suggestions? TIA /ED

Re: Warning: Sangoma S518 DSL card no longer OpenBSD compatible

2006-01-17 Thread eric
On Tue, 2006-01-17 at 15:27:20 -0700, Chris 'Xenon' Hanson proclaimed... I just bought a Sangoma S518 ADSL card to replace my external Cisco 678, hoping to realize numerous benefits. Unfortunately, after receiving it, I discover that the new smaller-form-factor version of the card is

Re: analysing packets in user space process

2006-01-17 Thread Travis H.
You get a packet into pf by sending the packet. There is no easy way to resume processing. Once it has been sent to userland, processing is over. There's nothing to resume. If you're asking about this, you're probably out of your depth. You might wish to look at the ftp proxy to see how that

Re: analysing packets in user space process

2006-01-17 Thread Bill Marquette
On 1/17/06, Edmond Dantes [EMAIL PROTECTED] wrote: I would like to do some content analysis on packets from a user space process, something like a L7 filter. rdr seems the way to go, but I cannot understand how to get the packets back into pf so it can continue with the rules and maintain