Runsocks

2001-06-19 Thread Julien Laganier
I was searching for a source code of Runsocks. Does anybody knows where to find it ? Tnx -- Julien Laganier Student Intern Sun Microsystem Laboratories - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

linux-kernel@vger.kernel.org

2001-05-25 Thread Julien Laganier
Hi folks, I want to register a new Hook in the netfilter (from kernel 2.4.4) canvas for IP. The struct used for register is : struct nf_hook_ops { struct list_head list; /* User fills in from here down. */ nf_hookfn *hook; int pf; int hooknum; /*

Fork vs GDB

2001-06-25 Thread Julien Laganier
Greetings, Does anyone knows how to debug a program which fork. It seems that gdb doesn't allow us to debug the child processes without calling 'sleep' in the child, and attach it to gdb (Except on HP-UX, but I choose to use Linux ;-)) ? Tnx. -- Julien Laganier Stu