Port details |
- tshark-lite Powerful network analyzer/capture tool (lite package)
- 4.0.1 net
=5 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, openvpn, monit, nagios
- 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:
-
- tshark-lite>0:net/tshark-lite
- Conflicts:
- CONFLICTS_INSTALL:
- tshark
- wireshark
- wireshark-lite
- No installation instructions:
- This port has been deleted.
- PKGNAME: tshark-lite
- 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
- 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-lite-4.0.1:
DECRYPT=on: Decryption support for SSL and IPSec
LTO=off: Use Link-Time Optimization
MAXMIND=on: Enable MaxMindDB-based GeoIP geolocation support
OPUS=off: Build opus decoder plugin
====> 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-lite
- 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.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
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.3_1 02 Aug 2019 23:19:07 |
marcus |
Unconditionally install dumpcap.
This is required to actually be able to capture packets with tshark.
PR: 239601 |
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) |
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 |
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.10.8 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.10.7 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
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.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. |