aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tcplist/files
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on -currentKirill Ponomarev2003-10-132-4/+148
| | | | | | | | PR: 57968 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=91093
* fix byteorder -- tcplist -n returns the IP address in network orderDavid E. O'Brien2002-02-121-0/+11
| | | | | | | | | | instead of host order. PR: 34873 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=54614
* Fix tcplist for the version of lsof in the ports tree. It wasn't parsingSheldon Hearn1999-06-281-0/+11
| | | | | | | | | | lsof's output correctly. PR: 9191 Submitted by: Andrew Stevenson <andrew@ugh.net.au> Notes: svn path=/head/; revision=19868
* Don't document the -s commandline option twice in the manpage.Steve Price1998-01-111-0/+11
| | | | | | | | PR: 4919 Submitted by: Mikhail A. Sokolov <mishania@demos.net> Notes: svn path=/head/; revision=9321
* Author applied our 4.4BSD patches and released a new version.David E. O'Brien1997-04-241-28/+0
| | | | | | | Submitted by: John DiMarco <jdd@cs.toronto.edu> Notes: svn path=/head/; revision=6291
* Need to use htons() on the port number before calling getservicebyname().David E. O'Brien1997-04-241-2/+13
| | | | | | | | | (thanks Christopher!) Submitted by: Christopher Masto <chris@chris.netmonger.net> Notes: svn path=/head/; revision=6289
* Tcplist makes a list of tcp connections to and from the local machine,David E. O'Brien1997-04-242-0/+77
displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Tcplist uses LSOF to do its low level work on 4.4BSD machines. Notes: svn path=/head/; revision=6284