diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:27:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:27:59 +0000 |
commit | 1a6bd18797afa91f7d2f261d9ddbb187afdbaeec (patch) | |
tree | 2efe3bd3976fcfff001db308d015d347c7cfd8db /net/wireshark | |
parent | 432aef3549f9c0878d285d07f651c99e9a0eea2d (diff) | |
download | ports-1a6bd18797afa91f7d2f261d9ddbb187afdbaeec.tar.gz ports-1a6bd18797afa91f7d2f261d9ddbb187afdbaeec.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b5015945a5c1..c9bc0dddb9ed 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -66,7 +66,7 @@ OPTIONS_SINGLE= KERBEROS OPTIONS_RADIO_GUI= GTK2 GTK3 QT5 OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEIMDAL KRB_MIT KRB_NONE -OPTIONS_DEFAULT?= SNMP IPV6 GEOIP KRB_BASE GTK3 DECRYPT +OPTIONS_DEFAULT?= SNMP GEOIP KRB_BASE GTK3 DECRYPT RTP_DESC= Enable support for playing back RTP streams DECRYPT_DESC= Decryption support for SSL and IPSec |