pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wireshark2: Import wireshark-2.6.15 as wip/wireshark2



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Mar 3 17:49:10 2020 +0100
Changeset:	2c2288022b76302e119a0b90bd195970ac049507

Modified Files:
	Makefile
Added Files:
	wireshark2/DESCR
	wireshark2/Makefile
	wireshark2/PLIST
	wireshark2/distinfo
	wireshark2/options.mk

Log Message:
wireshark2: Import wireshark-2.6.15 as wip/wireshark2

Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems.  It uses GTK+, a graphical user interface
library, and libpcap, a packet capture and filtering library.

The Wireshark distribution also comes with TShark, which is a
line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
same dissection, capture-file reading and writing, and packet filtering
code as Wireshark, and with editcap, which is a program to read capture
files and write the packets from that capture file, possibly in a
different capture file format, and with some packets possibly removed
from the capture.

This package tracks version 2 stable branch.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c2288022b76302e119a0b90bd195970ac049507

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |   1 +
 wireshark2/DESCR      |  13 +
 wireshark2/Makefile   |  81 ++++
 wireshark2/PLIST      | 995 ++++++++++++++++++++++++++++++++++++++++++++++++++
 wireshark2/distinfo   |   6 +
 wireshark2/options.mk |  99 +++++
 6 files changed, 1195 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6f254f53ac..cd517cb361 100644
--- a/Makefile
+++ b/Makefile
@@ -5000,6 +5000,7 @@ SUBDIR+=	wine64-dev
 SUBDIR+=	wings
 SUBDIR+=	winwrangler
 SUBDIR+=	wireless-tools
+SUBDIR+=	wireshark2
 SUBDIR+=	wise2
 SUBDIR+=	wise3
 SUBDIR+=	witchblast
diff --git a/wireshark2/DESCR b/wireshark2/DESCR
new file mode 100644
index 0000000000..88792fa01b
--- /dev/null
+++ b/wireshark2/DESCR
@@ -0,0 +1,13 @@
+Wireshark is a network traffic analyzer, or "sniffer", for Unix and
+Unix-like operating systems.  It uses GTK+, a graphical user interface
+library, and libpcap, a packet capture and filtering library.
+
+The Wireshark distribution also comes with TShark, which is a
+line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
+same dissection, capture-file reading and writing, and packet filtering
+code as Wireshark, and with editcap, which is a program to read capture
+files and write the packets from that capture file, possibly in a
+different capture file format, and with some packets possibly removed
+from the capture.
+
+This package tracks version 2 stable branch.
diff --git a/wireshark2/Makefile b/wireshark2/Makefile
new file mode 100644
index 0000000000..20f7751c54
--- /dev/null
+++ b/wireshark2/Makefile
@@ -0,0 +1,81 @@
+# $NetBSD: Makefile,v 1.205 2019/03/07 10:39:52 adam Exp $
+
+DISTNAME=	wireshark-2.6.15
+CATEGORIES=	net
+MASTER_SITES=	https://www.wireshark.org/download/src/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.wireshark.org/
+COMMENT=	Network protocol analyzer
+LICENSE=	gnu-gpl-v2
+
+CONFLICTS+=		ethereal-[0-9]*
+
+USE_LANGUAGES=		c c++
+USE_LIBTOOL=		yes
+USE_TOOLS+=		gmake perl pkg-config yacc lex
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--enable-static=no
+CONFIGURE_ARGS+=	--with-pcap=${BUILDLINK_PREFIX.libpcap}
+CONFIGURE_ARGS+=	--with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ENV+=		ac_cv_path_YACCDUMMY=${TOOLS_PATH.yacc}
+CONFIGURE_ENV+=		ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex}
+PKGCONFIG_OVERRIDE+=	wireshark.pc.in
+SHLIBTOOL_OVERRIDE=	# empty
+
+CHECK_PORTABILITY_SKIP+=	packaging/macosx/*/*
+
+PTHREAD_OPTS+=		require
+
+PYTHON_FOR_BUILD_ONLY=		yes
+REPLACE_PYTHON+=		help/faq.py
+REPLACE_PYTHON+=		tools/asn2deb
+REPLACE_PYTHON+=		tools/asn2wrs.py
+REPLACE_PYTHON+=		tools/dfilter-test.py
+REPLACE_PYTHON+=		tools/ftsanity.py
+REPLACE_PYTHON+=		tools/html2text.py
+REPLACE_PYTHON+=		tools/idl2deb
+REPLACE_PYTHON+=		tools/indexcap.py
+REPLACE_PYTHON+=		tools/msnchat
+REPLACE_PYTHON+=		tools/ncp2222.py
+REPLACE_PYTHON+=		tools/netscreen2dump.py
+REPLACE_PYTHON+=		tools/pkt-from-core.py
+REPLACE_PYTHON+=		tools/rdps.py
+
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
+.if !empty(MACHINE_PLATFORM:MDarwin-[567].*-*)
+USE_BUILTIN.libpcap=	no
+.endif
+
+# Extra post install targets are in options.mk
+post-install: ${POST_INSTALL_TARGETS}
+
+# wireshark no longer builds with NetBSD 3.x provided zlib
+BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.1
+
+# wireshark uses gdk_pixbuf_new_from_inline which is deprecated, but asks
+# to hide deprecated prototypes. This leads to pointer truncation.
+# gui_utils.c:514:12: warning: incompatible integer to pointer conversion
+# assigning to 'GdkPixbuf *' (aka 'struct _GdkPixbuf *') from 'int'
+# [-Wint-conversion]
+BUILDLINK_TRANSFORM+=	rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
+
+.include "../../archivers/lz4/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libsmi/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/snappy/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../net/libcares/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../security/libssh/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/krb5.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wireshark2/PLIST b/wireshark2/PLIST
new file mode 100644
index 0000000000..3d7b7be615
--- /dev/null
+++ b/wireshark2/PLIST
@@ -0,0 +1,995 @@
+@comment $NetBSD: PLIST,v 1.39 2018/12/03 15:35:15 adam Exp $
+bin/capinfos
+bin/captype
+bin/dumpcap
+bin/editcap
+bin/idl2wrs
+bin/mergecap
+bin/randpkt
+bin/rawshark
+bin/reordercap
+bin/sharkd
+bin/text2pcap
+bin/tshark
+${PLIST.qt}bin/wireshark
+${PLIST.gtk3}bin/wireshark-gtk
+include/wireshark/cfile.h
+include/wireshark/codecs/codecs.h
+include/wireshark/epan/addr_and_mask.h
+include/wireshark/epan/addr_resolv.h
+include/wireshark/epan/address.h
+include/wireshark/epan/address_types.h
+include/wireshark/epan/afn.h
+include/wireshark/epan/aftypes.h
+include/wireshark/epan/app_mem_usage.h
+include/wireshark/epan/arcnet_pids.h
+include/wireshark/epan/arptypes.h
+include/wireshark/epan/asn1.h
+include/wireshark/epan/ax25_pids.h
+include/wireshark/epan/bridged_pids.h
+include/wireshark/epan/capture_dissectors.h
+include/wireshark/epan/charsets.h
+include/wireshark/epan/chdlctypes.h
+include/wireshark/epan/color_filters.h
+include/wireshark/epan/column-info.h
+include/wireshark/epan/column-utils.h
+include/wireshark/epan/column.h
+include/wireshark/epan/conv_id.h
+include/wireshark/epan/conversation.h
+include/wireshark/epan/conversation_debug.h
+include/wireshark/epan/conversation_table.h
+include/wireshark/epan/crc10-tvb.h
+include/wireshark/epan/crc16-tvb.h
+include/wireshark/epan/crc32-tvb.h
+include/wireshark/epan/crc6-tvb.h
+include/wireshark/epan/crc8-tvb.h
+include/wireshark/epan/decode_as.h
+include/wireshark/epan/dfilter/dfilter.h
+include/wireshark/epan/dfilter/drange.h
+include/wireshark/epan/diam_dict.h
+include/wireshark/epan/disabled_protos.h
+include/wireshark/epan/dissector_filters.h
+include/wireshark/epan/dissectors/dissectors.h
+include/wireshark/epan/dissectors/packet-6lowpan.h
+include/wireshark/epan/dissectors/packet-a21.h
+include/wireshark/epan/dissectors/packet-acp133.h
+include/wireshark/epan/dissectors/packet-acse.h
+include/wireshark/epan/dissectors/packet-actrace.h
+include/wireshark/epan/dissectors/packet-adb_service.h
+include/wireshark/epan/dissectors/packet-afp.h
+include/wireshark/epan/dissectors/packet-alcap.h
+include/wireshark/epan/dissectors/packet-ansi_a.h
+include/wireshark/epan/dissectors/packet-ansi_map.h
+include/wireshark/epan/dissectors/packet-ansi_tcap.h
+include/wireshark/epan/dissectors/packet-arp.h
+include/wireshark/epan/dissectors/packet-atalk.h
+include/wireshark/epan/dissectors/packet-atm.h
+include/wireshark/epan/dissectors/packet-atn-ulcs.h
+include/wireshark/epan/dissectors/packet-bacapp.h
+include/wireshark/epan/dissectors/packet-bacnet.h
+include/wireshark/epan/dissectors/packet-ber.h
+include/wireshark/epan/dissectors/packet-bfd.h
+include/wireshark/epan/dissectors/packet-bgp.h
+include/wireshark/epan/dissectors/packet-bluetooth.h
+include/wireshark/epan/dissectors/packet-bssap.h
+include/wireshark/epan/dissectors/packet-bssgp.h
+include/wireshark/epan/dissectors/packet-btatt.h
+include/wireshark/epan/dissectors/packet-btavctp.h
+include/wireshark/epan/dissectors/packet-btavdtp.h
+include/wireshark/epan/dissectors/packet-btavrcp.h
+include/wireshark/epan/dissectors/packet-bthci_acl.h
+include/wireshark/epan/dissectors/packet-bthci_cmd.h
+include/wireshark/epan/dissectors/packet-bthci_evt.h
+include/wireshark/epan/dissectors/packet-bthci_sco.h
+include/wireshark/epan/dissectors/packet-btl2cap.h
+include/wireshark/epan/dissectors/packet-btle.h
+include/wireshark/epan/dissectors/packet-btrfcomm.h
+include/wireshark/epan/dissectors/packet-btsdp.h
+include/wireshark/epan/dissectors/packet-c1222.h
+include/wireshark/epan/dissectors/packet-camel.h
+include/wireshark/epan/dissectors/packet-cdt.h
+include/wireshark/epan/dissectors/packet-cell_broadcast.h
+include/wireshark/epan/dissectors/packet-charging_ase.h
+include/wireshark/epan/dissectors/packet-chdlc.h
+include/wireshark/epan/dissectors/packet-cip.h
+include/wireshark/epan/dissectors/packet-cipsafety.h
+include/wireshark/epan/dissectors/packet-clearcase.h
+include/wireshark/epan/dissectors/packet-cmip.h
+include/wireshark/epan/dissectors/packet-cmp.h
+include/wireshark/epan/dissectors/packet-cms.h
+include/wireshark/epan/dissectors/packet-coap.h
+include/wireshark/epan/dissectors/packet-credssp.h
+include/wireshark/epan/dissectors/packet-crmf.h
+include/wireshark/epan/dissectors/packet-csn1.h
+include/wireshark/epan/dissectors/packet-dap.h
+include/wireshark/epan/dissectors/packet-dcc.h
+include/wireshark/epan/dissectors/packet-dccp.h
+include/wireshark/epan/dissectors/packet-dcerpc-atsvc.h
+include/wireshark/epan/dissectors/packet-dcerpc-browser.h
+include/wireshark/epan/dissectors/packet-dcerpc-budb.h
+include/wireshark/epan/dissectors/packet-dcerpc-butc.h
+include/wireshark/epan/dissectors/packet-dcerpc-clusapi.h
+include/wireshark/epan/dissectors/packet-dcerpc-dce122.h
+include/wireshark/epan/dissectors/packet-dcerpc-dcom.h
+include/wireshark/epan/dissectors/packet-dcerpc-dfs.h
+include/wireshark/epan/dissectors/packet-dcerpc-dnsserver.h
+include/wireshark/epan/dissectors/packet-dcerpc-drsuapi.h
+include/wireshark/epan/dissectors/packet-dcerpc-dssetup.h
+include/wireshark/epan/dissectors/packet-dcerpc-efs.h
+include/wireshark/epan/dissectors/packet-dcerpc-eventlog.h
+include/wireshark/epan/dissectors/packet-dcerpc-frsapi.h
+include/wireshark/epan/dissectors/packet-dcerpc-frsrpc.h
+include/wireshark/epan/dissectors/packet-dcerpc-frstrans.h
+include/wireshark/epan/dissectors/packet-dcerpc-initshutdown.h
+include/wireshark/epan/dissectors/packet-dcerpc-lsa.h
+include/wireshark/epan/dissectors/packet-dcerpc-mapi.h
+include/wireshark/epan/dissectors/packet-dcerpc-mdssvc.h
+include/wireshark/epan/dissectors/packet-dcerpc-misc.h
+include/wireshark/epan/dissectors/packet-dcerpc-netlogon.h
+include/wireshark/epan/dissectors/packet-dcerpc-nspi.h
+include/wireshark/epan/dissectors/packet-dcerpc-nt.h
+include/wireshark/epan/dissectors/packet-dcerpc-pnp.h
+include/wireshark/epan/dissectors/packet-dcerpc-rfr.h
+include/wireshark/epan/dissectors/packet-dcerpc-rras.h
+include/wireshark/epan/dissectors/packet-dcerpc-samr.h
+include/wireshark/epan/dissectors/packet-dcerpc-spoolss.h
+include/wireshark/epan/dissectors/packet-dcerpc-srvsvc.h
+include/wireshark/epan/dissectors/packet-dcerpc-svcctl.h
+include/wireshark/epan/dissectors/packet-dcerpc-tapi.h
+include/wireshark/epan/dissectors/packet-dcerpc-winreg.h
+include/wireshark/epan/dissectors/packet-dcerpc-witness.h
+include/wireshark/epan/dissectors/packet-dcerpc-wkssvc.h
+include/wireshark/epan/dissectors/packet-dcerpc-wzcsvc.h
+include/wireshark/epan/dissectors/packet-dcerpc.h
+include/wireshark/epan/dissectors/packet-dcom-dispatch.h
+include/wireshark/epan/dissectors/packet-dcom.h
+include/wireshark/epan/dissectors/packet-diameter.h
+include/wireshark/epan/dissectors/packet-diameter_3gpp.h
+include/wireshark/epan/dissectors/packet-diffserv-mpls-common.h
+include/wireshark/epan/dissectors/packet-disp.h
+include/wireshark/epan/dissectors/packet-dns.h
+include/wireshark/epan/dissectors/packet-docsis-tlv.h
+include/wireshark/epan/dissectors/packet-dop.h
+include/wireshark/epan/dissectors/packet-dsp.h
+include/wireshark/epan/dissectors/packet-dtls.h
+include/wireshark/epan/dissectors/packet-dtn.h
+include/wireshark/epan/dissectors/packet-dvbci.h
+include/wireshark/epan/dissectors/packet-e164.h
+include/wireshark/epan/dissectors/packet-e212.h
+include/wireshark/epan/dissectors/packet-eapol.h
+include/wireshark/epan/dissectors/packet-edonkey.h
+include/wireshark/epan/dissectors/packet-eigrp.h
+include/wireshark/epan/dissectors/packet-enip.h
+include/wireshark/epan/dissectors/packet-epl.h
+include/wireshark/epan/dissectors/packet-epmd.h
+include/wireshark/epan/dissectors/packet-erf.h
+include/wireshark/epan/dissectors/packet-ess.h
+include/wireshark/epan/dissectors/packet-eth.h
+include/wireshark/epan/dissectors/packet-f5ethtrailer.h
+include/wireshark/epan/dissectors/packet-fc.h
+include/wireshark/epan/dissectors/packet-fcbls.h
+include/wireshark/epan/dissectors/packet-fcct.h
+include/wireshark/epan/dissectors/packet-fcels.h
+include/wireshark/epan/dissectors/packet-fcfcs.h
+include/wireshark/epan/dissectors/packet-fcfzs.h
+include/wireshark/epan/dissectors/packet-fclctl.h
+include/wireshark/epan/dissectors/packet-fcp.h
+include/wireshark/epan/dissectors/packet-fcsb3.h
+include/wireshark/epan/dissectors/packet-fcswils.h
+include/wireshark/epan/dissectors/packet-ff.h
+include/wireshark/epan/dissectors/packet-fix.h
+include/wireshark/epan/dissectors/packet-fmp.h
+include/wireshark/epan/dissectors/packet-frame.h
+include/wireshark/epan/dissectors/packet-ftam.h
+include/wireshark/epan/dissectors/packet-giop.h
+include/wireshark/epan/dissectors/packet-gluster.h
+include/wireshark/epan/dissectors/packet-gmr1_common.h
+include/wireshark/epan/dissectors/packet-gmr1_rr.h
+include/wireshark/epan/dissectors/packet-gnutella.h
+include/wireshark/epan/dissectors/packet-gprscdr.h
+include/wireshark/epan/dissectors/packet-gre.h
+include/wireshark/epan/dissectors/packet-gsm_a_common.h
+include/wireshark/epan/dissectors/packet-gsm_a_rr.h
+include/wireshark/epan/dissectors/packet-gsm_map.h
+include/wireshark/epan/dissectors/packet-gsm_rlcmac.h
+include/wireshark/epan/dissectors/packet-gsm_sms.h
+include/wireshark/epan/dissectors/packet-gsmtap.h
+include/wireshark/epan/dissectors/packet-gssapi.h
+include/wireshark/epan/dissectors/packet-gtp.h
+include/wireshark/epan/dissectors/packet-gtpv2.h
+include/wireshark/epan/dissectors/packet-h223.h
+include/wireshark/epan/dissectors/packet-h225.h
+include/wireshark/epan/dissectors/packet-h235.h
+include/wireshark/epan/dissectors/packet-h245.h
+include/wireshark/epan/dissectors/packet-h248.h
+include/wireshark/epan/dissectors/packet-h263.h
+include/wireshark/epan/dissectors/packet-h264.h
+include/wireshark/epan/dissectors/packet-h323.h
+include/wireshark/epan/dissectors/packet-h450-ros.h
+include/wireshark/epan/dissectors/packet-hpext.h
+include/wireshark/epan/dissectors/packet-http.h
+include/wireshark/epan/dissectors/packet-http2.h
+include/wireshark/epan/dissectors/packet-iana-oui.h
+include/wireshark/epan/dissectors/packet-iax2.h
+include/wireshark/epan/dissectors/packet-icmp.h
+include/wireshark/epan/dissectors/packet-idmp.h
+include/wireshark/epan/dissectors/packet-idp.h
+include/wireshark/epan/dissectors/packet-ieee80211-radio.h
+include/wireshark/epan/dissectors/packet-ieee80211-radiotap-defs.h
+include/wireshark/epan/dissectors/packet-ieee80211-radiotap-iter.h
+include/wireshark/epan/dissectors/packet-ieee80211.h
+include/wireshark/epan/dissectors/packet-ieee802154.h
+include/wireshark/epan/dissectors/packet-ieee8023.h
+include/wireshark/epan/dissectors/packet-ieee802a.h
+include/wireshark/epan/dissectors/packet-igmp.h
+include/wireshark/epan/dissectors/packet-imf.h
+include/wireshark/epan/dissectors/packet-inap.h
+include/wireshark/epan/dissectors/packet-infiniband.h
+include/wireshark/epan/dissectors/packet-ip.h
+include/wireshark/epan/dissectors/packet-ipmi.h
+include/wireshark/epan/dissectors/packet-ipsec.h
+include/wireshark/epan/dissectors/packet-ipx.h
+include/wireshark/epan/dissectors/packet-isakmp.h
+include/wireshark/epan/dissectors/packet-isis-clv.h
+include/wireshark/epan/dissectors/packet-isis.h
+include/wireshark/epan/dissectors/packet-isl.h
+include/wireshark/epan/dissectors/packet-isup.h
+include/wireshark/epan/dissectors/packet-iwarp-ddp-rdmap.h
+include/wireshark/epan/dissectors/packet-juniper.h
+include/wireshark/epan/dissectors/packet-jxta.h
+include/wireshark/epan/dissectors/packet-kerberos.h
+include/wireshark/epan/dissectors/packet-klm.h
+include/wireshark/epan/dissectors/packet-l2tp.h
+include/wireshark/epan/dissectors/packet-lapdm.h
+include/wireshark/epan/dissectors/packet-lbm.h
+include/wireshark/epan/dissectors/packet-lbtrm.h
+include/wireshark/epan/dissectors/packet-lbtru.h
+include/wireshark/epan/dissectors/packet-lbttcp.h
+include/wireshark/epan/dissectors/packet-lcsap.h
+include/wireshark/epan/dissectors/packet-ldap.h
+include/wireshark/epan/dissectors/packet-ldp.h
+include/wireshark/epan/dissectors/packet-link16.h
+include/wireshark/epan/dissectors/packet-llc.h
+include/wireshark/epan/dissectors/packet-lnet.h
+include/wireshark/epan/dissectors/packet-logotypecertextn.h
+include/wireshark/epan/dissectors/packet-lpp.h
+include/wireshark/epan/dissectors/packet-lte-rrc.h
+include/wireshark/epan/dissectors/packet-mac-lte.h
+include/wireshark/epan/dissectors/packet-mac-nr.h
+include/wireshark/epan/dissectors/packet-mausb.h
+include/wireshark/epan/dissectors/packet-mbim.h
+include/wireshark/epan/dissectors/packet-mbtcp.h
+include/wireshark/epan/dissectors/packet-mgcp.h
+include/wireshark/epan/dissectors/packet-mle.h
+include/wireshark/epan/dissectors/packet-mms.h
+include/wireshark/epan/dissectors/packet-mount.h
+include/wireshark/epan/dissectors/packet-mp4ves.h
+include/wireshark/epan/dissectors/packet-mpeg-descriptor.h
+include/wireshark/epan/dissectors/packet-mpeg-pmt.h
+include/wireshark/epan/dissectors/packet-mpeg-sect.h
+include/wireshark/epan/dissectors/packet-mpls.h
+include/wireshark/epan/dissectors/packet-mq.h
+include/wireshark/epan/dissectors/packet-msrp.h
+include/wireshark/epan/dissectors/packet-mstp.h
+include/wireshark/epan/dissectors/packet-mtp3.h
+include/wireshark/epan/dissectors/packet-nbap.h
+include/wireshark/epan/dissectors/packet-ncp-int.h
+include/wireshark/epan/dissectors/packet-ncp-nmas.h
+include/wireshark/epan/dissectors/packet-ncp-sss.h
+include/wireshark/epan/dissectors/packet-ndmp.h
+include/wireshark/epan/dissectors/packet-ndps.h
+include/wireshark/epan/dissectors/packet-netbios.h
+include/wireshark/epan/dissectors/packet-netlink.h
+include/wireshark/epan/dissectors/packet-netmon.h
+include/wireshark/epan/dissectors/packet-nfs.h
+include/wireshark/epan/dissectors/packet-nisplus.h
+include/wireshark/epan/dissectors/packet-nlm.h
+include/wireshark/epan/dissectors/packet-nr-rrc.h
+include/wireshark/epan/dissectors/packet-nsh.h
+include/wireshark/epan/dissectors/packet-ntlmssp.h
+include/wireshark/epan/dissectors/packet-ntp.h
+include/wireshark/epan/dissectors/packet-nvme.h
+include/wireshark/epan/dissectors/packet-ocsp.h
+include/wireshark/epan/dissectors/packet-opensafety.h
+include/wireshark/epan/dissectors/packet-oscore.h
+include/wireshark/epan/dissectors/packet-osi-options.h
+include/wireshark/epan/dissectors/packet-osi.h
+include/wireshark/epan/dissectors/packet-p1.h
+include/wireshark/epan/dissectors/packet-p22.h
+include/wireshark/epan/dissectors/packet-p7.h
+include/wireshark/epan/dissectors/packet-p772.h
+include/wireshark/epan/dissectors/packet-pcap_pktdata.h
+include/wireshark/epan/dissectors/packet-pcnfsd.h
+include/wireshark/epan/dissectors/packet-pdcp-lte.h
+include/wireshark/epan/dissectors/packet-per.h
+include/wireshark/epan/dissectors/packet-pkcs1.h
+include/wireshark/epan/dissectors/packet-pkcs12.h
+include/wireshark/epan/dissectors/packet-pkinit.h
+include/wireshark/epan/dissectors/packet-pkix1explicit.h
+include/wireshark/epan/dissectors/packet-pkix1implicit.h
+include/wireshark/epan/dissectors/packet-pkixac.h
+include/wireshark/epan/dissectors/packet-pkixproxy.h
+include/wireshark/epan/dissectors/packet-pkixqualified.h
+include/wireshark/epan/dissectors/packet-pkixtsp.h
+include/wireshark/epan/dissectors/packet-pktc.h
+include/wireshark/epan/dissectors/packet-portmap.h
+include/wireshark/epan/dissectors/packet-ppi-geolocation-common.h
+include/wireshark/epan/dissectors/packet-ppp.h
+include/wireshark/epan/dissectors/packet-pres.h
+include/wireshark/epan/dissectors/packet-protobuf.h
+include/wireshark/epan/dissectors/packet-ptp.h
+include/wireshark/epan/dissectors/packet-ptpip.h
+include/wireshark/epan/dissectors/packet-pw-atm.h
+include/wireshark/epan/dissectors/packet-pw-common.h
+include/wireshark/epan/dissectors/packet-q708.h
+include/wireshark/epan/dissectors/packet-q931.h
+include/wireshark/epan/dissectors/packet-q932.h
+include/wireshark/epan/dissectors/packet-qsig.h
+include/wireshark/epan/dissectors/packet-radius.h
+include/wireshark/epan/dissectors/packet-raknet.h
+include/wireshark/epan/dissectors/packet-ranap.h
+include/wireshark/epan/dissectors/packet-rdm.h
+include/wireshark/epan/dissectors/packet-rdt.h
+include/wireshark/epan/dissectors/packet-reload.h
+include/wireshark/epan/dissectors/packet-rlc-lte.h
+include/wireshark/epan/dissectors/packet-rlc-nr.h
+include/wireshark/epan/dissectors/packet-rmi.h
+include/wireshark/epan/dissectors/packet-rmt-common.h
+include/wireshark/epan/dissectors/packet-rohc.h
+include/wireshark/epan/dissectors/packet-ros.h
+include/wireshark/epan/dissectors/packet-rpc.h
+include/wireshark/epan/dissectors/packet-rpcrdma.h
+include/wireshark/epan/dissectors/packet-rquota.h
+include/wireshark/epan/dissectors/packet-rrc.h
+include/wireshark/epan/dissectors/packet-rsvp.h
+include/wireshark/epan/dissectors/packet-rtcp.h
+include/wireshark/epan/dissectors/packet-rtp-events.h
+include/wireshark/epan/dissectors/packet-rtp.h
+include/wireshark/epan/dissectors/packet-rtps.h
+include/wireshark/epan/dissectors/packet-rtse.h
+include/wireshark/epan/dissectors/packet-rtsp.h
+include/wireshark/epan/dissectors/packet-rwall.h
+include/wireshark/epan/dissectors/packet-rx.h
+include/wireshark/epan/dissectors/packet-s1ap.h
+include/wireshark/epan/dissectors/packet-s5066sis.h
+include/wireshark/epan/dissectors/packet-s7comm.h
+include/wireshark/epan/dissectors/packet-s7comm_szl_ids.h
+include/wireshark/epan/dissectors/packet-sccp.h
+include/wireshark/epan/dissectors/packet-scsi-mmc.h
+include/wireshark/epan/dissectors/packet-scsi-osd.h
+include/wireshark/epan/dissectors/packet-scsi-sbc.h
+include/wireshark/epan/dissectors/packet-scsi-smc.h
+include/wireshark/epan/dissectors/packet-scsi-ssc.h
+include/wireshark/epan/dissectors/packet-scsi.h
+include/wireshark/epan/dissectors/packet-sctp.h
+include/wireshark/epan/dissectors/packet-sdp.h
+include/wireshark/epan/dissectors/packet-ses.h
+include/wireshark/epan/dissectors/packet-sflow.h
+include/wireshark/epan/dissectors/packet-sip.h
+include/wireshark/epan/dissectors/packet-skinny.h
+include/wireshark/epan/dissectors/packet-sll.h
+include/wireshark/epan/dissectors/packet-smb-browse.h
+include/wireshark/epan/dissectors/packet-smb-common.h
+include/wireshark/epan/dissectors/packet-smb-mailslot.h
+include/wireshark/epan/dissectors/packet-smb-pipe.h
+include/wireshark/epan/dissectors/packet-smb-sidsnooping.h
+include/wireshark/epan/dissectors/packet-smb.h
+include/wireshark/epan/dissectors/packet-smb2.h
+include/wireshark/epan/dissectors/packet-smpp.h
+include/wireshark/epan/dissectors/packet-smrse.h
+include/wireshark/epan/dissectors/packet-snmp.h
+include/wireshark/epan/dissectors/packet-socketcan.h
+include/wireshark/epan/dissectors/packet-spice.h
+include/wireshark/epan/dissectors/packet-spray.h
+include/wireshark/epan/dissectors/packet-sprt.h
+include/wireshark/epan/dissectors/packet-sscop.h
+include/wireshark/epan/dissectors/packet-ssl-utils.h
+include/wireshark/epan/dissectors/packet-ssl.h
+include/wireshark/epan/dissectors/packet-stat-notify.h
+include/wireshark/epan/dissectors/packet-stat.h
+include/wireshark/epan/dissectors/packet-sv.h
+include/wireshark/epan/dissectors/packet-t124.h
+include/wireshark/epan/dissectors/packet-t30.h
+include/wireshark/epan/dissectors/packet-t38.h
+include/wireshark/epan/dissectors/packet-tacacs.h
+include/wireshark/epan/dissectors/packet-tcap.h
+include/wireshark/epan/dissectors/packet-tcp.h
+include/wireshark/epan/dissectors/packet-tetra.h
+include/wireshark/epan/dissectors/packet-tftp.h
+include/wireshark/epan/dissectors/packet-thrift.h
+include/wireshark/epan/dissectors/packet-tn3270.h
+include/wireshark/epan/dissectors/packet-tn5250.h
+include/wireshark/epan/dissectors/packet-tpkt.h
+include/wireshark/epan/dissectors/packet-tr.h
+include/wireshark/epan/dissectors/packet-tte.h
+include/wireshark/epan/dissectors/packet-ua.h
+include/wireshark/epan/dissectors/packet-uaudp.h
+include/wireshark/epan/dissectors/packet-ubertooth.h
+include/wireshark/epan/dissectors/packet-udp.h
+include/wireshark/epan/dissectors/packet-umts_fp.h
+include/wireshark/epan/dissectors/packet-umts_mac.h
+include/wireshark/epan/dissectors/packet-umts_rlc.h
+include/wireshark/epan/dissectors/packet-usb-hid.h
+include/wireshark/epan/dissectors/packet-usb.h
+include/wireshark/epan/dissectors/packet-usbip.h
+include/wireshark/epan/dissectors/packet-vxlan.h
+include/wireshark/epan/dissectors/packet-wap.h
+include/wireshark/epan/dissectors/packet-wccp.h
+include/wireshark/epan/dissectors/packet-windows-common.h
+include/wireshark/epan/dissectors/packet-wlancertextn.h
+include/wireshark/epan/dissectors/packet-wps.h
+include/wireshark/epan/dissectors/packet-wsp.h
+include/wireshark/epan/dissectors/packet-wtls.h
+include/wireshark/epan/dissectors/packet-wtp.h
+include/wireshark/epan/dissectors/packet-x11-keysymdef.h
+include/wireshark/epan/dissectors/packet-x11.h
+include/wireshark/epan/dissectors/packet-x2ap.h
+include/wireshark/epan/dissectors/packet-x509af.h
+include/wireshark/epan/dissectors/packet-x509ce.h
+include/wireshark/epan/dissectors/packet-x509if.h
+include/wireshark/epan/dissectors/packet-x509sat.h
+include/wireshark/epan/dissectors/packet-xml.h
+include/wireshark/epan/dissectors/packet-xmpp-conference.h
+include/wireshark/epan/dissectors/packet-xmpp-core.h
+include/wireshark/epan/dissectors/packet-xmpp-gtalk.h
+include/wireshark/epan/dissectors/packet-xmpp-jingle.h
+include/wireshark/epan/dissectors/packet-xmpp-other.h
+include/wireshark/epan/dissectors/packet-xmpp-utils.h
+include/wireshark/epan/dissectors/packet-xmpp.h
+include/wireshark/epan/dissectors/packet-ypbind.h
+include/wireshark/epan/dissectors/packet-yppasswd.h
+include/wireshark/epan/dissectors/packet-ypserv.h
+include/wireshark/epan/dissectors/packet-ypxfr.h
+include/wireshark/epan/dissectors/packet-zbee-aps.h
+include/wireshark/epan/dissectors/packet-zbee-nwk.h
+include/wireshark/epan/dissectors/packet-zbee-security.h
+include/wireshark/epan/dissectors/packet-zbee-zcl.h
+include/wireshark/epan/dissectors/packet-zbee-zdp.h
+include/wireshark/epan/dissectors/packet-zbee.h
+include/wireshark/epan/dissectors/packet-ziop.h
+include/wireshark/epan/dissectors/read_keytab_file.h
+include/wireshark/epan/dissectors/snort-config.h
+include/wireshark/epan/dissectors/x11-declarations.h
+include/wireshark/epan/dissectors/x11-enum.h
+include/wireshark/epan/dissectors/x11-extension-errors.h
+include/wireshark/epan/dissectors/x11-extension-implementation.h
+include/wireshark/epan/dissectors/x11-glx-render-enum.h
+include/wireshark/epan/dissectors/x11-keysym.h
+include/wireshark/epan/dissectors/x11-register-info.h
+include/wireshark/epan/dtd.h
+include/wireshark/epan/dtd_parse.h
+include/wireshark/epan/dvb_chartbl.h
+include/wireshark/epan/eap.h
+include/wireshark/epan/eapol_keydes_types.h
+include/wireshark/epan/epan.h
+include/wireshark/epan/epan_dissect.h
+include/wireshark/epan/etypes.h
+include/wireshark/epan/ex-opt.h
+include/wireshark/epan/except.h
+include/wireshark/epan/exceptions.h
+include/wireshark/epan/expert.h
+include/wireshark/epan/export_object.h
+include/wireshark/epan/exported_pdu.h
+include/wireshark/epan/filter_expressions.h
+include/wireshark/epan/follow.h
+include/wireshark/epan/frame_data.h
+include/wireshark/epan/frame_data_sequence.h
+include/wireshark/epan/ftypes/ftypes.h
+include/wireshark/epan/funnel.h
+include/wireshark/epan/garrayfix.h
+include/wireshark/epan/golay.h
+include/wireshark/epan/guid-utils.h
+include/wireshark/epan/iana_charsets.h
+include/wireshark/epan/iax2_codec_type.h
+include/wireshark/epan/in_cksum.h
+include/wireshark/epan/ip_opts.h
+include/wireshark/epan/ipproto.h
+include/wireshark/epan/ipv4.h
+include/wireshark/epan/ipv6.h
+include/wireshark/epan/lapd_sapi.h
+include/wireshark/epan/llcsaps.h
+include/wireshark/epan/maxmind_db.h
+include/wireshark/epan/media_params.h
+include/wireshark/epan/next_tvb.h
+include/wireshark/epan/nlpid.h
+include/wireshark/epan/oids.h
+include/wireshark/epan/osi-utils.h
+include/wireshark/epan/oui.h
+include/wireshark/epan/packet.h
+include/wireshark/epan/packet_info.h
+include/wireshark/epan/params.h
+include/wireshark/epan/plugin_if.h
+include/wireshark/epan/ppptypes.h
+include/wireshark/epan/prefs-int.h
+include/wireshark/epan/prefs.h
+include/wireshark/epan/print.h
+include/wireshark/epan/print_stream.h
+include/wireshark/epan/proto.h
+include/wireshark/epan/proto_data.h
+include/wireshark/epan/ps.h
+include/wireshark/epan/ptvcursor.h
+include/wireshark/epan/range.h
+include/wireshark/epan/reassemble.h
+include/wireshark/epan/reedsolomon.h
+include/wireshark/epan/register.h
+include/wireshark/epan/req_resp_hdrs.h
+include/wireshark/epan/rtd_table.h
+include/wireshark/epan/rtp_pt.h
+include/wireshark/epan/sctpppids.h
+include/wireshark/epan/sequence_analysis.h
+include/wireshark/epan/show_exception.h
+include/wireshark/epan/slow_protocol_subtypes.h
+include/wireshark/epan/sminmpec.h
+include/wireshark/epan/srt_table.h
+include/wireshark/epan/stat_groups.h
+include/wireshark/epan/stat_tap_ui.h
+include/wireshark/epan/stats_tree.h
+include/wireshark/epan/stats_tree_priv.h
+include/wireshark/epan/stream.h
+include/wireshark/epan/strutil.h
+include/wireshark/epan/t35.h
+include/wireshark/epan/tap-voip.h
+include/wireshark/epan/tap.h
+include/wireshark/epan/tfs.h
+include/wireshark/epan/time_fmt.h
+include/wireshark/epan/timestamp.h
+include/wireshark/epan/timestats.h
+include/wireshark/epan/to_str.h
+include/wireshark/epan/tvbparse.h
+include/wireshark/epan/tvbuff-int.h
+include/wireshark/epan/tvbuff.h
+include/wireshark/epan/uat-int.h
+include/wireshark/epan/uat.h
+include/wireshark/epan/unit_strings.h
+include/wireshark/epan/value_string.h
+include/wireshark/epan/wmem/wmem.h
+include/wireshark/epan/wmem/wmem_array.h
+include/wireshark/epan/wmem/wmem_core.h
+include/wireshark/epan/wmem/wmem_interval_tree.h
+include/wireshark/epan/wmem/wmem_list.h
+include/wireshark/epan/wmem/wmem_map.h
+include/wireshark/epan/wmem/wmem_miscutl.h
+include/wireshark/epan/wmem/wmem_queue.h
+include/wireshark/epan/wmem/wmem_scopes.h
+include/wireshark/epan/wmem/wmem_stack.h
+include/wireshark/epan/wmem/wmem_strbuf.h
+include/wireshark/epan/wmem/wmem_strutl.h
+include/wireshark/epan/wmem/wmem_tree.h
+include/wireshark/epan/wmem/wmem_user_cb.h
+include/wireshark/epan/x264_prt_id.h
+include/wireshark/epan/xdlc.h
+include/wireshark/file.h
+include/wireshark/globals.h
+include/wireshark/log.h
+include/wireshark/wiretap/file_wrappers.h
+include/wireshark/wiretap/merge.h
+include/wireshark/wiretap/pcap-encap.h
+include/wireshark/wiretap/pcapng_module.h
+include/wireshark/wiretap/wtap.h
+include/wireshark/wiretap/wtap_opttypes.h
+include/wireshark/ws_attributes.h
+include/wireshark/ws_compiler_tests.h
+include/wireshark/ws_diag_control.h
+include/wireshark/ws_symbol_export.h
+include/wireshark/wsutil/adler32.h
+include/wireshark/wsutil/base32.h
+include/wireshark/wsutil/base64.h
+include/wireshark/wsutil/bits_count_ones.h
+include/wireshark/wsutil/bits_ctz.h
+include/wireshark/wsutil/bitswap.h
+include/wireshark/wsutil/buffer.h
+include/wireshark/wsutil/clopts_common.h
+include/wireshark/wsutil/cmdarg_err.h
+include/wireshark/wsutil/color.h
+include/wireshark/wsutil/copyright_info.h
+include/wireshark/wsutil/cpu_info.h
+include/wireshark/wsutil/crash_info.h
+include/wireshark/wsutil/crc10.h
+include/wireshark/wsutil/crc11.h
+include/wireshark/wsutil/crc16-plain.h
+include/wireshark/wsutil/crc16.h
+include/wireshark/wsutil/crc32.h
+include/wireshark/wsutil/crc6.h
+include/wireshark/wsutil/crc7.h
+include/wireshark/wsutil/crc8.h
+include/wireshark/wsutil/eax.h
+include/wireshark/wsutil/filesystem.h
+include/wireshark/wsutil/frequency-utils.h
+include/wireshark/wsutil/g711.h
+include/wireshark/wsutil/glib-compat.h
+include/wireshark/wsutil/inet_addr.h
+include/wireshark/wsutil/inet_ipv4.h
+include/wireshark/wsutil/inet_ipv6.h
+include/wireshark/wsutil/interface.h
+include/wireshark/wsutil/jsmn.h
+include/wireshark/wsutil/mpeg-audio.h
+include/wireshark/wsutil/nstime.h
+include/wireshark/wsutil/os_version_info.h
+include/wireshark/wsutil/pint.h
+include/wireshark/wsutil/plugins.h
+include/wireshark/wsutil/pow2.h
+include/wireshark/wsutil/privileges.h
+include/wireshark/wsutil/processes.h
+include/wireshark/wsutil/report_message.h
+include/wireshark/wsutil/rsa.h
+include/wireshark/wsutil/sign_ext.h
+include/wireshark/wsutil/sober128.h
+include/wireshark/wsutil/socket.h
+include/wireshark/wsutil/str_util.h
+include/wireshark/wsutil/strnatcmp.h
+include/wireshark/wsutil/strtoi.h
+include/wireshark/wsutil/tempfile.h
+include/wireshark/wsutil/time_util.h
+include/wireshark/wsutil/type_util.h
+include/wireshark/wsutil/unicode-utils.h
+include/wireshark/wsutil/utf8_entities.h
+include/wireshark/wsutil/ws_cpuid.h
+include/wireshark/wsutil/ws_mempbrk.h
+include/wireshark/wsutil/ws_mempbrk_int.h
+include/wireshark/wsutil/ws_pipe.h
+include/wireshark/wsutil/ws_printf.h
+include/wireshark/wsutil/wsgcrypt.h
+include/wireshark/wsutil/wsgetopt.h
+include/wireshark/wsutil/wsjsmn.h
+include/wireshark/wsutil/wspcap.h
+include/wireshark/wsutil/xtea.h
+lib/libwireshark.la
+lib/libwiretap.la
+lib/libwscodecs.la
+lib/libwsutil.la
+lib/pkgconfig/wireshark.pc
+lib/wireshark/extcap/androiddump
+lib/wireshark/extcap/ciscodump
+lib/wireshark/extcap/randpktdump
+lib/wireshark/extcap/sshdump
+lib/wireshark/extcap/udpdump
+lib/wireshark/plugins/2.6/codecs/l16mono.la
+lib/wireshark/plugins/2.6/epan/ethercat.la
+lib/wireshark/plugins/2.6/epan/gryphon.la
+lib/wireshark/plugins/2.6/epan/irda.la
+lib/wireshark/plugins/2.6/epan/mate.la
+lib/wireshark/plugins/2.6/epan/opcua.la
+lib/wireshark/plugins/2.6/epan/profinet.la
+lib/wireshark/plugins/2.6/epan/stats_tree.la
+lib/wireshark/plugins/2.6/epan/transum.la
+lib/wireshark/plugins/2.6/epan/unistim.la
+lib/wireshark/plugins/2.6/epan/wimax.la
+lib/wireshark/plugins/2.6/epan/wimaxasncp.la
+lib/wireshark/plugins/2.6/epan/wimaxmacphy.la
+lib/wireshark/plugins/2.6/wiretap/usbdump.la
+man/man1/androiddump.1
+man/man1/capinfos.1
+man/man1/captype.1
+man/man1/ciscodump.1
+man/man1/dftest.1
+man/man1/dumpcap.1
+man/man1/editcap.1
+man/man1/mergecap.1
+man/man1/randpkt.1
+man/man1/randpktdump.1
+man/man1/rawshark.1
+man/man1/reordercap.1
+man/man1/sshdump.1
+man/man1/text2pcap.1
+man/man1/tshark.1
+man/man1/udpdump.1
+${PLIST.mans}man/man1/wireshark.1
+man/man4/extcap.4
+man/man4/wireshark-filter.4
+${PLIST.icons}share/appdata/wireshark.appdata.xml
+${PLIST.icons}share/applications/wireshark-gtk.desktop
+${PLIST.icons}share/applications/wireshark.desktop
+${PLIST.icons}share/icons/hicolor/128x128/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/128x128/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/128x128/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/16x16/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/16x16/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/16x16/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/24x24/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/24x24/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/24x24/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/256x256/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/256x256/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/256x256/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/32x32/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/32x32/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/32x32/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/48x48/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/48x48/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/48x48/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/64x64/apps/wireshark.png
+${PLIST.icons}share/icons/hicolor/64x64/mimetypes/application-vnd.tcpdump.pcap.png
+${PLIST.icons}share/icons/hicolor/64x64/mimetypes/application-wireshark-doc.png
+${PLIST.icons}share/icons/hicolor/scalable/apps/wireshark.svg
+${PLIST.icons}share/mime/packages/wireshark.xml
+share/wireshark/AUTHORS-SHORT
+share/wireshark/COPYING
+share/wireshark/androiddump.html
+share/wireshark/capinfos.html
+share/wireshark/captype.html
+share/wireshark/cfilters
+share/wireshark/ciscodump.html
+share/wireshark/colorfilters
+${PLIST.lua}share/wireshark/console.lua
+share/wireshark/dfilters
+share/wireshark/dftest.html
+share/wireshark/diameter/AlcatelLucent.xml
+share/wireshark/diameter/Cisco.xml
+share/wireshark/diameter/CiscoSystems.xml
+share/wireshark/diameter/Custom.xml
+share/wireshark/diameter/Ericsson.xml
+share/wireshark/diameter/HP.xml
+share/wireshark/diameter/Huawei.xml
+share/wireshark/diameter/Inovar.xml
+share/wireshark/diameter/Juniper.xml
+share/wireshark/diameter/Nokia.xml
+share/wireshark/diameter/NokiaSolutionsAndNetworks.xml
+share/wireshark/diameter/Oracle.xml
+share/wireshark/diameter/Starent.xml
+share/wireshark/diameter/TGPP.xml
+share/wireshark/diameter/TGPP2.xml
+share/wireshark/diameter/VerizonWireless.xml
+share/wireshark/diameter/Vodafone.xml
+share/wireshark/diameter/chargecontrol.xml
+share/wireshark/diameter/dictionary.dtd
+share/wireshark/diameter/dictionary.xml
+share/wireshark/diameter/eap.xml
+share/wireshark/diameter/etsie2e4.xml
+share/wireshark/diameter/mobileipv4.xml
+share/wireshark/diameter/mobileipv6.xml
+share/wireshark/diameter/nasreq.xml
+share/wireshark/diameter/sip.xml
+share/wireshark/diameter/sunping.xml
+${PLIST.lua}share/wireshark/dtd_gen.lua
+share/wireshark/dtds/dc.dtd
+share/wireshark/dtds/itunes.dtd
+share/wireshark/dtds/mscml.dtd
+share/wireshark/dtds/pocsettings.dtd
+share/wireshark/dtds/presence.dtd
+share/wireshark/dtds/reginfo.dtd
+share/wireshark/dtds/rlmi.dtd
+share/wireshark/dtds/rss.dtd
+share/wireshark/dtds/smil.dtd
+share/wireshark/dtds/watcherinfo.dtd
+share/wireshark/dtds/xcap-caps.dtd
+share/wireshark/dtds/xcap-error.dtd
+share/wireshark/dumpcap.html
+share/wireshark/editcap.html
+share/wireshark/enterprises.tsv
+share/wireshark/extcap.html
+share/wireshark/help/capture_filters.txt
+share/wireshark/help/capturing.txt
+share/wireshark/help/display_filters.txt
+share/wireshark/help/faq.txt
+share/wireshark/help/getting_started.txt
+share/wireshark/help/overview.txt
+share/wireshark/help/toc
+${PLIST.lua}share/wireshark/init.lua
+share/wireshark/manuf
+share/wireshark/mergecap.html
+share/wireshark/mmdbresolve.html
+share/wireshark/pdml2html.xsl
+share/wireshark/profiles/Bluetooth/colorfilters
+share/wireshark/profiles/Bluetooth/preferences
+share/wireshark/profiles/Classic/colorfilters
+share/wireshark/radius/README.radius_dictionary
+share/wireshark/radius/custom.includes
+share/wireshark/radius/dictionary
+share/wireshark/radius/dictionary.3com
+share/wireshark/radius/dictionary.3gpp
+share/wireshark/radius/dictionary.3gpp2
+share/wireshark/radius/dictionary.acc
+share/wireshark/radius/dictionary.acme
+share/wireshark/radius/dictionary.actelis
+share/wireshark/radius/dictionary.aerohive
+share/wireshark/radius/dictionary.airespace
+share/wireshark/radius/dictionary.alcatel
+share/wireshark/radius/dictionary.alcatel-lucent.aaa
+share/wireshark/radius/dictionary.alcatel.esam
+share/wireshark/radius/dictionary.alcatel.sr
+share/wireshark/radius/dictionary.alteon
+share/wireshark/radius/dictionary.altiga
+share/wireshark/radius/dictionary.alvarion
+share/wireshark/radius/dictionary.alvarion.wimax.v2_2
+share/wireshark/radius/dictionary.apc
+share/wireshark/radius/dictionary.aptis
+share/wireshark/radius/dictionary.arbor
+share/wireshark/radius/dictionary.aruba
+share/wireshark/radius/dictionary.ascend
+share/wireshark/radius/dictionary.asn
+share/wireshark/radius/dictionary.audiocodes
+share/wireshark/radius/dictionary.avaya
+share/wireshark/radius/dictionary.azaire
+share/wireshark/radius/dictionary.bay
+share/wireshark/radius/dictionary.bintec
+share/wireshark/radius/dictionary.bluecoat
+share/wireshark/radius/dictionary.bristol
+share/wireshark/radius/dictionary.broadsoft
+share/wireshark/radius/dictionary.brocade
+share/wireshark/radius/dictionary.bskyb
+share/wireshark/radius/dictionary.bt
+share/wireshark/radius/dictionary.cablelabs
+share/wireshark/radius/dictionary.cabletron
+share/wireshark/radius/dictionary.camiant
+share/wireshark/radius/dictionary.chillispot
+share/wireshark/radius/dictionary.cisco
+share/wireshark/radius/dictionary.cisco.asa
+share/wireshark/radius/dictionary.cisco.bbsm
+share/wireshark/radius/dictionary.cisco.vpn3000
+share/wireshark/radius/dictionary.cisco.vpn5000
+share/wireshark/radius/dictionary.citrix
+share/wireshark/radius/dictionary.clavister
+share/wireshark/radius/dictionary.cnergee
+share/wireshark/radius/dictionary.colubris
+share/wireshark/radius/dictionary.columbia_university
+share/wireshark/radius/dictionary.compat
+share/wireshark/radius/dictionary.compatible
+share/wireshark/radius/dictionary.cosine
+share/wireshark/radius/dictionary.dante
+share/wireshark/radius/dictionary.dellemc
+share/wireshark/radius/dictionary.dhcp
+share/wireshark/radius/dictionary.digium
+share/wireshark/radius/dictionary.dlink
+share/wireshark/radius/dictionary.dragonwave
+share/wireshark/radius/dictionary.efficientip
+share/wireshark/radius/dictionary.eltex
+share/wireshark/radius/dictionary.epygi
+share/wireshark/radius/dictionary.equallogic
+share/wireshark/radius/dictionary.ericsson
+share/wireshark/radius/dictionary.ericsson.ab
+share/wireshark/radius/dictionary.ericsson.packet.core.networks
+share/wireshark/radius/dictionary.extreme
+share/wireshark/radius/dictionary.f5
+share/wireshark/radius/dictionary.fdxtended
+share/wireshark/radius/dictionary.fortinet
+share/wireshark/radius/dictionary.foundry
+share/wireshark/radius/dictionary.freedhcp
+share/wireshark/radius/dictionary.freeradius
+share/wireshark/radius/dictionary.freeradius.internal
+share/wireshark/radius/dictionary.freeswitch
+share/wireshark/radius/dictionary.gandalf
+share/wireshark/radius/dictionary.garderos
+share/wireshark/radius/dictionary.gemtek
+share/wireshark/radius/dictionary.h3c
+share/wireshark/radius/dictionary.hp
+share/wireshark/radius/dictionary.huawei
+share/wireshark/radius/dictionary.iana
+share/wireshark/radius/dictionary.iea
+share/wireshark/radius/dictionary.infoblox
+share/wireshark/radius/dictionary.infonet
+share/wireshark/radius/dictionary.ipunplugged
+share/wireshark/radius/dictionary.issanni
+share/wireshark/radius/dictionary.itk
+share/wireshark/radius/dictionary.jradius
+share/wireshark/radius/dictionary.juniper
+share/wireshark/radius/dictionary.karlnet
+share/wireshark/radius/dictionary.kineto
+share/wireshark/radius/dictionary.lancom
+share/wireshark/radius/dictionary.livingston
+share/wireshark/radius/dictionary.localweb
+share/wireshark/radius/dictionary.lucent
+share/wireshark/radius/dictionary.manzara
+share/wireshark/radius/dictionary.meinberg
+share/wireshark/radius/dictionary.merit
+share/wireshark/radius/dictionary.meru
+share/wireshark/radius/dictionary.microsemi
+share/wireshark/radius/dictionary.microsoft
+share/wireshark/radius/dictionary.mikrotik
+share/wireshark/radius/dictionary.motorola
+share/wireshark/radius/dictionary.motorola.wimax
+share/wireshark/radius/dictionary.navini
+share/wireshark/radius/dictionary.netscreen
+share/wireshark/radius/dictionary.networkphysics
+share/wireshark/radius/dictionary.nexans
+share/wireshark/radius/dictionary.nokia
+share/wireshark/radius/dictionary.nokia.conflict
+share/wireshark/radius/dictionary.nomadix
+share/wireshark/radius/dictionary.nortel
+share/wireshark/radius/dictionary.ntua
+share/wireshark/radius/dictionary.openser
+share/wireshark/radius/dictionary.packeteer
+share/wireshark/radius/dictionary.paloalto
+share/wireshark/radius/dictionary.patton
+share/wireshark/radius/dictionary.perle
+share/wireshark/radius/dictionary.propel
+share/wireshark/radius/dictionary.prosoft
+share/wireshark/radius/dictionary.proxim
+share/wireshark/radius/dictionary.purewave
+share/wireshark/radius/dictionary.quiconnect
+share/wireshark/radius/dictionary.quintum
+share/wireshark/radius/dictionary.redcreek
+share/wireshark/radius/dictionary.rfc2865
+share/wireshark/radius/dictionary.rfc2866
+share/wireshark/radius/dictionary.rfc2867
+share/wireshark/radius/dictionary.rfc2868
+share/wireshark/radius/dictionary.rfc2869
+share/wireshark/radius/dictionary.rfc3162
+share/wireshark/radius/dictionary.rfc3576
+share/wireshark/radius/dictionary.rfc3580
+share/wireshark/radius/dictionary.rfc4072
+share/wireshark/radius/dictionary.rfc4372
+share/wireshark/radius/dictionary.rfc4603
+share/wireshark/radius/dictionary.rfc4675
+share/wireshark/radius/dictionary.rfc4679
+share/wireshark/radius/dictionary.rfc4818
+share/wireshark/radius/dictionary.rfc4849
+share/wireshark/radius/dictionary.rfc5090
+share/wireshark/radius/dictionary.rfc5176
+share/wireshark/radius/dictionary.rfc5447
+share/wireshark/radius/dictionary.rfc5580
+share/wireshark/radius/dictionary.rfc5607
+share/wireshark/radius/dictionary.rfc5904
+share/wireshark/radius/dictionary.rfc6519
+share/wireshark/radius/dictionary.rfc6572
+share/wireshark/radius/dictionary.rfc6677
+share/wireshark/radius/dictionary.rfc6911
+share/wireshark/radius/dictionary.rfc6929
+share/wireshark/radius/dictionary.rfc6930
+share/wireshark/radius/dictionary.rfc7055
+share/wireshark/radius/dictionary.rfc7155
+share/wireshark/radius/dictionary.rfc7268
+share/wireshark/radius/dictionary.rfc7499
+share/wireshark/radius/dictionary.rfc7930
+share/wireshark/radius/dictionary.riverbed
+share/wireshark/radius/dictionary.riverstone
+share/wireshark/radius/dictionary.roaringpenguin
+share/wireshark/radius/dictionary.ruckus
+share/wireshark/radius/dictionary.ruggedcom
+share/wireshark/radius/dictionary.sangoma
+share/wireshark/radius/dictionary.sg
+share/wireshark/radius/dictionary.shasta
+share/wireshark/radius/dictionary.shiva
+share/wireshark/radius/dictionary.siemens
+share/wireshark/radius/dictionary.slipstream
+share/wireshark/radius/dictionary.sofaware
+share/wireshark/radius/dictionary.sonicwall
+share/wireshark/radius/dictionary.springtide
+share/wireshark/radius/dictionary.starent
+share/wireshark/radius/dictionary.starent.vsa1
+share/wireshark/radius/dictionary.surfnet
+share/wireshark/radius/dictionary.symbol
+share/wireshark/radius/dictionary.t_systems_nova
+share/wireshark/radius/dictionary.telebit
+share/wireshark/radius/dictionary.telkom
+share/wireshark/radius/dictionary.terena
+share/wireshark/radius/dictionary.trapeze
+share/wireshark/radius/dictionary.travelping
+share/wireshark/radius/dictionary.tropos
+share/wireshark/radius/dictionary.ukerna
+share/wireshark/radius/dictionary.unisphere
+share/wireshark/radius/dictionary.unix
+share/wireshark/radius/dictionary.usr
+share/wireshark/radius/dictionary.utstarcom
+share/wireshark/radius/dictionary.valemount
+share/wireshark/radius/dictionary.versanet
+share/wireshark/radius/dictionary.vqp
+share/wireshark/radius/dictionary.walabi
+share/wireshark/radius/dictionary.waverider
+share/wireshark/radius/dictionary.wichorus
+share/wireshark/radius/dictionary.wimax
+share/wireshark/radius/dictionary.wimax.alvarion
+share/wireshark/radius/dictionary.wimax.wichorus
+share/wireshark/radius/dictionary.wispr
+share/wireshark/radius/dictionary.xedia
+share/wireshark/radius/dictionary.xylan
+share/wireshark/radius/dictionary.yubico
+share/wireshark/radius/dictionary.zeus
+share/wireshark/radius/dictionary.zte
+share/wireshark/radius/dictionary.zyxel
+share/wireshark/randpkt.html
+share/wireshark/randpktdump.html
+share/wireshark/rawshark.html
+share/wireshark/reordercap.html
+share/wireshark/services
+share/wireshark/smi_modules
+share/wireshark/sshdump.html
+share/wireshark/text2pcap.html
+share/wireshark/tpncp/tpncp.dat
+share/wireshark/tshark.html
+share/wireshark/udpdump.html
+share/wireshark/wimaxasncp/dictionary.dtd
+share/wireshark/wimaxasncp/dictionary.xml
+share/wireshark/wireshark-filter.html
+share/wireshark/wireshark.html
+share/wireshark/wka
+share/wireshark/ws.css
diff --git a/wireshark2/distinfo b/wireshark2/distinfo
new file mode 100644
index 0000000000..2f10f30d02
--- /dev/null
+++ b/wireshark2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.118 2019/03/07 10:39:52 adam Exp $
+
+SHA1 (wireshark-2.6.15.tar.xz) = fe7c1eeedad3fd51577fbfa7dbd381e59ab18d59
+RMD160 (wireshark-2.6.15.tar.xz) = 7568a89cd0b06f07a00642602071b84ea951106a
+SHA512 (wireshark-2.6.15.tar.xz) = b9a0c7e69d3a36e7685cae10466b4bef1005becd567b955a2f6353ebc5456a56eda577866d9c7ee52e35612f6834ecd4f231ec5ee9475b698f57b6bbaf7eeca4
+Size (wireshark-2.6.15.tar.xz) = 28508908 bytes
diff --git a/wireshark2/options.mk b/wireshark2/options.mk
new file mode 100644
index 0000000000..1739c5f28d
--- /dev/null
+++ b/wireshark2/options.mk
@@ -0,0 +1,99 @@
+# $NetBSD: options.mk,v 1.22 2018/12/03 15:35:15 adam Exp $
+
+PKG_OPTIONS_VAR=		PKG_OPTIONS.wireshark
+PKG_SUPPORTED_OPTIONS=		gtk3 http2 lua
+PKG_OPTIONS_OPTIONAL_GROUPS=	qt
+PKG_OPTIONS_GROUP.qt=		qt4 qt5
+PKG_SUGGESTED_OPTIONS=		qt5 lua
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+=		gtk3 icons lua mans qt
+
+.if empty(PKG_OPTIONS:Mqt4) && empty(PKG_OPTIONS:Mqt5)
+CONFIGURE_ARGS+=	--without-qt
+.else
+.  if !empty(PKG_OPTIONS:Mqt4)
+CONFIGURE_ARGS+=	--with-qt=4
+BUILDLINK_API_DEPENDS.qt4-tools+=	qt4-tools>=4.8
+.    include "../../x11/qt4-tools/buildlink3.mk"
+.  elif !empty(PKG_OPTIONS:Mqt5)
+CONFIGURE_ARGS+=	--with-qt=5
+.    include "../../x11/qt5-qttools/buildlink3.mk"
+.    if ${OPSYS} == "Darwin"
+.      include "../../x11/qt5-qtmacextras/buildlink3.mk"
+.    else
+.      include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.    endif
+.  endif
+CONFIGURE_ENV+=		LRELEASE=${QTDIR}/bin/lrelease
+CONFIGURE_ENV+=		MOC=${QTDIR}/bin/moc
+CONFIGURE_ENV+=		RCC=${QTDIR}/bin/rcc
+CONFIGURE_ENV+=		UIC=${QTDIR}/bin/uic
+PLIST.qt=		yes
+.endif
+
+.if !empty(PKG_OPTIONS:Mgtk3)
+CONFIGURE_ARGS+=	--with-gtk=3
+PLIST.gtk3=		yes
+POST_INSTALL_TARGETS+=	install-gtk-desktop
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
+
+.PHONY: install-gtk-desktop
+install-gtk-desktop:
+	${INSTALL_DATA} ${WRKSRC}/wireshark.desktop \
+		${DESTDIR}${PREFIX}/share/applications/
+
+.else
+CONFIGURE_ARGS+=	--without-gtk
+.endif
+
+.if empty(PKG_OPTIONS:Mgtk3) && empty(PKG_OPTIONS:Mqt4) && empty(PKG_OPTIONS:Mqt5)
+CONFIGURE_ARGS+=	--disable-wireshark
+.else
+CONFIGURE_ARGS+=	--enable-wireshark
+PLIST.mans=		yes
+INSTALLATION_DIRS+=	share/applications
+PLIST.icons=		yes
+POST_INSTALL_TARGETS+=	install-icons
+INSTALLATION_DIRS+=	share/icons/hicolor/scalable/apps
+ICON_SIZES=		16 32 48
+MIMEICON_SIZES=		16 24 32 48 64 128 256
+
+.  for d in ${ICON_SIZES}
+INSTALLATION_DIRS+=	share/icons/hicolor/${d}x${d}/apps
+.  endfor
+
+.  for d in ${MIMEICON_SIZES}
+INSTALLATION_DIRS+=	share/icons/hicolor/${d}x${d}/mimetypes
+.  endfor
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+
+.PHONY: install-icons
+install-icons:
+	${INSTALL_DATA} ${WRKSRC}/image/wsicon.svg \
+		${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/wireshark.svg
+.  for d in ${MIMEICON_SIZES}
+	${INSTALL_DATA} ${WRKSRC}/image/WiresharkDoc-${d}.png \
+		${DESTDIR}${PREFIX}/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png
+.  endfor
+.endif
+
+.if !empty(PKG_OPTIONS:Mlua)
+LUA_VERSIONS_INCOMPATIBLE=	53
+.include "../../lang/lua/buildlink3.mk"
+CONFIGURE_ARGS+=	--with-lua=yes
+PLIST.lua=		yes
+.else
+CONFIGURE_ARGS+=	--with-lua=no
+.endif
+
+.if !empty(PKG_OPTIONS:Mhttp2)
+.include "../../www/nghttp2/buildlink3.mk"
+CONFIGURE_ARGS+=	--with-nghttp2
+.else
+CONFIGURE_ARGS+=	--without-nghttp2
+.endif


Home | Main Index | Thread Index | Old Index