Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!tank!oddjob!matt From: matt@oddjob.uchicago.edu (Matt Crawford) Newsgroups: comp.unix.wizards Subject: Re: What processes are on the ends of a TCP connection? Message-ID: <2114@tank.uchicago.edu> Date: 3 Mar 89 18:06:43 GMT References: <190@heart-of-goldmitre.org> Sender: news@tank.uchicago.edu Reply-To: matt@oddjob.uchicago.edu (Matt Crawford) Organization: Morse Science High School Lines: 28 In-reply-to: jc@heart-of-goldmitre.org (John M Chambers) In article <190@heart-of-goldmitre.org> jc writes: ) OK all you BSD networking wizards, here's a simple one (;-): ) ) How do I identify the processes that are involved? [in a TCP ) connection] ... ) So can someone out there explain to me just how trivial it is? Trivial? You decide. You can try going through the following procedure with adb, then think about writing a program to do it for you. Use "netstat -a -A" and note the "PCB" address of the connection of interest. Call that address AAA. adb /vmunix /dev/kmem 0xAAA$