QUIC: Remove old Hello Extension (26)
[metze/wireshark/wip.git] / debian / control
1 Source: wireshark
2 Section: net
3 Priority: optional
4 Maintainer: Balint Reczey <balint@balintreczey.hu>
5 Standards-Version: 3.9.7
6 Build-Depends: lsb-release,
7  qtbase5-dev, qtbase5-dev-tools, qttools5-dev, qttools5-dev-tools,
8  qtmultimedia5-dev, libqt5svg5-dev,
9  libpcap0.8-dev, flex, libz-dev, debhelper (>= 9), po-debconf, libtool,
10  python (>= 2.6.6-3~), python-ply, libc-ares-dev, xsltproc,
11  docbook-xsl (>= 1.64.1.0-0), docbook-xml, libxml2-utils, libpcre3-dev,
12  libcap2-dev [linux-any] | libcap-dev (>= 2.17) [linux-any],
13  bison, quilt, libparse-yapp-perl,
14 # libgnutls28-dev >= 3.2.14-1 is GPLv2+ compatible. libgnutls-dev is
15 # backports-compatible.
16  libgnutls28-dev (>= 3.2.14-1~) | libgnutls-dev,
17  libgcrypt-dev, libkrb5-dev, liblua5.2-dev, libsmi2-dev,
18  libmaxminddb-dev, dpkg-dev (>= 1.16.1~),
19  libnl-genl-3-dev [linux-any], libnl-route-3-dev [linux-any], asciidoctor,
20  cmake (>= 3.5) | cmake3, libsbc-dev, libnghttp2-dev, libssh-gcrypt-dev,
21  liblz4-dev, libsnappy-dev, libspandsp-dev, libxml2-dev
22 Build-Conflicts: libsnmp4.2-dev, libsnmp-dev
23 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/wireshark/trunk
24 Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/trunk/
25 Homepage: http://www.wireshark.org/
26
27 Package: wireshark-common
28 Architecture: any
29 Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark0 (>= ${binary:Version}),
30  libwiretap0 (>= ${binary:Version}), debconf, libcap2-bin [linux-any]
31 Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
32 Breaks: ethereal (<< 1.0.0-3),
33         wireshark (<< 2.0.0~),
34         wireshark-qt (<< 2.0.0~rc3+g841d5e1)
35 Replaces: ethereal (<< 1.0.0-3),
36         wireshark (<< 2.0.0~),
37         wireshark-qt (<< 2.0.0~rc3+g841d5e1)
38 Description: network traffic analyzer - common files
39  Wireshark is a network "sniffer" - a tool that captures and analyzes
40  packets off the wire. Wireshark can decode too many protocols to list
41  here.
42  .
43  This package provides files common to both wireshark and tshark (the console version).
44
45 Package: wireshark
46 Architecture: any
47 Depends: wireshark-qt, ${misc:Depends}
48 Replaces: ethereal (<< 1.0.0-3)
49 Conflicts: ethereal (<< 1.0.0-3)
50 Description: network traffic analyzer - meta-package
51  Wireshark is a network "sniffer" - a tool that captures and analyzes
52  packets off the wire. Wireshark can decode too many protocols to list
53  here.
54  .
55  This is a meta-package for Wireshark.
56
57 Package: wireshark-qt
58 Architecture: any
59 Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version})
60 Recommends: libqt5multimedia5-plugins
61 Replaces: ethereal (<< 1.0.0-3), wireshark (<< 2.0.0~)
62 Breaks: ethereal (<< 1.0.0-3), wireshark (<< 2.0.0~)
63 Description: network traffic analyzer - Qt version
64  Wireshark is a network "sniffer" - a tool that captures and analyzes
65  packets off the wire. Wireshark can decode too many protocols to list
66  here.
67  .
68  This package provides the Qt version of Wireshark.
69
70 Package: tshark
71 Architecture: any
72 Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version})
73 Replaces: tethereal (<< 1.0.0-3)
74 Conflicts: tethereal (<< 1.0.0-3)
75 Description: network traffic analyzer - console version
76  Wireshark is a network "sniffer" - a tool that captures and analyzes
77  packets off the wire. Wireshark can decode too many protocols to list
78  here.
79  .
80  This package provides the console version of wireshark, named
81  "tshark".
82
83 Package: wireshark-dev
84 Architecture: any
85 Section: devel
86 Depends: ${misc:Depends}, omniidl (>= 4.0.1-2), libpcap0.8-dev, libtool,
87  libglib2.0-dev, ${python:Depends}, python-ply, snacc, debhelper,
88  cdbs, libwireshark-dev, libwiretap-dev
89 Replaces: ethereal-dev (<< 1.0.0-3)
90 Conflicts: ethereal-dev (<< 1.0.0-3)
91 Description: network traffic analyzer - development tools
92  Wireshark is a network "sniffer" - a tool that captures and analyzes
93  packets off the wire. Wireshark can decode too many protocols to list
94  here.
95  .
96  This package provides idl2wrs and other files necessary for developing
97  new packet dissectors.
98
99 Package: wireshark-dbg
100 Priority: extra
101 Architecture: any
102 Section: debug
103 Depends: ${misc:Depends}, wireshark-common (= ${binary:Version}) | wireshark (= ${binary:Version}) | tshark (= ${binary:Version})
104 Description: network traffic analyzer - debug symbols
105  Wireshark is a network "sniffer" - a tool that captures and analyzes
106  packets off the wire. Wireshark can decode too many protocols to list
107  here.
108  .
109  This package contains stripped debugging symbols for all Wireshark
110  programs and libraries.
111
112 Package: wireshark-doc
113 Priority: extra
114 Architecture: all
115 Multi-Arch: foreign
116 Section: doc
117 Depends: ${misc:Depends}
118 Description: network traffic analyzer - documentation
119  Wireshark is a network "sniffer" - a tool that captures and analyzes
120  packets off the wire. Wireshark can decode too many protocols to list
121  here.
122  .
123  This package contains Wireshark User's guide, Wireshark Developer's Guide
124  and the Lua Reference.
125
126 Package: libwireshark0
127 Section: libs
128 Architecture: any
129 Multi-Arch: same
130 Pre-Depends: ${misc:Pre-Depends}
131 Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark-data (>= ${source:Version}),
132  libwsutil0 (>= ${source:Version}), libwscodecs0 (>= ${source:Version})
133 Suggests: wireshark-doc (>= ${source:Version})
134 Conflicts: wireshark-common (<< 1.4.0~rc2-1)
135 Replaces: wireshark-common (<< 1.4.0~rc2-1)
136 Description: network packet dissection library -- shared library
137  The libwireshark library provides the network packet dissection services
138  developed by the Wireshark project.
139
140 Package: libwsutil0
141 Section: libs
142 Architecture: any
143 Multi-Arch: same
144 Pre-Depends: ${misc:Pre-Depends}
145 Depends: ${shlibs:Depends}, ${misc:Depends}
146 Conflicts: wireshark-common (<< 1.4.0~rc2-1), libwireshark1 (<< 1.4.2-2)
147 Replaces: wireshark-common (<< 1.4.0~rc2-1), libwireshark1 (<< 1.4.2-2)
148 Description: network packet dissection utilities library -- shared library
149  The libwsutil library provides utility functions for libwireshark0.
150
151 Package: libwsutil-dev
152 Section: libdevel
153 Architecture: any
154 Depends: ${misc:Depends} , libwsutil0 (= ${binary:Version})
155 Conflicts: wireshark-common (<< 1.4.0~rc2-1), libwireshark-dev (<< 1.4.2-2),
156  wireshark-dev (<< 1.4.0~rc2-1)
157 Replaces: wireshark-common (<< 1.4.0~rc2-1), libwireshark-dev (<< 1.4.2-2),
158  wireshark-dev (<< 1.4.0~rc2-1)
159 Description: network packet dissection utilities library -- development files
160  The libwsutil library provides utility functions for libwireshark6.
161  .
162  This package contains the static library and the C header files that are
163  needed for applications to use the libwsutil library.
164
165 Package: libwscodecs0
166 Section: libs
167 Architecture: any
168 Multi-Arch: same
169 Pre-Depends: ${misc:Pre-Depends}
170 Depends: ${shlibs:Depends}, ${misc:Depends}
171 Conflicts: wireshark-common (<< 1.4.0~rc2-1), libwireshark1 (<< 1.4.2-2)
172 Replaces: wireshark-common (<< 1.4.0~rc2-1), libwireshark1 (<< 1.4.2-2)
173 Description: network packet dissection codecs library -- shared library
174  The libwscodecs library provides codec functions for libwireshark0.
175
176 Package: libwireshark-data
177 Section: libs
178 Architecture: all
179 Multi-Arch: foreign
180 Depends: ${misc:Depends}
181 Conflicts: wireshark-common (<< 1.4.0~rc2-1)
182 Replaces: wireshark-common (<< 1.4.0~rc2-1)
183 #Recommends: geoip-database-contrib # Only includes legacy?
184 Suggests: snmp-mibs-downloader
185 Description: network packet dissection library -- data files
186  The libwireshark library provides the network packet dissection services
187  developed by the Wireshark project.
188  .
189  This package contains the platform independent files.
190
191 Package: libwireshark-dev
192 Section: libdevel
193 Depends: ${misc:Depends}, libwsutil-dev, libwireshark0 (= ${binary:Version})
194 Conflicts: wireshark-dev (<< 1.4.0~rc2-1)
195 Replaces: wireshark-dev (<< 1.4.0~rc2-1)
196 Architecture: any
197 Description: network packet dissection library -- development files
198  The "libwireshark" library provides the network packet dissection services
199  developed by the Wireshark project.
200  .
201  This package contains the static library and the C header files that are
202  needed for applications to use libwireshark services.
203
204 Package: libwiretap0
205 Section: libs
206 Architecture: any
207 Multi-Arch: same
208 Pre-Depends: ${misc:Pre-Depends}
209 Depends: ${shlibs:Depends}, ${misc:Depends}
210 Conflicts: wireshark-common (<< 1.4.0~rc2-1)
211 Description: network packet capture library -- shared library
212  Wiretap, part of the Wireshark project, is a library that allows one to
213  read and write several packet capture file formats.
214  .
215  Supported formats are:
216   * Libpcap
217   * Sniffer
218   * LANalyzer
219   * Network Monitor
220   * "snoop"
221   * "iptrace"
222   * Sniffer Basic (NetXRay)/Windows Sniffer Pro
223   * RADCOM WAN/LAN Analyzers
224   * Lucent/Ascend access products
225   * HP-UX nettl
226   * Toshiba ISDN Router
227   * ISDN4BSD "i4btrace" utility
228   * Cisco Secure Intrusion Detection System iplogging facility
229   * pppd logs (pppdump-format files)
230   * VMS TCPTRACE
231   * DBS Etherwatch (text format)
232   * Catapult DCT2000 (.out files)
233  .
234  Wiretap's shortcomings are: no filter capability and no support for packet
235  capture.
236
237 Package: libwiretap-dev
238 Section: libdevel
239 Depends: ${misc:Depends}, libwiretap0 (= ${binary:Version})
240 Conflicts: wireshark-dev (<< 1.4.0~rc2-1)
241 Replaces: wireshark-dev (<< 1.4.0~rc2-1)
242 Architecture: any
243 Description: network packet capture library -- development files
244  Wiretap, part of the Wireshark project, is a library that allows one to
245  read and write several packet capture file formats.
246  .
247  Supported formats are:
248   * Libpcap
249   * Sniffer
250   * LANalyzer
251   * Network Monitor
252   * "snoop"
253   * "iptrace"
254   * Sniffer Basic (NetXRay)/Windows Sniffer Pro
255   * RADCOM WAN/LAN Analyzers
256   * Lucent/Ascend access products
257   * HP-UX nettl
258   * Toshiba ISDN Router
259   * ISDN4BSD "i4btrace" utility
260   * Cisco Secure Intrusion Detection System iplogging facility
261   * pppd logs (pppdump-format files)
262   * VMS TCPTRACE
263   * DBS Etherwatch (text format)
264   * Catapult DCT2000 (.out files)
265  .
266  Wiretap's shortcomings are: no filter capability and no support for packet
267  capture.
268  .
269  This package contains the static library and the C header files.