Port details |
- wireshark-qt5 Powerful network analyzer/capture tool (QT package)
- 3.0.0_2 net
=0 3.0.0_2Version of this port present on the latest quarterly branch.
- Maintainer: marcus@FreeBSD.org
- Port Added: 2015-02-04 16:37:27
- Last Update: 2019-03-05 07:49:34
- SVN Revision: 494683
- Also Listed In: ipv6
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wireshark>0:net/wireshark-qt5
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: wireshark
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1551565540
SHA256 (wireshark-3.0.0.tar.xz) = bc4f30f5b2e94f3a696fef9de44673cdf402db90aac5299966da647f708f009e
SIZE (wireshark-3.0.0.tar.xz) = 30953760
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: net/wireshark
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.6 : lang/python36
- perl5>=5.28.r1<5.29 : lang/perl5.28
- Runtime dependencies:
-
- python3.6 : lang/python36
- Library dependencies:
-
- libgpg-error.so : security/libgpg-error
- libgcrypt.so : security/libgcrypt
- liblz4.so : archivers/liblz4
- libnghttp2.so : www/libnghttp2
- libsnappy.so : archivers/snappy
- 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 wireshark-3.0.0_2:
ANDROIDDUMP=off: Build androiddump extcap tool
CARES=off: Enable support for asynchronous DNS via c-ares
CISCODUMP=off: Build ciscodump extcap tool
DECRYPT=off: Decryption support for SSL and IPSec
GUI=off: Enable Qt 5 based Wireshark GUI
LUA=off: Lua scripting language support
MAXMIND=off: Enable MaxMindDB-based GeoIP geolocation support
RTP=off: Enable support for playing back RTP streams
SNMP=on: SNMP network protocol support
SSHDUMP=off: Build sshdump extcap tool
====> Kerberos dissection support: you have to select exactly one of them
KRB_BASE=on: Kerberos support via base system
KRB_HEIMDAL=off: Kerberos support via security/heimdal
KRB_MIT=off: Kerberos support via security/krb5
KRB_NONE=off: Disable Kerberos support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- alias cmake cpe compiler:c++11-lang gettext-runtime libtool localbase pathfix perl5 pkgconfig python:3.4+ ssl tar:xz gssapi gnome
- pkg-message:
- ===============================================================================
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:
|
Number of commits found: 6
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 |
3.0.0_2 05 Mar 2019 07:49:34 |
antoine |
Remove now duplicate net/wireshark-qt5 |
2.6.6_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.6.5_3 13 Jan 2019 20:58:37 |
adamw |
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this. |
2.0.3 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.12.8_1 16 Nov 2015 17:19:50 |
marcus |
- Drop gettext / iconv dependencies - they are not used here.
- Drop obsolete THREADS / PCRE / X11 options.
- Convert to OPTIONS helpers.
- Allow to choose between various Kerberos implementations.
- Add Lua 5.2 into supported versions list.
- Restore GTK2 option.
- Improve some descriptions.
- Use 'install_desktop_files' target for installing *.deskop, *.xml and icon
files.
- When c-ares is selected, adns will not be used - convert them into
OPTIONS_SINGLE.
- RTP support is compiled into GTK+ GUI - disable it in other cases.
- Bump PORTREVISION.
PR: 204411
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> |
1.12.3 04 Feb 2015 16:37:21 |
marcus |
Add support for building wireshark with Qt 5 GUI support. Note: not all of
the GTK+ features have been ported to Qt yet.
PR: 196728
Submitted by: olevole@olevole.ru |
Number of commits found: 6
|