Ravenports generated: 19 Dec 2019 23:20
[ravenports.git] / bucket_FA / wireshark
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               wireshark
4 VERSION=                3.2.0
5 KEYWORDS=               net
6 VARIANTS=               standard
7 SDESC[standard]=        Network traffic analyzer
8 HOMEPAGE=               https://www.wireshark.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://www.wireshark.org/download/src/
13 DISTFILE[1]=            wireshark-3.2.0.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 BUILD_DEPENDS=          lz4:static:standard
23                         doxygen:single:standard
24                         qt5-qttools:single:standard
25                         bison:primary:standard
26 BUILDRUN_DEPENDS=       lz4:shared:standard
27                         libgpg-error:single:standard
28                         libgcrypt:single:standard
29                         libnghttp2:single:standard
30                         c-ares:single:standard
31                         gnutls:single:standard
32                         libpcap:single:standard
33                         libssh:single:standard
34                         libsmi:library:standard
35                         krb5:primary:standard
36                         snappy:single:standard
37                         qt5-qtmultimedia:single:standard
38                         qt5-qtsvg:single:standard
39                         libmaxminddb:single:standard
40
41 USES=                   cpe gmake cmake ssl:openssl-devel zlib qt5 lua:5.2
42                         perl:build python:build pkgconfig gettext-tools
43                         gettext-runtime mime-info:primary
44                         desktop-utils:primary
45 GNOME_COMPONENTS=       glib libxml2
46
47 LICENSE=                GPLv2+:primary BSD3CLAUSE:primary
48 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
49 LICENSE_FILE=           GPLv2+:{{WRKDIR}}/GPL2
50                         BSD3CLAUSE:{{WRKDIR}}/BSD_LICENSE
51 LICENSE_SCHEME=         dual
52
53 FPC_EQUIVALENT=         net/wireshark
54
55 MAKE_ARGS=              DESTDIR={{STAGEDIR}}
56
57 INSTALL_REQ_TOOLCHAIN=  yes
58 SOVERSION=              13.0.0
59 PLIST_SUB=              SO_WIRETAP=10.0.0
60                         SO_WSUTIL=11.0.0
61                         MAJ_WIRETAP=10
62                         MAJ_WSUTIL=11
63                         PLUGIN_VER=3.2
64
65 CPPFLAGS=               -I{{LUA_INCDIR}}
66 CMAKE_ARGS=             -DBUILD_wireshark:BOOL=ON
67                         -DBUILD_tshark:BOOL=ON
68                         -DBUILD_tfshark:BOOL=OFF
69                         -DBUILD_rawshark:BOOL=ON
70                         -DBUILD_androiddump:BOOL=ON
71                         -DBUILD_sshdump:BOOL=ON
72                         -DBUILD_ciscodump:BOOL=ON
73                         -DENABLE_ZLIB:BOOL=ON
74                         -DENABLE_LZ4:BOOL=ON
75                         -DENABLE_SNAPPY:BOOL=ON
76                         -DENABLE_NGHTTP2:BOOL=ON
77                         -DENABLE_LUA:BOOL=ON
78                         -DENABLE_SMI:BOOL=ON
79                         -DENABLE_GNUTLS:BOOL=ON
80                         -DENABLE_CAP:BOOL=ON
81                         -DENABLE_CARES:BOOL=ON
82                         -DENABLE_KERBEROS:BOOL=ON
83                         -DENABLE_SBC:BOOL=OFF
84                         -DENABLE_SPANDSP:BOOL=OFF
85                         -DENABLE_BCG729:BOOL=OFF
86                         -DENABLE_CAP:BOOL=OFF
87                         -DCMAKE_PREFIX_PATH:PATH="{{PREFIX}}/lib/qt5/cmake/"
88                         -DLUA_INCLUDEDIR:PATH="{{LUA_INCDIR}}"
89                         -DLUA_LIBDIR:PATH="{{LUA_LIBDIR}}"
90
91 post-patch:
92         ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
93                 -e 's|.{PERL_EXECUTABLE} ||' \
94                 ${WRKSRC}/cmake/modules/FindPOD.cmake
95         ${REINPLACE_CMD} -e '/NAMES lua/ s|lua52|lua-${LUA_VER}|' \
96                 ${WRKSRC}/cmake/modules/FindLUA.cmake
97
98 post-install:
99         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
100         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
101         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/wireshark/extcap/*
102         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/wireshark/plugins/3.2/*/*.so
103
104 post-extract:
105         ${AWK} '/^Part I:$$/,/^The full text of the GNU GPL/' \
106                 ${WRKSRC}/COPYING > ${WRKDIR}/TERMS
107         ${AWK} '/^Part II:$$/,/^Public License instead of this License./' \
108                 ${WRKSRC}/COPYING > ${WRKDIR}/GPL2
109         ${AWK} '/^Part III:$$/,/^---------------/' \
110                 ${WRKSRC}/COPYING > ${WRKDIR}/BSD_LICENSE
111
112 [FILE:1811:descriptions/desc.primary]
113 Wireshark is the world's foremost and widely-used network protocol
114 analyzer. It lets you see what???s happening on your network at a
115 microscopic level and is the de facto (and often de jure) standard across
116 many commercial and non-profit enterprises, government agencies, and
117 educational institutions. Wireshark development thrives thanks to the
118 volunteer contributions of networking experts around the globe and is the
119 continuation of a project started by Gerald Combs in 1998.
120
121 Wireshark has a rich feature set which includes the following:
122  - Deep inspection of hundreds of protocols
123  - Live capture and offline analysis
124  - Standard three-pane packet browser
125  - Multi-platform: Runs on Windows, Linux, macOS, Solaris, BSD, and others
126  - Captured network data can be browsed via a GUI, or via the TTY-mode
127    TShark utility
128  - The most powerful display filters in the industry
129  - Rich VoIP analysis
130  - Read/write many different capture file formats: tcpdump (libpcap),
131    Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network
132    Monitor, Network General Sniffer (compressed and uncompressed),
133    Sniffer Pro, and NetXray, Network Instruments Observer, NetScreen snoop,
134    Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor,
135    Tektronix K12xx, Visual Networks Visual UpTime,
136    WildPackets EtherPeek/TokenPeek/AiroPeek, and many others
137  - Capture files compressed with gzip can be decompressed on the fly
138  - Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM,
139    Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others
140  - Decryption support for many protocols, including IPsec, ISAKMP,
141    Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2
142  - Coloring rules can be applied for quick, intuitive analysis
143  - Output can be exported to XML, PostScript, CSV, or plain text
144
145
146 [FILE:101:distinfo]
147 4cfd33a19a454ff4002243e9d04d6afd64280a109a21ae652a192f2be2b1b66c     31550972 wireshark-3.2.0.tar.xz
148
149
150 [FILE:17494:manifests/plist.primary]
151 bin/
152  capinfos
153  captype
154 @(,network,2555) bin/dumpcap
155  editcap
156  idl2wrs
157  mergecap
158  mmdbresolve
159  randpkt
160  rawshark
161  reordercap
162  sharkd
163  text2pcap
164  tshark
165  wireshark
166 include/wireshark/
167  cfile.h
168  cli_main.h
169  file.h
170  globals.h
171  log.h
172  version_info.h
173  ws_attributes.h
174  ws_compiler_tests.h
175  ws_diag_control.h
176  ws_symbol_export.h
177  ws_version.h
178 include/wireshark/epan/
179  addr_and_mask.h
180  addr_resolv.h
181  address.h
182  address_types.h
183  afn.h
184  aftypes.h
185  app_mem_usage.h
186  arcnet_pids.h
187  arptypes.h
188  asn1.h
189  ax25_pids.h
190  bridged_pids.h
191  capture_dissectors.h
192  charsets.h
193  chdlctypes.h
194  color_filters.h
195  column-info.h
196  column-utils.h
197  column.h
198  conv_id.h
199  conversation.h
200  conversation_debug.h
201  conversation_filter.h
202  conversation_table.h
203  crc10-tvb.h
204  crc16-tvb.h
205  crc32-tvb.h
206  crc6-tvb.h
207  crc8-tvb.h
208  decode_as.h
209  diam_dict.h
210  disabled_protos.h
211  dtd.h
212  dtd_parse.h
213  dvb_chartbl.h
214  eap.h
215  eapol_keydes_types.h
216  epan.h
217  epan_dissect.h
218  etypes.h
219  ex-opt.h
220  except.h
221  exceptions.h
222  expert.h
223  export_object.h
224  exported_pdu.h
225  filter_expressions.h
226  follow.h
227  frame_data.h
228  frame_data_sequence.h
229  funnel.h
230  garrayfix.h
231  golay.h
232  guid-utils.h
233  iana_charsets.h
234  iax2_codec_type.h
235  in_cksum.h
236  ip_opts.h
237  ipproto.h
238  ipv4.h
239  ipv6.h
240  lapd_sapi.h
241  llcsaps.h
242  maxmind_db.h
243  media_params.h
244  next_tvb.h
245  nlpid.h
246  oids.h
247  osi-utils.h
248  oui.h
249  packet.h
250  packet_info.h
251  params.h
252  plugin_if.h
253  ppptypes.h
254  prefs-int.h
255  prefs.h
256  print.h
257  print_stream.h
258  proto.h
259  proto_data.h
260  ps.h
261  ptvcursor.h
262  range.h
263  reassemble.h
264  reedsolomon.h
265  register.h
266  req_resp_hdrs.h
267  rtd_table.h
268  rtp_pt.h
269  sctpppids.h
270  secrets.h
271  show_exception.h
272  slow_protocol_subtypes.h
273  sminmpec.h
274  srt_table.h
275  stat_groups.h
276  stat_tap_ui.h
277  stats_tree.h
278  stats_tree_priv.h
279  stream.h
280  strutil.h
281  t35.h
282  tap-voip.h
283  tap.h
284  tfs.h
285  time_fmt.h
286  timestamp.h
287  timestats.h
288  to_str.h
289  tvbparse.h
290  tvbuff-int.h
291  tvbuff.h
292  uat-int.h
293  uat.h
294  unit_strings.h
295  value_string.h
296  x264_prt_id.h
297  xdlc.h
298 include/wireshark/epan/dfilter/
299  dfilter.h
300  drange.h
301 include/wireshark/epan/dissectors/
302  file-rbm.h
303  packet-6lowpan.h
304  packet-a21.h
305  packet-acp133.h
306  packet-acse.h
307  packet-actrace.h
308  packet-adb_service.h
309  packet-afp.h
310  packet-alcap.h
311  packet-ansi_a.h
312  packet-ansi_map.h
313  packet-ansi_tcap.h
314  packet-arp.h
315  packet-atalk.h
316  packet-atm.h
317  packet-atn-ulcs.h
318  packet-bacapp.h
319  packet-bacnet.h
320  packet-ber.h
321  packet-bfd.h
322  packet-bgp.h
323  packet-bicc_mst.h
324  packet-bluetooth.h
325  packet-bssap.h
326  packet-bssgp.h
327  packet-btatt.h
328  packet-btavctp.h
329  packet-btavdtp.h
330  packet-btavrcp.h
331  packet-bthci_acl.h
332  packet-bthci_cmd.h
333  packet-bthci_evt.h
334  packet-bthci_sco.h
335  packet-btl2cap.h
336  packet-btle.h
337  packet-btrfcomm.h
338  packet-btsdp.h
339  packet-c1222.h
340  packet-camel.h
341  packet-cdt.h
342  packet-cell_broadcast.h
343  packet-charging_ase.h
344  packet-chdlc.h
345  packet-cip.h
346  packet-cipsafety.h
347  packet-cmip.h
348  packet-cmp.h
349  packet-cms.h
350  packet-coap.h
351  packet-credssp.h
352  packet-crmf.h
353  packet-csn1.h
354  packet-dap.h
355  packet-dcc.h
356  packet-dccp.h
357  packet-dcerpc-browser.h
358  packet-dcerpc-budb.h
359  packet-dcerpc-butc.h
360  packet-dcerpc-dce122.h
361  packet-dcerpc-dnsserver.h
362  packet-dcerpc-frsapi.h
363  packet-dcerpc-frsrpc.h
364  packet-dcerpc-netlogon.h
365  packet-dcerpc-nt.h
366  packet-dcerpc-pnp.h
367  packet-dcerpc-rras.h
368  packet-dcerpc-samr.h
369  packet-dcerpc-spoolss.h
370  packet-dcerpc-svcctl.h
371  packet-dcerpc-tapi.h
372  packet-dcerpc.h
373  packet-dcom-dispatch.h
374  packet-dcom.h
375  packet-diameter.h
376  packet-diameter_3gpp.h
377  packet-diffserv-mpls-common.h
378  packet-disp.h
379  packet-dns.h
380  packet-docsis-tlv.h
381  packet-dop.h
382  packet-dsp.h
383  packet-dtls.h
384  packet-dtn.h
385  packet-dvbci.h
386  packet-e164.h
387  packet-e1ap.h
388  packet-e212.h
389  packet-eapol.h
390  packet-edonkey.h
391  packet-eigrp.h
392  packet-enip.h
393  packet-epl.h
394  packet-epmd.h
395  packet-erf.h
396  packet-ess.h
397  packet-eth.h
398  packet-f5ethtrailer.h
399  packet-fc.h
400  packet-fcbls.h
401  packet-fcct.h
402  packet-fcels.h
403  packet-fcfcs.h
404  packet-fcfzs.h
405  packet-fclctl.h
406  packet-fcsb3.h
407  packet-fcswils.h
408  packet-ff.h
409  packet-fix.h
410  packet-fmp.h
411  packet-frame.h
412  packet-ftam.h
413  packet-geonw.h
414  packet-giop.h
415  packet-gluster.h
416  packet-gmr1_common.h
417  packet-gmr1_rr.h
418  packet-gprscdr.h
419  packet-gre.h
420  packet-gsm_a_common.h
421  packet-gsm_a_rr.h
422  packet-gsm_map.h
423  packet-gsm_rlcmac.h
424  packet-gsm_sms.h
425  packet-gsmtap.h
426  packet-gssapi.h
427  packet-gtp.h
428  packet-gtpv2.h
429  packet-h223.h
430  packet-h225.h
431  packet-h235.h
432  packet-h245.h
433  packet-h248.h
434  packet-h263.h
435  packet-h264.h
436  packet-h265.h
437  packet-h323.h
438  packet-h450-ros.h
439  packet-hpext.h
440  packet-http.h
441  packet-http2.h
442  packet-iana-oui.h
443  packet-iax2.h
444  packet-icmp.h
445  packet-idmp.h
446  packet-idp.h
447  packet-ieee1609dot2.h
448  packet-ieee80211-radio.h
449  packet-ieee80211-radiotap-defs.h
450  packet-ieee80211-radiotap-iter.h
451  packet-ieee80211.h
452  packet-ieee802154.h
453  packet-ieee8023.h
454  packet-ieee802a.h
455  packet-igmp.h
456  packet-imf.h
457  packet-inap.h
458  packet-infiniband.h
459  packet-ip.h
460  packet-ipmi.h
461  packet-ipsec.h
462  packet-ipx.h
463  packet-isakmp.h
464  packet-isis-clv.h
465  packet-isis.h
466  packet-isl.h
467  packet-isup.h
468  packet-its.h
469  packet-iwarp-ddp-rdmap.h
470  packet-juniper.h
471  packet-jxta.h
472  packet-kerberos.h
473  packet-knxip.h
474  packet-knxip_decrypt.h
475  packet-l2tp.h
476  packet-lapdm.h
477  packet-lbm.h
478  packet-lbtrm.h
479  packet-lbtru.h
480  packet-lbttcp.h
481  packet-lcsap.h
482  packet-ldap.h
483  packet-ldp.h
484  packet-link16.h
485  packet-lisp.h
486  packet-llc.h
487  packet-lnet.h
488  packet-logotypecertextn.h
489  packet-lpp.h
490  packet-lte-rrc.h
491  packet-mac-lte.h
492  packet-mausb.h
493  packet-mbim.h
494  packet-mbtcp.h
495  packet-mgcp.h
496  packet-mle.h
497  packet-mms.h
498  packet-mount.h
499  packet-mp4ves.h
500  packet-mpeg-descriptor.h
501  packet-mpeg-sect.h
502  packet-mpls.h
503  packet-mq.h
504  packet-msrp.h
505  packet-mstp.h
506  packet-mtp3.h
507  packet-nbap.h
508  packet-ncp-int.h
509  packet-ncp-nmas.h
510  packet-ncp-sss.h
511  packet-ndmp.h
512  packet-ndps.h
513  packet-netbios.h
514  packet-netlink.h
515  packet-nfs.h
516  packet-ngap.h
517  packet-nisplus.h
518  packet-nlm.h
519  packet-nr-rrc.h
520  packet-nsh.h
521  packet-ntlmssp.h
522  packet-ntp.h
523  packet-nvme.h
524  packet-ocsp.h
525  packet-oer.h
526  packet-opensafety.h
527  packet-oscore.h
528  packet-osi-options.h
529  packet-osi.h
530  packet-p1.h
531  packet-p22.h
532  packet-p7.h
533  packet-p772.h
534  packet-pcap_pktdata.h
535  packet-pcnfsd.h
536  packet-pdcp-lte.h
537  packet-pdcp-nr.h
538  packet-per.h
539  packet-pkcs1.h
540  packet-pkcs12.h
541  packet-pkinit.h
542  packet-pkix1explicit.h
543  packet-pkix1implicit.h
544  packet-pkixac.h
545  packet-pkixproxy.h
546  packet-pkixqualified.h
547  packet-pkixtsp.h
548  packet-portmap.h
549  packet-ppi-geolocation-common.h
550  packet-ppp.h
551  packet-pres.h
552  packet-ptp.h
553  packet-ptpip.h
554  packet-pw-atm.h
555  packet-pw-common.h
556  packet-q708.h
557  packet-q931.h
558  packet-q932.h
559  packet-qsig.h
560  packet-quic.h
561  packet-radius.h
562  packet-raknet.h
563  packet-ranap.h
564  packet-rdm.h
565  packet-rdt.h
566  packet-reload.h
567  packet-rlc-lte.h
568  packet-rlc-nr.h
569  packet-rmi.h
570  packet-rmt-common.h
571  packet-rohc.h
572  packet-ros.h
573  packet-rpc.h
574  packet-rpcrdma.h
575  packet-rrc.h
576  packet-rsvp.h
577  packet-rtcp.h
578  packet-rtp-events.h
579  packet-rtp.h
580  packet-rtps.h
581  packet-rtse.h
582  packet-rtsp.h
583  packet-rx.h
584  packet-s1ap.h
585  packet-s5066sis.h
586  packet-s7comm.h
587  packet-s7comm_szl_ids.h
588  packet-sccp.h
589  packet-scsi-mmc.h
590  packet-scsi-osd.h
591  packet-scsi-sbc.h
592  packet-scsi-smc.h
593  packet-scsi-ssc.h
594  packet-scsi.h
595  packet-sctp.h
596  packet-sdp.h
597  packet-ses.h
598  packet-sflow.h
599  packet-sip.h
600  packet-skinny.h
601  packet-sll.h
602  packet-smb-browse.h
603  packet-smb-common.h
604  packet-smb-mailslot.h
605  packet-smb-pipe.h
606  packet-smb-sidsnooping.h
607  packet-smb.h
608  packet-smb2.h
609  packet-smpp.h
610  packet-smrse.h
611  packet-snmp.h
612  packet-socketcan.h
613  packet-spice.h
614  packet-sprt.h
615  packet-sscop.h
616  packet-stat-notify.h
617  packet-stat.h
618  packet-sv.h
619  packet-syslog.h
620  packet-t124.h
621  packet-t30.h
622  packet-t38.h
623  packet-tacacs.h
624  packet-tcap.h
625  packet-tcp.h
626  packet-tetra.h
627  packet-thrift.h
628  packet-tls-utils.h
629  packet-tls.h
630  packet-tn3270.h
631  packet-tn5250.h
632  packet-tpkt.h
633  packet-tr.h
634  packet-tte.h
635  packet-ua.h
636  packet-uaudp.h
637  packet-ubertooth.h
638  packet-udp.h
639  packet-umts_fp.h
640  packet-umts_mac.h
641  packet-umts_rlc.h
642  packet-usb-hid.h
643  packet-usb.h
644  packet-usbip.h
645  packet-vxlan.h
646  packet-wap.h
647  packet-wccp.h
648  packet-windows-common.h
649  packet-wlancertextn.h
650  packet-wps.h
651  packet-wsp.h
652  packet-wtls.h
653  packet-wtp.h
654  packet-x11-keysymdef.h
655  packet-x11.h
656  packet-x2ap.h
657  packet-x509af.h
658  packet-x509ce.h
659  packet-x509if.h
660  packet-x509sat.h
661  packet-xml.h
662  packet-xmpp-conference.h
663  packet-xmpp-core.h
664  packet-xmpp-gtalk.h
665  packet-xmpp-jingle.h
666  packet-xmpp-other.h
667  packet-xmpp-utils.h
668  packet-xmpp.h
669  packet-ypbind.h
670  packet-yppasswd.h
671  packet-ypserv.h
672  packet-ypxfr.h
673  packet-zbee-aps.h
674  packet-zbee-nwk.h
675  packet-zbee-security.h
676  packet-zbee-zcl.h
677  packet-zbee-zdp.h
678  packet-zbee.h
679  packet-ziop.h
680 include/wireshark/epan/ftypes/ftypes.h
681 include/wireshark/epan/wmem/
682  wmem.h
683  wmem_array.h
684  wmem_core.h
685  wmem_interval_tree.h
686  wmem_list.h
687  wmem_map.h
688  wmem_miscutl.h
689  wmem_queue.h
690  wmem_scopes.h
691  wmem_stack.h
692  wmem_strbuf.h
693  wmem_strutl.h
694  wmem_tree.h
695  wmem_user_cb.h
696 include/wireshark/wiretap/
697  file_wrappers.h
698  merge.h
699  pcap-encap.h
700  pcapng_module.h
701  secrets-types.h
702  wtap.h
703  wtap_opttypes.h
704 include/wireshark/wsutil/
705  adler32.h
706  base32.h
707  bits_count_ones.h
708  bits_ctz.h
709  bitswap.h
710  buffer.h
711  codecs.h
712  color.h
713  copyright_info.h
714  cpu_info.h
715  crash_info.h
716  crc10.h
717  crc11.h
718  crc16-plain.h
719  crc16.h
720  crc32.h
721  crc5.h
722  crc6.h
723  crc7.h
724  crc8.h
725  curve25519.h
726  eax.h
727  filesystem.h
728  frequency-utils.h
729  g711.h
730  inet_addr.h
731  inet_ipv4.h
732  inet_ipv6.h
733  interface.h
734  jsmn.h
735  json_dumper.h
736  mpeg-audio.h
737  netlink.h
738  nstime.h
739  os_version_info.h
740  pint.h
741  please_report_bug.h
742  plugins.h
743  pow2.h
744  privileges.h
745  processes.h
746  report_message.h
747  sign_ext.h
748  sober128.h
749  socket.h
750  str_util.h
751  strnatcmp.h
752  strtoi.h
753  tempfile.h
754  time_util.h
755  type_util.h
756  unicode-utils.h
757  utf8_entities.h
758  ws_cpuid.h
759  ws_mempbrk.h
760  ws_mempbrk_int.h
761  ws_pipe.h
762  ws_printf.h
763  wsjson.h
764  xtea.h
765 lib/
766  libwireshark.so
767  libwireshark.so.%%SOMAJOR%%
768  libwireshark.so.%%SOVERSION%%
769  libwiretap.so
770  libwiretap.so.%%MAJ_WIRETAP%%
771  libwiretap.so.%%SO_WIRETAP%%
772  libwsutil.so
773  libwsutil.so.%%MAJ_WSUTIL%%
774  libwsutil.so.%%SO_WSUTIL%%
775 lib/pkgconfig/wireshark.pc
776 lib/wireshark/cmake/
777  FindGLIB2.cmake
778  FindWSWinLibs.cmake
779  LocatePythonModule.cmake
780  UseAsn2Wrs.cmake
781  UseMakePluginReg.cmake
782  WiresharkConfig.cmake
783  WiresharkConfigVersion.cmake
784  WiresharkTargets-release.cmake
785  WiresharkTargets.cmake
786 lib/wireshark/extcap/
787  androiddump
788  ciscodump
789  randpktdump
790  sshdump
791  udpdump
792 lib/wireshark/plugins/%%PLUGIN_VER%%/codecs/l16mono.so
793 lib/wireshark/plugins/%%PLUGIN_VER%%/epan/
794  ethercat.so
795  gryphon.so
796  irda.so
797  mate.so
798  opcua.so
799  profinet.so
800  stats_tree.so
801  transum.so
802  unistim.so
803  wimax.so
804  wimaxasncp.so
805  wimaxmacphy.so
806 lib/wireshark/plugins/%%PLUGIN_VER%%/wiretap/usbdump.so
807 lib/wireshark/plugins/3.2/codecs/g711.so
808 share/appdata/wireshark.appdata.xml
809 share/applications/wireshark.desktop
810 share/icons/hicolor/128x128/apps/wireshark.png
811 share/icons/hicolor/128x128/mimetypes/application-wireshark-doc.png
812 share/icons/hicolor/16x16/apps/wireshark.png
813 share/icons/hicolor/16x16/mimetypes/application-wireshark-doc.png
814 share/icons/hicolor/24x24/apps/wireshark.png
815 share/icons/hicolor/24x24/mimetypes/application-wireshark-doc.png
816 share/icons/hicolor/256x256/apps/wireshark.png
817 share/icons/hicolor/256x256/mimetypes/application-wireshark-doc.png
818 share/icons/hicolor/32x32/apps/wireshark.png
819 share/icons/hicolor/32x32/mimetypes/application-wireshark-doc.png
820 share/icons/hicolor/48x48/apps/wireshark.png
821 share/icons/hicolor/48x48/mimetypes/application-wireshark-doc.png
822 share/icons/hicolor/64x64/apps/wireshark.png
823 share/icons/hicolor/64x64/mimetypes/application-wireshark-doc.png
824 share/icons/hicolor/scalable/apps/wireshark.svg
825 share/man/man1/
826  androiddump.1.gz
827  capinfos.1.gz
828  captype.1.gz
829  ciscodump.1.gz
830  dftest.1.gz
831  dumpcap.1.gz
832  editcap.1.gz
833  mergecap.1.gz
834  mmdbresolve.1.gz
835  randpkt.1.gz
836  randpktdump.1.gz
837  rawshark.1.gz
838  reordercap.1.gz
839  sshdump.1.gz
840  text2pcap.1.gz
841  tshark.1.gz
842  udpdump.1.gz
843  wireshark.1.gz
844 share/man/man4/
845  extcap.4.gz
846  wireshark-filter.4.gz
847 share/mime/packages/wireshark.xml
848 share/wireshark/
849  AUTHORS-SHORT
850  COPYING
851  androiddump.html
852  capinfos.html
853  captype.html
854  cfilters
855  ciscodump.html
856  colorfilters
857  console.lua
858  dfilter_macros
859  dfilters
860  dftest.html
861  dtd_gen.lua
862  dumpcap.html
863  editcap.html
864  enterprises.tsv
865  extcap.html
866  init.lua
867  ipmap.html
868  manuf
869  mergecap.html
870  mmdbresolve.html
871  pdml2html.xsl
872  randpkt.html
873  randpktdump.html
874  rawshark.html
875  reordercap.html
876  services
877  smi_modules
878  sshdump.html
879  text2pcap.html
880  tshark.html
881  udpdump.html
882  wireshark-filter.html
883  wireshark.html
884  wka
885  ws.css
886 share/wireshark/diameter/
887  AlcatelLucent.xml
888  Cisco.xml
889  CiscoSystems.xml
890  Custom.xml
891  Ericsson.xml
892  HP.xml
893  Huawei.xml
894  Inovar.xml
895  Juniper.xml
896  Microsoft.xml
897  Nokia.xml
898  NokiaSolutionsAndNetworks.xml
899  Oracle.xml
900  Siemens.xml
901  Starent.xml
902  TGPP.xml
903  TGPP2.xml
904  Telefonica.xml
905  VerizonWireless.xml
906  Vodafone.xml
907  chargecontrol.xml
908  dictionary.dtd
909  dictionary.xml
910  eap.xml
911  etsie2e4.xml
912  mobileipv4.xml
913  mobileipv6.xml
914  nasreq.xml
915  sip.xml
916  sunping.xml
917 share/wireshark/dtds/
918  dc.dtd
919  itunes.dtd
920  mscml.dtd
921  pocsettings.dtd
922  presence.dtd
923  reginfo.dtd
924  rlmi.dtd
925  rss.dtd
926  smil.dtd
927  watcherinfo.dtd
928  xcap-caps.dtd
929  xcap-error.dtd
930 share/wireshark/profiles/Bluetooth/
931  colorfilters
932  preferences
933 share/wireshark/profiles/Classic/colorfilters
934 share/wireshark/profiles/No Reassembly/preferences
935 share/wireshark/radius/
936  README.radius_dictionary
937  custom.includes
938  dictionary
939  dictionary.3com
940  dictionary.3gpp
941  dictionary.3gpp2
942  dictionary.acc
943  dictionary.acme
944  dictionary.actelis
945  dictionary.aerohive
946  dictionary.airespace
947  dictionary.alcatel
948  dictionary.alcatel-lucent.aaa
949  dictionary.alcatel.esam
950  dictionary.alcatel.sr
951  dictionary.alteon
952  dictionary.altiga
953  dictionary.alvarion
954  dictionary.alvarion.wimax.v2_2
955  dictionary.apc
956  dictionary.aptilo
957  dictionary.aptis
958  dictionary.arbor
959  dictionary.aruba
960  dictionary.ascend
961  dictionary.asn
962  dictionary.audiocodes
963  dictionary.avaya
964  dictionary.azaire
965  dictionary.bay
966  dictionary.bintec
967  dictionary.bluecoat
968  dictionary.bristol
969  dictionary.broadsoft
970  dictionary.brocade
971  dictionary.bskyb
972  dictionary.bt
973  dictionary.cablelabs
974  dictionary.cabletron
975  dictionary.camiant
976  dictionary.chillispot
977  dictionary.cisco
978  dictionary.cisco.asa
979  dictionary.cisco.bbsm
980  dictionary.cisco.vpn3000
981  dictionary.cisco.vpn5000
982  dictionary.citrix
983  dictionary.clavister
984  dictionary.cnergee
985  dictionary.colubris
986  dictionary.columbia_university
987  dictionary.compat
988  dictionary.compatible
989  dictionary.cosine
990  dictionary.dante
991  dictionary.dellemc
992  dictionary.dhcp
993  dictionary.digium
994  dictionary.dlink
995  dictionary.dragonwave
996  dictionary.efficientip
997  dictionary.eltex
998  dictionary.epygi
999  dictionary.equallogic
1000  dictionary.ericsson
1001  dictionary.ericsson.ab
1002  dictionary.ericsson.packet.core.networks
1003  dictionary.extreme
1004  dictionary.f5
1005  dictionary.fdxtended
1006  dictionary.fortinet
1007  dictionary.foundry
1008  dictionary.freedhcp
1009  dictionary.freeradius
1010  dictionary.freeradius.internal
1011  dictionary.freeswitch
1012  dictionary.gandalf
1013  dictionary.garderos
1014  dictionary.gemtek
1015  dictionary.h3c
1016  dictionary.hp
1017  dictionary.huawei
1018  dictionary.iana
1019  dictionary.iea
1020  dictionary.infoblox
1021  dictionary.infonet
1022  dictionary.ipunplugged
1023  dictionary.issanni
1024  dictionary.itk
1025  dictionary.jradius
1026  dictionary.juniper
1027  dictionary.karlnet
1028  dictionary.kineto
1029  dictionary.lancom
1030  dictionary.livingston
1031  dictionary.localweb
1032  dictionary.lucent
1033  dictionary.manzara
1034  dictionary.meinberg
1035  dictionary.meraki
1036  dictionary.merit
1037  dictionary.meru
1038  dictionary.microsemi
1039  dictionary.microsoft
1040  dictionary.mikrotik
1041  dictionary.motorola
1042  dictionary.motorola.wimax
1043  dictionary.navini
1044  dictionary.netscreen
1045  dictionary.networkphysics
1046  dictionary.nexans
1047  dictionary.nokia
1048  dictionary.nokia.conflict
1049  dictionary.nomadix
1050  dictionary.nortel
1051  dictionary.ntua
1052  dictionary.openser
1053  dictionary.packeteer
1054  dictionary.paloalto
1055  dictionary.patton
1056  dictionary.perle
1057  dictionary.propel
1058  dictionary.prosoft
1059  dictionary.proxim
1060  dictionary.purewave
1061  dictionary.quiconnect
1062  dictionary.quintum
1063  dictionary.redcreek
1064  dictionary.rfc2865
1065  dictionary.rfc2866
1066  dictionary.rfc2867
1067  dictionary.rfc2868
1068  dictionary.rfc2869
1069  dictionary.rfc3162
1070  dictionary.rfc3576
1071  dictionary.rfc3580
1072  dictionary.rfc4072
1073  dictionary.rfc4372
1074  dictionary.rfc4603
1075  dictionary.rfc4675
1076  dictionary.rfc4679
1077  dictionary.rfc4818
1078  dictionary.rfc4849
1079  dictionary.rfc5090
1080  dictionary.rfc5176
1081  dictionary.rfc5447
1082  dictionary.rfc5580
1083  dictionary.rfc5607
1084  dictionary.rfc5904
1085  dictionary.rfc6519
1086  dictionary.rfc6572
1087  dictionary.rfc6677
1088  dictionary.rfc6911
1089  dictionary.rfc6929
1090  dictionary.rfc6930
1091  dictionary.rfc7055
1092  dictionary.rfc7155
1093  dictionary.rfc7268
1094  dictionary.rfc7499
1095  dictionary.rfc7930
1096  dictionary.riverbed
1097  dictionary.riverstone
1098  dictionary.roaringpenguin
1099  dictionary.ruckus
1100  dictionary.ruggedcom
1101  dictionary.sangoma
1102  dictionary.sg
1103  dictionary.shasta
1104  dictionary.shiva
1105  dictionary.siemens
1106  dictionary.slipstream
1107  dictionary.sofaware
1108  dictionary.sonicwall
1109  dictionary.springtide
1110  dictionary.starent
1111  dictionary.starent.vsa1
1112  dictionary.surfnet
1113  dictionary.symbol
1114  dictionary.t_systems_nova
1115  dictionary.telebit
1116  dictionary.telkom
1117  dictionary.terena
1118  dictionary.trapeze
1119  dictionary.travelping
1120  dictionary.tropos
1121  dictionary.ukerna
1122  dictionary.unisphere
1123  dictionary.unix
1124  dictionary.usr
1125  dictionary.utstarcom
1126  dictionary.valemount
1127  dictionary.verizon
1128  dictionary.versanet
1129  dictionary.vqp
1130  dictionary.walabi
1131  dictionary.waverider
1132  dictionary.wichorus
1133  dictionary.wimax
1134  dictionary.wimax.alvarion
1135  dictionary.wimax.wichorus
1136  dictionary.wispr
1137  dictionary.xedia
1138  dictionary.xylan
1139  dictionary.yubico
1140  dictionary.zeus
1141  dictionary.zte
1142  dictionary.zyxel
1143 share/wireshark/tpncp/tpncp.dat
1144 share/wireshark/wimaxasncp/
1145  dictionary.dtd
1146  dictionary.xml
1147
1148
1149 [FILE:331:manifests/plist.docs]
1150 share/doc/wireshark/
1151  androiddump.html
1152  capinfos.html
1153  captype.html
1154  ciscodump.html
1155  dftest.html
1156  dumpcap.html
1157  editcap.html
1158  extcap.html
1159  mergecap.html
1160  mmdbresolve.html
1161  randpkt.html
1162  randpktdump.html
1163  rawshark.html
1164  reordercap.html
1165  sshdump.html
1166  text2pcap.html
1167  tshark.html
1168  udpdump.html
1169  wireshark-filter.html
1170  wireshark.html
1171
1172
1173 [FILE:199:patches/patch-extcap.c]
1174 --- extcap.c.orig       2019-12-18 18:27:56 UTC
1175 +++ extcap.c
1176 @@ -21,6 +21,7 @@
1177  #include <process.h>
1178  #include <time.h>
1179  #else
1180 +#include <sys/wait.h>
1181  /* Include for unlink */
1182  #include <unistd.h>
1183  #endif
1184
1185
1186 [FILE:520:files/pkg-message-single]
1187 ===============================================================================
1188
1189 In order for wireshark be able to capture packets when used by unprivileged
1190 user, /dev/bpf should be in network group and have read-write permissions.
1191 For example:
1192
1193 # chgrp network /dev/bpf*
1194 # chmod g+r /dev/bpf*
1195 # chmod g+w /dev/bpf*
1196
1197 In order for this to persist across reboots, add the following to
1198 /etc/devfs.conf:
1199
1200 own  bpf* root:network
1201 perm bpf* 0660
1202
1203 ===============================================================================
1204