Re: ntop binary for 5.x in existence ?(the real ntop, not the kitchen sink one...)

2005-07-09 Thread Jethro Wright III
The reason that the old INTOP went away was bec the orig author (not Luca Deri) disappeared and no one else stepped up to maintain it. So it (unfortunately) diedJet - Original Message - From: "Jeremie Le Hen" <[EMAIL PROTECTED]> To: "Joe Schmoe" <[EMAIL PROTECTED]> Cc: Sent: Fr

Re: what to replace splnet in FreeBSD 5.x?

2005-07-09 Thread Sam Leffler
ming fu wrote: Hi, With splnet() became a no-op in sys/systm.h static __inline intrmask_tsplnet(void){ return 0; } What should I use to replace the splnet? I have a module receiving input from both ip_input() and a device that userland can write to. I guess I was cover from th

Re: what to replace splnet in FreeBSD 5.x?

2005-07-09 Thread Roman Kurakin
ming fu: Hi, With splnet() became a no-op in sys/systm.h static __inline intrmask_tsplnet(void){ return 0; } What should I use to replace the splnet? I have a module receiving input from both ip_input() and a device that userland can write to. I guess I was cover from the ip_