Port details |
- tcptrack Packet sniffer that displays TCP information like top(1)
- 1.4.2_4 net-mgmt =9 1.4.2_4Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2004-11-07 00:36:13
- Last Update: 2025-01-12 21:41:57
- Commit Hash: aa03dfb
- People watching this port, also watch:: nmap, curl, libmcrypt, sudo, razor-agents
- License: LGPL21
- WWW:
- https://BSDforge.com/projects/net-mgmt/tcptrack/
- Description:
- tcptrack is a sniffer that 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(1) command. It displays
source and destination addresses, ports, connection state, idle time, and
bandwidth usage.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tcptrack>0:net-mgmt/tcptrack
- To install the port:
- cd /usr/ports/net-mgmt/tcptrack/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/tcptrack
- pkg install tcptrack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcptrack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tcptrack-1.4.2.tar.gz) = 6607b1e1c778c49d3e8795e119065cf66eb2db28b3255dbc56b1612527107049
SIZE (tcptrack-1.4.2.tar.gz) = 120569
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_tcptrack
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2_4 12 Jan 2025 21:41:57 |
Piotr Kubaj (pkubaj) |
net-mgmt/tcptrack: fix build on armv7 / powerpc
TextUI.cc:306:17: error: format specifies type 'int' but the argument has type
'time_t' (aka 'long long') [-Werror,-Wformat]
306 | printw("%ds",ic->getIdleSeconds());
| ~~ ^~~~~~~~~~~~~~~~~~~~
| %lld
TextUI.cc:308:17: error: format specifies type 'int' but the argument has type
'time_t' (aka 'long long') [-Werror,-Wformat]
308 | printw("%dm",ic->getIdleSeconds()/60);
| ~~ ^~~~~~~~~~~~~~~~~~~~~~~
| %lld
TextUI.cc:310:17: error: format specifies type 'int' but the argument has type
'time_t' (aka 'long long') [-Werror,-Wformat]
310 | printw("%dh",ic->getIdleSeconds()/3600);
| ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
| %lld
3 errors generated. |
1.4.2_4 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.4.2_4 27 Feb 2024 16:30:55 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
*: Move manpages to share/man
PR: 277322 |
1.4.2_3 02 Aug 2023 14:16:41 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/tcptrack: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.4.2_3 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
1.4.2_3 14 May 2023 17:39:23 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/tcptrack: Unbreak on HEAD
- Pet portclippy
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.2_3 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.4.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2_3 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
1.4.2_3 01 Dec 2017 11:14:32 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
1.4.2_3 05 Feb 2016 11:42:58 |
marino |
net-mgmt/tcptrack: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
1.4.2_3 26 Aug 2015 00:30:37 |
delphij |
- Add more MASTERSITE;
- Fix a bug revealed by clang 3.7 [1]
- Give maintainership to submitter [2];
PR: ports/202535 [1], ports/202658 [2]
Submitted by: dim [1], Chris Hutchinson [2] |
1.4.2_2 23 Mar 2015 21:28:54 |
marino |
net-mgmt/tcptrack: Reset maintainer, it was accidently reverted
bapt@ reset the maintainer on non-staged ports on 25 Aug 2014 (r366054),
but pi@ accidently reverted that the same day (r366055). The PR it was
based on was not submitted by the maintainer. Thus, I am resetting it
again as it was intended. |
1.4.2_2 23 Mar 2015 20:47:56 |
mi |
Unbreak:
. Fix the ancient bug, which prevented this from being
compiled with delightfully picky clang++ -- thus removing
the GCC-requirement added by pi@
. Remove the author's curious attempts to impose stack-size
limits on the various threads of this program -- this was,
what caused the program to crash at run-time
. Get rid of pkg-plist (which only had two files) anyway.
. Declare the LICENSE (LGPL21)
Bump PORTREVISION.
Approved by: port being condemned for deletion |
1.4.2_1 28 Feb 2015 12:23:51 |
antoine |
Deprecate ports broken for more than 6 months |
1.4.2_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.4.2 25 Aug 2014 10:58:35 |
pi |
net-mgmt/tcptrack: mark as BROKEN |
1.4.2 25 Aug 2014 10:53:15 |
pi |
net-mgmt/tcptrack: 1.3.0 -> 1.4.2
- While here, fix build and add staging
- TODO: binary still segfaults
PR: 191902
Submitted by: pkubaj@riseup.net |
1.3.0 25 Aug 2014 10:20:51 |
bapt |
Reset maintainership on nonstaged ports
With hat: portmgr |
1.3.0 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
1.3.0 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
1.3.0 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.3.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.3.0 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.3.0 13 Feb 2008 08:55:33 |
miwi |
- Update to 1.3.0
PR: 120339
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.2.0 21 Dec 2006 19:57:49 |
miwi |
- Update to 1.2.0
Release topics:
- 802.1q VLAN support
- Fixes for compiling on gcc 4.1+
PR: ports107034
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.1.5 16 Dec 2006 09:28:17 |
miwi |
- Fix build with gcc 4.X
PR: ports/106802
Submitted by: Tor Halvard Furulund <squat@squat.no> (maintainer) |
1.1.5 23 Jan 2006 23:46:06 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.5 12 Oct 2005 21:19:18 |
linimon |
Pacify distfile survey. |
1.1.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.1.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.1.5 13 Mar 2005 10:32:35 |
krion |
Update to 1.1.5
PR: ports/78764
Submitted by: maintainer |
1.1.4 07 Nov 2004 00:24:43 |
sergei |
Add net-mgmt/tcptrack:
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.
WWW: http://www.rhythm.cx/~steve/devel/tcptrack
PR: ports/72543
Submitted by: Tor Halvard Furulund <squat@squat.no> |