Port details |
- tshark Powerful network analyzer/capture tool
- 4.0.1 net
=11 4.0.1Version of this port present on the latest quarterly branch. - Maintainer: marcus@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2006-07-18 05:04:28
- Last Update: 2023-03-03 19:23:24
- Commit Hash: 6a93584
- People watching this port, also watch:: nmap, screen, unzip, t1lib, curl
- License: GPLv2
- WWW:
- https://www.wireshark.org/
- Description:
- A network analyzer that lets you capture and interactively browse the
contents of packets from a variety of network interface types. Packet data can
be read from a file, or live from a local network interface.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- tshark-lite
- wireshark-lite
- wireshark
- No installation instructions:
- This port has been deleted.
- PKGNAME: tshark
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1666814178
SHA256 (wireshark-4.0.1.tar.xz) = b3b002f99d13bbf47f9ed3be7eb372cb0c2454bd0faea29a756819ce019ffdc2
SIZE (wireshark-4.0.1.tar.xz) = 41282116
Packages (timestamps in pop-ups are UTC):
- Master port: net/wireshark
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- asciidoctor : textproc/rubygem-asciidoctor
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libgpg-error.so : security/libgpg-error
- libgcrypt.so : security/libgcrypt
- liblz4.so : archivers/liblz4
- libnghttp2.so : www/libnghttp2
- libsnappy.so : archivers/snappy
- libcares.so : dns/c-ares
- libzstd.so : archivers/zstd
- libgnutls.so : security/gnutls
- libgcrypt.so : security/libgcrypt
- libmaxminddb.so : net/libmaxminddb
- libsmi.so : net-mgmt/libsmi
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tshark-4.0.1:
ANDROIDDUMP=off: Build androiddump extcap tool
CISCODUMP=off: Build ciscodump extcap tool
DECRYPT=on: Decryption support for SSL and IPSec
LTO=off: Use Link-Time Optimization
LUA=off: Lua scripting language support
MAXMIND=on: Enable MaxMindDB-based GeoIP geolocation support
OPUS=off: Build opus decoder plugin
RTP=off: Enable support for playing back RTP streams
SNMP=on: SNMP network protocol support
SSHDUMP=off: Build sshdump extcap tool
WIFIDUMP=off: Build wifidump extcap tool
====> Kerberos dissection support: you have to select exactly one of them
GSSAPI_BASE=on: Kerberos support via base system
GSSAPI_HEIMDAL=off: Kerberos support via security/heimdal
GSSAPI_MIT=off: Kerberos support via security/krb5
GSSAPI_NONE=off: Disable Kerberos support
===> Use 'make config' to modify these settings
- Options name:
- net_tshark
- USES:
- alias cmake compiler:c++11-lang cpe gettext-runtime gnome libtool localbase pathfix perl5 pkgconfig python:3.4+ ssl tar:xz gssapi
- pkg-message:
- For install:
- In order for wireshark be able to capture packets when used by unprivileged
user, /dev/bpf should be in network group and have read-write permissions.
For example:
# chgrp network /dev/bpf*
# chmod g+r /dev/bpf*
# chmod g+w /dev/bpf*
In order for this to persist across reboots, add the following to
/etc/devfs.conf:
own bpf* root:network
perm bpf* 0660
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: net/wireshark |
Commit | Credits | Log message |
4.0.1 03 Mar 2023 19:23:24
![commit hash: 6a935845e10394848985fe63fefe46e259108694 commit hash: 6a935845e10394848985fe63fefe46e259108694](/images/git.png) ![commit hash: 6a935845e10394848985fe63fefe46e259108694 commit hash: 6a935845e10394848985fe63fefe46e259108694](/images/codeberg.svg) ![commit hash: 6a935845e10394848985fe63fefe46e259108694 commit hash: 6a935845e10394848985fe63fefe46e259108694](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Joe Marcus Clarke (marcus) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net/Makefile: Remove tshark, tshark-lite, and wireshark-lite
The tshark port is now the nox11 flavor of net/wireshark. |
3.6.6 20 Jul 2022 14:22:37
![commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624](/images/git.png) ![commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624](/images/codeberg.svg) ![commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
3.4.9_1 23 Nov 2021 22:11:40
![commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af](/images/git.png) ![commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af](/images/codeberg.svg) ![commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.4.9 12 Oct 2021 15:01:38
![commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1](/images/git.png) ![commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1](/images/codeberg.svg) ![commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias Kortkamp (tobik) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
3.4.8 03 Sep 2021 09:19:19
![commit hash: b6c692c88fe9e467b02f8d8aff6ed584669abb32 commit hash: b6c692c88fe9e467b02f8d8aff6ed584669abb32](/images/git.png) ![commit hash: b6c692c88fe9e467b02f8d8aff6ed584669abb32 commit hash: b6c692c88fe9e467b02f8d8aff6ed584669abb32](/images/codeberg.svg) ![commit hash: b6c692c88fe9e467b02f8d8aff6ed584669abb32 commit hash: b6c692c88fe9e467b02f8d8aff6ed584669abb32](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Bernhard Froehlich (decke) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net/tshark: Fix CPE information
Approved by: portmgr (blanket) |
3.4.4 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.0.5 09 Oct 2019 12:17:15
![Revision:514143 Revision:514143](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
3.0.4 14 Sep 2019 18:58:04
![Revision:512045 Revision:512045](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.4.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes
in this release. |
3.0.0_1 13 Mar 2019 20:47:19
![Revision:495662 Revision:495662](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Various fixes.
* Fix detection of the LUA library
* Unconditionally package libwscodecs
* Add CONFLICTS_INSTALL throughout
PR: 236332 (for LUA)
236468 (for conflicts) |
3.0.0 05 Mar 2019 01:02:01
![Revision:494666 Revision:494666](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.0.0.
Note: the GTK+ UI is now gone. Qt 5 is all that remains.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.0.html for a list
of changes in this release. |
2.0.5 15 Sep 2016 01:41:28
![Revision:422175 Revision:422175](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unmark broken on powerpc64
These ports built successfully |
2.0.2_1 21 Apr 2016 16:43:15
![Revision:413746 Revision:413746](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
many ports: mark broken on powerpc64 |
2.0.0 22 Nov 2015 23:46:34
![Revision:402248 Revision:402248](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 2.0.0 and provide a pointer on how to build with Kerberos
when the port is installed.
The relase notes for 2.0 can be found at
https://www.wireshark.org/docs/relnotes/wireshark-2.0.0.html . |
1.12.8_2 17 Nov 2015 17:35:31
![Revision:401821 Revision:401821](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Refactor tshark and the lite ports to fix the build.
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> |
1.12.3_1 06 Feb 2015 10:52:51
![Revision:378526 Revision:378526](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix tshark options and dependencies |
1.12.0_2 28 Aug 2014 10:21:32
![Revision:366389 Revision:366389](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port) |
1.10.2 19 Oct 2013 04:18:03
![Revision:330845 Revision:330845](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
These ports all inherit stage support. |
1.10.2 20 Sep 2013 22:10:25
![Revision:327755 Revision:327755](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.99.3a 25 Aug 2006 07:14:07
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.99.3a. |
0.99.2_1 04 Aug 2006 21:14:31
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Correct DATADIR name for tshark and tshark-lite.
Reported by: pointyhat via erwin |
0.99.2 18 Jul 2006 05:03:54
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add wireshark and tshark after repocopies from ethereal and tethereal
respectively. Wireshark is a rename of ethereal after the principal
developer moved companies and lost the Ethereal copyright.
Messenger, don't shoot!
Now the ethereal binary is called wireshark, the tethereal binary is
called tshark, and idl2eth is now idl2wrs. All other binaries have
kept the same name.
In addition to this name change, I have also changed the PREFIX from X11BASE
to LOCALBASE. |