wireshark/debian/control

60 lines
2.4 KiB
Plaintext
Raw Normal View History

Source: ethereal
Section: net
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Standards-Version: 3.6.1.0
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
Build-Conflicts: libsnmp4.2-dev, libsnmp5-dev
Package: ethereal-common
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ethereal (>= 0.9.1-3) | tethereal (>= 0.9.1-3)
Conflicts: ethereal (<< 0.9.1-3), tethereal (<< 0.9.1-3)
Description: network traffic analyser (common files)
Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems. A sniffer is a tool used to capture
packets off the wire. Ethereal decodes numerous protocols (too many
to list).
.
This package provides files common to both ethereal (the GTK+ version)
and tethereal (the console version).
Package: ethereal
Architecture: any
Depends: ${shlibs:Depends}, ethereal-common (= ${Source-Version})
Recommends: gksu
Description: network traffic analyzer
Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems. A sniffer is a tool used to capture
packets off the wire. Ethereal decodes numerous protocols (too many
to list).
.
This package provides ethereal (the GTK+ version)
Package: tethereal
Architecture: any
Depends: ${shlibs:Depends}, ethereal-common (= ${Source-Version})
Description: network traffic analyzer (console)
Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems. A sniffer is a tool used to capture
packets off the wire. Ethereal decodes numerous protocols (too many
to list).
.
This package provides the console version of ethereal, named
"tethereal".
Package: ethereal-dev
Architecture: any
Section: devel
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
Description: network traffic analyser (development tools)
Wireshark is a network traffic analyzer, or "sniffer", for Unix and
Unix-like operating systems. A sniffer is a tool used to capture
packets off the wire. Ethereal decodes numerous protocols (too many
to list).
.
This package provides idl2eth and other necessary files to develop
new packet dissectors.