summaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in279
1 files changed, 279 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..e8f06ae
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,279 @@
+Source: wireshark
+Maintainer: Balint Reczey <balint@balintreczey.hu>
+Section: net
+Priority: optional
+Build-Depends: @QT_BUILD_DEPS@,
+ libpcap0.8-dev,
+ flex,
+ libz-dev,
+ debhelper (>= 12),
+ po-debconf,
+ python3,
+ python3-ply,
+ python3-pytest <!nocheck>,
+ python3-pytest-xdist <!nocheck>,
+ libc-ares-dev,
+ xsltproc,
+ dh-python,
+ docbook-xsl,
+ docbook-xml,
+ libxml2-utils,
+ libcap2-dev | libcap-dev,
+ lsb-release,
+ libparse-yapp-perl,
+ libglib2.0-dev,
+ libgnutls28-dev,
+ libgcrypt-dev,
+ libkrb5-dev,
+ liblua5.2-dev,
+ libsmi2-dev,
+ libmaxminddb-dev,
+ libopencore-amrnb-dev,
+ libopus-dev,
+ libsystemd-dev,
+ libnl-genl-3-dev [linux-any],
+ libnl-route-3-dev [linux-any],
+ asciidoctor,
+ cmake (>= 3.5),
+ libsbc-dev,
+ libnghttp2-dev,
+ libnghttp3-dev,
+ libssh-gcrypt-dev,
+ liblz4-dev,
+ libsnappy-dev,
+ libzstd-dev,
+ libspandsp-dev,
+ libxml2-dev,
+ libbrotli-dev,
+ libspeexdsp-dev,
+ libminizip-dev,
+ libbcg729-dev,
+ libxkbcommon-dev
+Build-Conflicts: libsnmp4.2-dev,
+ libsnmp-dev
+Standards-Version: 4.6.0.1
+Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/debian/wireshark
+Vcs-Git: https://salsa.debian.org/debian/wireshark.git -b debian/master
+Homepage: https://www.wireshark.org/
+
+Package: wireshark-common
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libwireshark17 (>= ${binary:Version}),
+ libwiretap14 (>= ${binary:Version}),
+ debconf,
+ libcap2-bin [linux-any]
+Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
+Breaks: wireshark (<< 2.0.0~),
+ wireshark-gtk (<< 3.0.0),
+ wireshark-qt (<< 2.0.0~rc3+g841d5e1)
+Replaces: wireshark (<< 2.0.0~),
+ wireshark-qt (<< 2.0.0~rc3+g841d5e1)
+Description: network traffic analyzer - common files
+ Wireshark is a network "sniffer" - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+ .
+ This package provides files common to both wireshark and tshark
+ (the console version).
+
+Package: wireshark
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ wireshark-common (= ${binary:Version}),
+ @QT_DEPS@
+Recommends: @QT_RECOMMENDS@
+Conflicts: wireshark-qt (<< 4.4~),
+ wireshark-gtk (<< 3.0.0~)
+Replaces: wireshark-qt (<< 4.4~),
+ wireshark-gtk (<< 3.0.0~)
+Description: network traffic analyzer - graphical interface
+ Wireshark is a network "sniffer" - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+
+Package: tshark
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ wireshark-common (= ${binary:Version})
+Description: network traffic analyzer - console version
+ Wireshark is a network "sniffer" - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+ .
+ This package provides the console version of wireshark, named
+ "tshark".
+
+Package: wireshark-dev
+Architecture: any
+Section: devel
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ omniidl,
+ libpcap0.8-dev,
+ libglib2.0-dev,
+ ${python3:Depends},
+ python3-ply,
+ snacc,
+ libwireshark-dev,
+ libwiretap-dev
+Description: network traffic analyzer - development tools
+ Wireshark is a network "sniffer" - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+ .
+ This package provides idl2wrs and other files necessary for developing
+ new packet dissectors.
+
+Package: wireshark-doc
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends}
+Description: network traffic analyzer - documentation
+ Wireshark is a network "sniffer" - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+ .
+ This package contains Wireshark User's guide, Wireshark Developer's Guide
+ and the Lua Reference.
+
+Package: libwireshark17
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libwireshark-data (>= ${source:Version}),
+ libwsutil15 (>= ${source:Version})
+Suggests: wireshark-doc (>= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Description: network packet dissection library -- shared library
+ The libwireshark library provides the network packet dissection services
+ developed by the Wireshark project.
+
+Package: libwsutil15
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: network packet dissection utilities library -- shared library
+ The libwsutil library provides utility functions for Wireshark and related
+ binaries and shared libraries.
+
+Package: libwsutil-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libwsutil15 (= ${binary:Version})
+Breaks: libwireshark-dev (<< 3.7.0~)
+Replaces: libwireshark-dev (<< 3.7.0~)
+Description: network packet dissection utilities library -- development files
+ The libwsutil library provides utility functions for Wireshark and related
+ binaries and shared libraries.
+ .
+ This package contains the static library and the C header files that are
+ needed for applications to use the libwsutil library.
+
+Package: libwireshark-data
+Architecture: all
+Multi-Arch: foreign
+Section: libs
+Depends: ${misc:Depends}
+Suggests: geoipupdate,
+ geoip-database,
+ geoip-database-extra,
+ libjs-leaflet,
+ libjs-leaflet.markercluster,
+ snmp-mibs-downloader
+Description: network packet dissection library -- data files
+ The libwireshark library provides the network packet dissection services
+ developed by the Wireshark project.
+ .
+ This package contains the platform independent files.
+
+Package: libwireshark-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libwsutil-dev,
+ libwiretap-dev,
+ libwireshark17 (= ${binary:Version})
+Description: network packet dissection library -- development files
+ The "libwireshark" library provides the network packet dissection services
+ developed by the Wireshark project.
+ .
+ This package contains the static library and the C header files that are
+ needed for applications to use libwireshark services.
+
+Package: libwiretap14
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: network packet capture library -- shared library
+ Wiretap, part of the Wireshark project, is a library that allows one to
+ read and write several packet capture file formats.
+ .
+ Supported formats are:
+ * Libpcap
+ * Sniffer
+ * LANalyzer
+ * Network Monitor
+ * "snoop"
+ * "iptrace"
+ * Sniffer Basic (NetXRay)/Windows Sniffer Pro
+ * RADCOM WAN/LAN Analyzers
+ * Lucent/Ascend access products
+ * HP-UX nettl
+ * Toshiba ISDN Router
+ * ISDN4BSD "i4btrace" utility
+ * Cisco Secure Intrusion Detection System iplogging facility
+ * pppd logs (pppdump-format files)
+ * VMS TCPTRACE
+ * DBS Etherwatch (text format)
+ * Catapult DCT2000 (.out files)
+ .
+ Wiretap's shortcomings are: no filter capability and no support for packet
+ capture.
+
+Package: libwiretap-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libwiretap14 (= ${binary:Version})
+Description: network packet capture library -- development files
+ Wiretap, part of the Wireshark project, is a library that allows one to
+ read and write several packet capture file formats.
+ .
+ Supported formats are:
+ * Libpcap
+ * Sniffer
+ * LANalyzer
+ * Network Monitor
+ * "snoop"
+ * "iptrace"
+ * Sniffer Basic (NetXRay)/Windows Sniffer Pro
+ * RADCOM WAN/LAN Analyzers
+ * Lucent/Ascend access products
+ * HP-UX nettl
+ * Toshiba ISDN Router
+ * ISDN4BSD "i4btrace" utility
+ * Cisco Secure Intrusion Detection System iplogging facility
+ * pppd logs (pppdump-format files)
+ * VMS TCPTRACE
+ * DBS Etherwatch (text format)
+ * Catapult DCT2000 (.out files)
+ .
+ Wiretap's shortcomings are: no filter capability and no support for packet
+ capture.
+ .
+ This package contains the static library and the C header files.