Port details on branch 2022Q2 |
- wireshark-lite Powerful network analyzer/capture tool (lite package)
- 3.6.3_1 net
=0 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error. - Maintainer: marcus@FreeBSD.org
 - Port Added: 2022-04-24 04:17:11
- Last Update: unknown
- 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.
WWW: https://www.wireshark.org/
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wireshark-lite>0:net/wireshark-lite
- Conflicts:
- CONFLICTS_INSTALL:
- wireshark
- tshark
- tshark-lite
- To install the port:
- cd /usr/ports/net/wireshark-lite/ && make install clean
- To add the package, run one of these commands:
- pkg install net/wireshark-lite
- pkg install wireshark-lite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wireshark-lite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648731649
SHA256 (wireshark-3.6.3.tar.xz) = b60364a4c0068a10811ab3fd075ca6c1eb0e75d44600271b88a20ed93a2ef631
SIZE (wireshark-3.6.3.tar.xz) = 39935892
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
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.8 : lang/python38
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- perl5>=5.32.r0<5.33 : lang/perl5.32
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Runtime dependencies:
-
- python3.8 : lang/python38
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- 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
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wireshark-lite-3.6.3_1:
DECRYPT=on: Decryption support for SSL and IPSec
GUI=on: Enable Qt 5 based Wireshark GUI
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_wireshark-lite
- USES:
- alias cmake compiler:c++11-lang cpe gettext-runtime gnome libtool localbase pathfix perl5 pkgconfig python:3.4+ ssl tar:xz gssapi qt:5 desktop-file-utils shared-mime-info
- 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:
|