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
- 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.
- ¦ ¦ ¦ ¦
- 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 |
Joe Marcus Clarke (marcus) |
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 |
Tobias C. Berner (tcberner) |
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 |
Stefan Eßer (se) |
*/*: 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 |
Tobias Kortkamp (tobik) |
*: 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 |
Bernhard Froehlich (decke) |
net/tshark: Fix CPE information
Approved by: portmgr (blanket) |
3.4.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.5 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
3.0.4 14 Sep 2019 18:58:04 |
marcus |
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 |
marcus |
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 |
marcus |
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 |
swills |
Unmark broken on powerpc64
These ports built successfully |
2.0.2_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
2.0.0 22 Nov 2015 23:46:34 |
marcus |
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 |
marcus |
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 |
antoine |
Fix tshark options and dependencies |
1.12.0_2 28 Aug 2014 10:21:32 |
tijl |
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 |
marcus |
These ports all inherit stage support. |
1.10.2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.99.3a 25 Aug 2006 07:14:07 |
marcus |
Update to 0.99.3a. |
0.99.2_1 04 Aug 2006 21:14:31 |
marcus |
Correct DATADIR name for tshark and tshark-lite.
Reported by: pointyhat via erwin |
0.99.2 18 Jul 2006 05:03:54 |
marcus |
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. |