./wip/tcptrack, Watch TCP connections

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.0, Package name: tcptrack-1.4.0, Maintainer: pkgsrc-users

tcptrack is a sniffer which displays information about TCP connections
it sees on a network interface.It passively watches for connections on
the network interface, keeps track of their state and displays a list
of connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time,
and bandwidth usage


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 9d4410401facc2ccac15ffa1b0f2630aee08e70f
Filesize: 109.351 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:22 by othyro | Files touched by this commit (104)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-10-07 19:17:20 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-03-30 12:30:18 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 1.4.0:
* Incorporated patches from Kristof Provost for IPv6 support and numerous
  cleanups and bug fixes. An issue where tcptrack would run but not display
  any connections should now be fixed.
   2009-09-03 13:46:44 by Geert Hendrickx | Files touched by this commit (1)
Log message:
Update distinfo.
   2009-03-14 21:32:47 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Added paragraph

   2009-03-14 21:28:54 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update version, fixed PKG_DESTDIR_SUPPORT, and USE_LANGUAGES

   2006-12-24 22:30:22 by Sergey Svishchev | Files touched by this commit (2)
Log message:
* 1.2.0 released 2006-dec-20
- Fixes for compiling on gcc 4.1+ (thanks to Dries Verachtert, Christian Weiss)
- 802.1q VLAN support (thanks to Adam Osuchowski)
   2006-11-27 19:35:05 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Update to 1.1.5 (released on 2005-mar-12):
- Fixed a bug where tcptrack would crash due to a floating point exception
  if it sniffed TCP packets with source or destination ports of 0.