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