Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!bbn.com!nic!hri!sparc2!limey From: limey@hri.com (Craig Hughes) Newsgroups: comp.unix.internals Subject: Monitoring tcp/ip Message-ID: <1990Oct1.101703@hri.com> Date: 1 Oct 90 14:17:03 GMT Sender: news@hri.com Reply-To: limey@hri.com Organization: Horizon Research, Inc. Lines: 25 I'd like to be able to monitor tcp/ip traffic on my system without having to rewrite all of the socket() related system calls to include instrumentation. Is there an easy way to notify a process that a connection is being made on that particular machine? Once I have that, I believe I can make a daemon that will transparently pass this information between communicating processes. The program xmon which monitors X protocol streams, does something close to what I want; it looks like the X server to the clients, and looks like the clients to the X server, but it knows what port numbers to listen to; I don't, and therefore have to somehow monitor all ports for communication requests. Any input would be appreciated, --craig ------------------------------------------------------------------------ --------- Craig S. Hughes UUCP: ...bbn!hri.com!limey Horizon Research, Inc. INET: limey@hri.com 1432 Main Street Waltham, MA 02154 <- ------------- -> ------------------------------------------------------------------------ ---------