ethereal->wireshark
[metze/wireshark/wip.git] / debian / control
1 Source: ethereal
2 Section: net
3 Priority: optional
4 Maintainer: Frederic Peters <fpeters@debian.org>
5 Standards-Version: 3.6.1.0
6 Build-Depends: libgtk2.0-dev (>=2.4.0-0), libpcap0.8-dev, flex, libz-dev, dpatch, debhelper (>= 3.0), libtool, python, automake, autoconf, autotools-dev, libadns1-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev, libcap-dev
7 Build-Conflicts: libsnmp4.2-dev, libsnmp5-dev
8
9 Package: ethereal-common
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Recommends: ethereal (>= 0.9.1-3) | tethereal (>= 0.9.1-3)
13 Conflicts: ethereal (<< 0.9.1-3), tethereal (<< 0.9.1-3)
14 Description: network traffic analyser (common files)
15  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
16  Unix-like operating systems. A sniffer is a tool used to capture 
17  packets off the wire. Ethereal decodes numerous protocols (too many
18  to list).
19  .
20  This package provides files common to both ethereal (the GTK+ version)
21  and tethereal (the console version).
22
23 Package: ethereal
24 Architecture: any
25 Depends: ${shlibs:Depends}, ethereal-common (= ${Source-Version})
26 Recommends: gksu
27 Description: network traffic analyzer
28  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
29  Unix-like operating systems. A sniffer is a tool used to capture 
30  packets off the wire. Ethereal decodes numerous protocols (too many
31  to list).
32  .
33  This package provides ethereal (the GTK+ version)
34
35 Package: tethereal
36 Architecture: any
37 Depends: ${shlibs:Depends}, ethereal-common (= ${Source-Version})
38 Description: network traffic analyzer (console)
39  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
40  Unix-like operating systems. A sniffer is a tool used to capture 
41  packets off the wire. Ethereal decodes numerous protocols (too many
42  to list).
43  .
44  This package provides the console version of ethereal, named
45  "tethereal".
46
47 Package: ethereal-dev
48 Architecture: any
49 Section: devel
50 Depends: ${shlibs:Depends}, omniidl (>> 1:3.0.4.1-10) | omniidl4 (>= 4.0.1-2) , libpcap0.8-dev, libtool, libglib2.0-dev, python, snacc, autotools-dev, debhelper, cdbs, automake1.7, autoconf
51 Description: network traffic analyser (development tools)
52  Wireshark is a network traffic analyzer, or "sniffer", for Unix and
53  Unix-like operating systems. A sniffer is a tool used to capture 
54  packets off the wire. Ethereal decodes numerous protocols (too many
55  to list).
56  .
57  This package provides idl2eth and other necessary files to develop
58  new packet dissectors.
59