Re: [tcpdump-workers]

2006-04-29 Thread Jefferson Ogata
On 04/28/2006 09:53 PM, Jeremy Sheldon wrote: > hello, i'm writing a little program. this program attempts to monitor > the linux system (via /proc) to discover if certain specified programs > are running (just for the logged in user). if they are, the program > then attempts to discover if they

Re: [tcpdump-workers] Libpcap corrupts output

2006-04-29 Thread Cove Schneider
Guy Harris wrote: Either 1) the pipe is or other network connection is in non-blocking mode (in which case it *won't* block in that case) or 2) there's a bug in the OS on which you're running this. I believe it's 1 here, the other end of the pipe is handled by openssh and from loo