aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2014-06-05 17:30:41 +0700
committerBalint Reczey <balint@balintreczey.hu>2014-06-08 15:32:10 +0000
commit97e1491aa8f418a7f5bd7fdd92561d2403c187f6 (patch)
treeeadecb1b66ac3900a7e5db76eb2b993693ba0b9f
parent9b4991098f42bfe10da9ce34c4c7711fbcf87ca7 (diff)
Sync .deb packaging from Debian
The sync makes CMake the build system for the .deb package and starts providing wireshark-qt in the wireshark-qt package. The package structure, i.e. the libraries are shipped in separate packages is also sync-ed. Wireshark-qt uses the Qt 4 libraries, but it is easy to switch it to Qt 5. Change-Id: I849d18bdb8ca6ebf4072cf1d73d749080ac5dac2 Reviewed-on: https://code.wireshark.org/review/1986 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
-rw-r--r--debian/README.Debian75
-rw-r--r--debian/README.Debian.security13
-rw-r--r--debian/README.source34
-rw-r--r--debian/compat2
-rw-r--r--debian/control270
-rw-r--r--debian/copyright72
-rw-r--r--debian/dirs4
-rw-r--r--debian/ethereal-common.NEWS13
-rw-r--r--debian/headers-check.c25
-rw-r--r--debian/libwireshark-data.install2
-rw-r--r--debian/libwireshark-dev.install12
-rw-r--r--debian/libwireshark0.install2
-rw-r--r--debian/libwireshark0.symbols1538
-rw-r--r--debian/libwiretap-dev.install4
-rw-r--r--debian/libwiretap0.docs1
-rw-r--r--debian/libwiretap0.install2
-rw-r--r--debian/libwiretap0.symbols148
-rw-r--r--debian/libwsutil-dev.install3
-rw-r--r--debian/libwsutil0.install1
-rw-r--r--debian/libwsutil0.symbols148
-rw-r--r--debian/license-text-about-dialog15
-rw-r--r--debian/patches/0005-Disable-xmllint-for-release-notes.patch40
-rw-r--r--debian/patches/00list12
-rw-r--r--debian/patches/01_Disable-building-documentation-in-PDF-and-release-no.patch48
-rw-r--r--debian/patches/04_asn2wrs_ply.patch17
-rw-r--r--debian/patches/05_note-README-when-running-as-root.patch15
-rw-r--r--debian/patches/06_release-version.patch15
-rwxr-xr-xdebian/patches/08_wireshark-desktop-menu.patch13
-rwxr-xr-xdebian/patches/09_idl2wrs.patch48
-rw-r--r--debian/patches/16_licence_about_location.patch14
-rw-r--r--debian/patches/series8
-rw-r--r--debian/po/POTFILES.in1
-rw-r--r--debian/po/cs.po66
-rw-r--r--debian/po/da.po57
-rw-r--r--debian/po/de.po60
-rw-r--r--debian/po/es.po73
-rw-r--r--debian/po/eu.po66
-rw-r--r--debian/po/fi.po67
-rw-r--r--debian/po/fr.po69
-rw-r--r--debian/po/hu.po61
-rw-r--r--debian/po/id.po42
-rw-r--r--debian/po/it.po57
-rw-r--r--debian/po/ja.po55
-rw-r--r--debian/po/ko.po43
-rw-r--r--debian/po/nl.po61
-rw-r--r--debian/po/pt.po66
-rw-r--r--debian/po/pt_BR.po73
-rw-r--r--debian/po/ru.po65
-rw-r--r--debian/po/sk.po60
-rw-r--r--debian/po/sv.po62
-rw-r--r--debian/po/templates.pot49
-rw-r--r--debian/po/vi.po58
-rw-r--r--debian/pycompat1
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules150
-rw-r--r--debian/source/format1
-rw-r--r--debian/templates23
-rw-r--r--debian/tshark.docs1
-rw-r--r--debian/tshark.files1
-rw-r--r--debian/tshark.install1
-rw-r--r--debian/tshark.manpages2
-rw-r--r--debian/watch2
-rw-r--r--debian/wireshark-common.config10
-rw-r--r--debian/wireshark-common.files16
-rw-r--r--debian/wireshark-common.install6
-rw-r--r--debian/wireshark-common.manpages14
-rw-r--r--debian/wireshark-common.postinst40
-rw-r--r--debian/wireshark-common.postrm16
-rw-r--r--debian/wireshark-common.shlibs4
-rw-r--r--debian/wireshark-dev.docs9
-rw-r--r--debian/wireshark-dev.files13
-rw-r--r--debian/wireshark-dev.header-files12
-rw-r--r--debian/wireshark-dev.install6
-rw-r--r--debian/wireshark-dev.manpages6
-rw-r--r--debian/wireshark-dev.prerm4
-rw-r--r--debian/wireshark-doc.docs4
-rw-r--r--debian/wireshark-qt.docs1
-rw-r--r--debian/wireshark-qt.install1
-rw-r--r--debian/wireshark-root.desktop75
-rw-r--r--debian/wireshark.desktop73
-rw-r--r--debian/wireshark.docs1
-rw-r--r--debian/wireshark.files3
-rw-r--r--debian/wireshark.install5
-rw-r--r--debian/wireshark.manpages2
84 files changed, 3833 insertions, 496 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000000..d4548497c9
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,75 @@
+
+I. Capturing packets with Wireshark/Tshark
+
+ There are two ways of installing Wireshark/Tshark on Debian:
+
+ I./a. Installing dumpcap without allowing non-root users to capture packets
+
+ Only root user will be able to capture packets. It is advised to capture
+ packets with the bundled dumpcap program as root and then run
+ Wireshark/Tshark as an ordinary user to analyze the captured logs. [2]
+
+ This is the default on Debian systems.
+
+ I./b. Installing dumpcap and allowing non-root users to capture packets
+
+ Members of the wireshark group will be able to capture packets on network
+ interfaces. This is the preferred way of installation if Wireshark/Tshark
+ will be used for capturing and displaying packets at the same time, since
+ that way only the dumpcap process has to be run with elevated privileges
+ thanks to the privilege separation[1].
+
+ Note that no user will be added to group wireshark automatically, the
+ system administrator has to add them manually.
+
+ The additional privileges are provided using the Linux Capabilities
+ system where it is available and resort to setting the set-user-id bit
+ of the dumpcap binary as a fall-back, where the Linux Capabilities system
+ is not present (Debian GNU/kFreeBSD, Debian GNU/Hurd).
+
+ Linux kernels provided by Debian support Linux Capabilities, but custom
+ built kernels may lack this support. If the support for Linux
+ Capabilities is not present at the time of installing wireshark-common
+ package, the installer will fall back to set the set-user-id bit to
+ allow non-root users to capture packets.
+
+ If installation succeeds with using Linux Capabilities, non-root users
+ will not be able to capture packets while running kernels not supporting
+ Linux Capabilities.
+
+ Note that capturing USB packets is not enabled for non-root users by using
+ Linux Capabilities. You have to capture the packets using the method
+ described in I./a., setting the set-user-id permanently using
+ dpkg-statoverride or running Wireshark as root.
+
+ The installation method can be changed any time by running:
+ dpkg-reconfigure wireshark-common
+
+
+II. Installing SNMP MIBs
+
+ SNMP [4] OIDs can be decoded using MIBs provided by other packages.
+ wireshark-common suggests snmp-mibs-downloader which package can be used to
+ download a set of common MIBs Wireshark/Tshark tries to load at startup.
+
+ At the time of writing, MIBs are distributed under DFSG incompatible terms
+ [5] thus snmp-mibs-downloader has to be in the non-free archive area.
+ To keep wireshark in the main area [7], wireshark-common does not depend on
+ or recommend snmp-mibs-downloader and as a result snmp-mibs-downloader is
+ not installed automatically with wireshark.
+
+ To make Wireshark/Tshark able to decode OIDs, please install
+ snmp-mibs-downloader manually.
+
+ To help Wireshark/Tshark to decode OIDs without having to install packages
+ manually, please support the initiative of requesting additional rights
+ from RFC authors [5].
+
+
+ [1] http://wiki.wireshark.org/Development/PrivilegeSeparation
+ [2] http://wiki.wireshark.org/CaptureSetup/CapturePrivileges
+ [3] https://blog.wireshark.org/2010/02/running-wireshark-as-you
+ [4] http://wiki.wireshark.org/SNMP
+ [5] http://wiki.debian.org/NonFreeIETFDocuments
+ [6] http://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free
+ [7] http://www.debian.org/doc/debian-policy/ch-archive.html#s-main
diff --git a/debian/README.Debian.security b/debian/README.Debian.security
new file mode 100644
index 0000000000..64f116f153
--- /dev/null
+++ b/debian/README.Debian.security
@@ -0,0 +1,13 @@
+
+ Handling security fixes in source package wireshark
+
+Wireshark is a network protocol analyzer and it's ability to perform deep
+packet inspection in live traffic may encourage users to use Wireshark/Tshark
+as a part of an intrusion detection or traffic monitoring system.
+In that case, please note that Wireshark/Tshark may contain remotely
+triggerable bugs causing crashes or allowing code injection.
+
+Bugs allowing code injection will be fixed in regular Debian Security
+Advisories, but fixes for pure crash bugs may be delayed.
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 10 Jul 2009 15:38:33 +0200
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 0b1ad0f1ea..0000000000
--- a/debian/README.source
+++ /dev/null
@@ -1,34 +0,0 @@
-This package uses dpatch in order to apply patches to the upstream
-source.
-Patches are stored in debian/patches and their filenames usually end in
-.dpatch .
-For further details, see the man pages for dpatch and dpatch-edit-patch.
-
-All commands described below should be run from the top directory of the
-package source tree, unless otherwise stated.
-
- * To generate the fully patched source, in a form ready for
- editing, that would be built to create Debian packages, run:
-
- dpatch apply-all
-
- Note: This should happen automatically when you run
- dpkg-source -x on a dpatch source package.
-
- * To modify the source and save those modifications so that
- they will be applied when building the package, pick a
- suitably informative patch file name, for example
- 01_add_README.source_file.dpatch, and then run:
-
- dpatch-edit-patch 01_add_README.source_file.dpatch
-
- This will place you in a new shell in a temporary copy of the
- source tree. Make your desired modifications to it, and then
- exit the shell to create the patch file containing them (this
- file will appear in debian/patches).
-
- * To remove source modifications that are currently being
- applied when building the package, run:
-
- dpatch unapply-all
-
diff --git a/debian/compat b/debian/compat
index 1e8b314962..ec635144f6 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+9
diff --git a/debian/control b/debian/control
index 4bce887b3c..94d53ef6ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,55 +1,78 @@
Source: wireshark
Section: net
Priority: optional
-Maintainer: Wireshark Self-made package <wireshark@example.com>
-X-Orig-Maintainer: Frederic Peters <fpeters@debian.org>
-X-Orig-Uploaders: Joost Yervante Damad <andete@debian.org>
-Standards-Version: 3.8.1.0
-Homepage: http://www.wireshark.org
-Build-Depends: libgtk2.0-dev (>=2.12.0-0), libpcap0.8-dev, flex, libz-dev, dpatch, debhelper (>= 6), libtool, python, automake1.9 | automake1.10 | automake, autoconf, autotools-dev, libc-ares-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], bison, libgnutls-dev, python-support (>= 0.3), portaudio19-dev, libkrb5-dev, liblua5.1-0-dev, libsmi2-dev, libgeoip-dev, imagemagick, xdg-utils
+Maintainer: Balint Reczey <balint@balintreczey.hu>
+Standards-Version: 3.9.5
+Build-Depends: libgtk-3-dev,
+# enable Qt 5 related depandencies for Qt 5-enabled build
+# qtbase5-dev, qtbase5-dev-tools, qttools5-dev, qttools5-dev-tools,
+# enable Qt 4 related dependencies for Qt 4-enabled build
+ qt4-qmake, libqt4-dev,
+ libpcap0.8-dev, flex, libz-dev, debhelper (>= 9), po-debconf, libtool,
+ python (>= 2.6.6-3~), python-ply, libc-ares-dev, xsltproc,
+ docbook-xsl (>= 1.64.1.0-0), libxml2-utils, libpcre3-dev,
+ libcap2-dev [linux-any] | libcap-dev (>= 2.17) [linux-any],
+ bison,
+# enable versioned libgnutls28-dev below to have GPLv2+ compatible GMP
+# libgnutls28-dev (>= 3.2.14-1~),
+# enable backports-compatible libgnutls-dev
+ libgnutls-dev,
+ libgcrypt-dev, portaudio19-dev, libkrb5-dev, liblua5.2-dev, libsmi2-dev,
+ libgeoip-dev, dpkg-dev (>= 1.16.1~), imagemagick, xdg-utils,
+ libnl-genl-3-dev [linux-any], libnl-route-3-dev [linux-any], asciidoc, cmake, w3m
Build-Conflicts: libsnmp4.2-dev, libsnmp-dev
-XS-Python-Version: all
+Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/wireshark/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/trunk/
+Homepage: http://www.wireshark.org/
Package: wireshark-common
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark0 (>= ${binary:Version}),
+ libwiretap0 (>= ${binary:Version}), debconf, libcap2-bin [linux-any]
Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
-Suggests: snmp-mibs-downloader
-Replaces: ethereal-common (<< 0.99.2-0)
-Conflicts: ethereal-common (<< 0.99.2-0)
-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. Wireshark decodes numerous protocols (too many
- to list).
+Replaces: ethereal-common (<< 1.0.0-3)
+Conflicts: ethereal-common (<< 1.0.0-3)
+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 (the GTK+ version)
and tshark (the console version).
Package: wireshark
Architecture: any
-Depends: ${shlibs:Depends}, wireshark-common (= ${binary:Version}), xdg-utils
-Recommends: gksu
-Replaces: ethereal (<< 0.99.2-0)
-Conflicts: ethereal (<< 0.99.2-0)
-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. Wireshark decodes numerous protocols (too many
- to list).
+Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version}), xdg-utils
+Replaces: ethereal (<< 1.0.0-3)
+Conflicts: ethereal (<< 1.0.0-3)
+Description: network traffic analyzer - GTK+ 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 GTK+ version of wireshark.
+
+Package: wireshark-qt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version}), xdg-utils
+Replaces: ethereal (<< 1.0.0-3)
+Conflicts: ethereal (<< 1.0.0-3)
+Description: network traffic analyzer - Qt 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 wireshark (the GTK+ version)
+ This package provides the Qt version of wireshark.
Package: tshark
Architecture: any
-Depends: ${shlibs:Depends}, wireshark-common (= ${binary:Version})
-Replaces: tethereal (<< 0.99.2-0)
-Conflicts: tethereal (<< 0.99.2-0)
-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. Wireshark decodes numerous protocols (too many
- to list).
+Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version})
+Replaces: tethereal (<< 1.0.0-3)
+Conflicts: tethereal (<< 1.0.0-3)
+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".
@@ -57,16 +80,175 @@ Description: network traffic analyzer (console)
Package: wireshark-dev
Architecture: any
Section: devel
-Depends: ${shlibs:Depends}, omniidl4 (>= 4.0.1-2), libpcap0.8-dev, libtool, libglib2.0-dev, ${python:Depends}, snacc, autotools-dev, debhelper, cdbs, automake1.9, autoconf
-Replaces: ethereal-dev (<< 0.99.2-0)
-Conflicts: ethereal-dev (<< 0.99.2-0)
-XB-Python-Version: ${python:Versions}
-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. Wireshark decodes numerous protocols (too many
- to list).
+Depends: ${misc:Depends}, omniidl (>= 4.0.1-2), libpcap0.8-dev, libtool,
+ libglib2.0-dev, ${python:Depends}, python-ply, snacc, autotools-dev, debhelper,
+ cdbs, automake, autoconf, libwireshark-dev, libwiretap-dev
+Replaces: ethereal-dev (<< 1.0.0-3)
+Conflicts: ethereal-dev (<< 1.0.0-3)
+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 necessary files to develop
+ This package provides idl2wrs and other files necessary for developing
new packet dissectors.
+Package: wireshark-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: ${misc:Depends}, wireshark-common (= ${binary:Version}) | wireshark (= ${binary:Version}) | tshark (= ${binary:Version})
+Description: network traffic analyzer - debug symbols
+ 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 stripped debugging symbols for all Wireshark
+ programs and libraries.
+
+Package: wireshark-doc
+Priority: extra
+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: libwireshark0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark-data (>= ${source:Version}),
+ libwsutil0 (>= ${source:Version})
+Suggests: wireshark-doc (>= ${source:Version})
+Conflicts: wireshark-common (<< 1.4.0~rc2-1)
+Replaces: wireshark-common (<< 1.4.0~rc2-1)
+Description: network packet dissection library -- shared library
+ The libwireshark library provides the network packet dissection services
+ developed by the Wireshark project.
+
+Package: libwsutil0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: wireshark-common (<< 1.4.0~rc2-1), libwireshark1 (<< 1.4.2-2)
+Replaces: wireshark-common (<< 1.4.0~rc2-1), libwireshark1 (<< 1.4.2-2)
+Description: network packet dissection utilities library -- shared library
+ The libwsutil library provides utility functions for libwireshark05.
+
+Package: libwsutil-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends} , libwsutil0 (= ${binary:Version})
+Conflicts: wireshark-common (<< 1.4.0~rc2-1), libwireshark-dev (<< 1.4.2-2),
+ wireshark-dev (<< 1.4.0~rc2-1)
+Replaces: wireshark-common (<< 1.4.0~rc2-1), libwireshark-dev (<< 1.4.2-2),
+ wireshark-dev (<< 1.4.0~rc2-1)
+Description: network packet dissection utilities library -- shared library
+ The libwsutil library provides utility functions for libwireshark0.
+ .
+ This package contains the static library and the C header files that are
+ needed for applications to use the libwsutil library.
+
+Package: libwireshark-data
+Section: libs
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Conflicts: wireshark-common (<< 1.4.0~rc2-1)
+Replaces: wireshark-common (<< 1.4.0~rc2-1)
+Suggests: 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
+Section: libdevel
+Depends: ${misc:Depends}, libwsutil-dev, libwireshark0 (= ${binary:Version})
+Conflicts: wireshark-dev (<< 1.4.0~rc2-1)
+Replaces: wireshark-dev (<< 1.4.0~rc2-1)
+Architecture: any
+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: libwiretap0
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: wireshark-common (<< 1.4.0~rc2-1)
+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 Intrustion 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
+Section: libdevel
+Depends: ${misc:Depends}, libwiretap0 (= ${binary:Version})
+Conflicts: wireshark-dev (<< 1.4.0~rc2-1)
+Replaces: wireshark-dev (<< 1.4.0~rc2-1)
+Architecture: any
+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 Intrustion 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.
diff --git a/debian/copyright b/debian/copyright
index 75176850f6..9e388b5b23 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -27,7 +27,7 @@ Wireshark is copyright (c) 1998-2006 Gerald Combs.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-On Debian systems the GNU GPL may be viewed in /usr/share/common-licenses/GPL.
+On Debian systems the GNU GPL (v2) may be viewed in /usr/share/common-licenses/GPL-2.
Wireshark and the "fin" logo are trademarks of Gerald Combs.
@@ -68,6 +68,7 @@ LGPL
mkstemp.c: LGPL, from GNU C Library
mkstemp.h: idem
+strcasecmp.c: idem
strncasecmp.c: idem
strptime.c: idem
ps.c: idem
@@ -376,52 +377,25 @@ wiretap/i4b_trace.h:
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+GLPv3+ (Note that those are interface definitions thus are not copyrightable
+in FSF's view http://lkml.iu.edu//hypermail/linux/kernel/0301.1/0362.html)
+------
-Files missing license notices
------------------------------
-
-tap-funnel.c:
- Wireshark terms, according to author on wireshark-dev@, message-id:
- <f20d86b70607200240x2a6f7b0as68daf43b2eef6a56@mail.gmail.com>
-
-editcap.c:
-merge.c:
-mergecap.c:
- Wireshark terms, according to wireshark-dev@, message-id:
- <c9a3e4540607210110v50758766wf272c4e6c74d48f3@mail.gmail.com>
-
-epan/epan.c:
-epan/exceptions.h:
-epan/dfilter/gencode.h:
-epan/dfilter/glib-util.c:
-epan/dfilter/glib-util.h:
- Contributed by Gilbert Ramirez, he has been contacted, his other files are
- under Wireshark terms, (message-id: <44C1EFA2.3050907@alum.mit.edu>)
-
-epan/dissectors/packet-bootparams.h:
-epan/dissectors/packet-mount.h:
-epan/dissectors/packet-nfs.h:
-epan/dissectors/packet-x11-keysym.h:
- Corresponding .c files have GPL notices, authors have been contacted for
- clarification.
-
-epan/dissectors/packet-nlm.h: no license info
- Wireshark terms, according to wireshark-dev@, message-id:
- <c9a3e4540607221458j407d552ekf28309c494487a8b@mail.gmail.com>
-
-gtk/win32-file-dlg.h:
- Contributed by Gerald Combs, Wireshark author, no answer yet but there is no
- reason why it would not have standard Wireshark terms. Message-id:
- <44C1EFA2.3050907@alum.mit.edu>
-
-epan/in_cksum.h:
- BSD, like in_cksum.c, according to wireshark-dev@, message-id:
- <44C1EFA2.3050907@alum.mit.edu>
-
-epan/dissectors/packet-diameter-defs.h:
- GNU GPL notice added in current Subversion repository, will be in file for
- 0.99.3.
-
-snprintf.h:
- no longer used, according to wireshark-dev@, but it was under GPL like .c
- message-id: <c9a3e4540607200322j2225fdf8q8687b1b1fd13543a@mail.gmail.com>
+epan/dissectors/pidl/rfr/rfr.idl:
+epan/dissectors/pidl/mapi/mapi.idl:
+ OpenChange Project
+
+ Copyright (C) Julien Kerihuel 2008.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/dirs b/debian/dirs
index e772481755..33ab0f04db 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1 +1,5 @@
+etc/wireshark
usr/bin
+usr/share/icons/hicolor/48x48/apps
+usr/share/icons/hicolor/scalable/apps
+usr/share/wireshark
diff --git a/debian/ethereal-common.NEWS b/debian/ethereal-common.NEWS
new file mode 100644
index 0000000000..f10067d9cc
--- /dev/null
+++ b/debian/ethereal-common.NEWS
@@ -0,0 +1,13 @@
+wireshark (0.99.2-1) unstable; urgency=low
+
+ Same developers, same code, different name. The Ethereal network protocol
+ analyzer has changed its name to Wireshark.
+
+ Name changes:
+ - ethereal -> wireshark
+ - tethereal -> tshark
+ - idl2eth -> idl2wrs
+
+ See http://www.wireshark.org/news/20060607.html for more information.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 12 Oct 2006 15:35:25 +0200
diff --git a/debian/headers-check.c b/debian/headers-check.c
index 310a15a4e0..378bf479ce 100644
--- a/debian/headers-check.c
+++ b/debian/headers-check.c
@@ -1,28 +1,5 @@
-/* headers-check.c
- *
- * Test program to ensure all required headers are in the debian package,
- * by Laszio <ezerotven@gmail.com>.
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
#include <wireshark/config.h>
+#include <epan/stats_tree.h>
#include <epan/packet.h>
#include <epan/prefs.h>
diff --git a/debian/libwireshark-data.install b/debian/libwireshark-data.install
new file mode 100644
index 0000000000..73a8a97be6
--- /dev/null
+++ b/debian/libwireshark-data.install
@@ -0,0 +1,2 @@
+usr/share/wireshark/*
+etc/wireshark/init.lua
diff --git a/debian/libwireshark-dev.install b/debian/libwireshark-dev.install
new file mode 100644
index 0000000000..6ecc1431bb
--- /dev/null
+++ b/debian/libwireshark-dev.install
@@ -0,0 +1,12 @@
+usr/lib/*/libwireshark.so
+usr/lib/*/pkgconfig/wireshark.pc
+color.h usr/include/wireshark
+obj-*/config.h usr/include/wireshark
+register.h usr/include/wireshark
+stat_menu.h usr/include/wireshark
+epan/*.h usr/include/wireshark/epan
+epan/crypt/*.h usr/include/wireshark/epan/crypt
+epan/dfilter/*.h usr/include/wireshark/epan/dfilter
+epan/dissectors/*.h usr/include/wireshark/epan/dissectors
+epan/ftypes/*.h usr/include/wireshark/epan/ftypes
+epan/wmem/*.h usr/include/wireshark/epan/wmem
diff --git a/debian/libwireshark0.install b/debian/libwireshark0.install
new file mode 100644
index 0000000000..087cd229da
--- /dev/null
+++ b/debian/libwireshark0.install
@@ -0,0 +1,2 @@
+usr/lib/*/libwireshark.so.*
+usr/lib/*/wireshark/plugins/*/*.so
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
new file mode 100644
index 0000000000..b11c15364d
--- /dev/null
+++ b/debian/libwireshark0.symbols
@@ -0,0 +1,1538 @@
+docsis.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+ethercat.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+gryphon.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+irda.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+libwireshark.so.0 libwireshark0 #MINVER#
+ AdmissionRejectReason_vals@Base 1.9.1
+ AirPDcapDestroyContext@Base 1.9.1
+ AirPDcapInitContext@Base 1.9.1
+ BandRejectReason_vals@Base 1.9.1
+ CommandCode_vals_ext@Base 1.9.1
+ DisengageReason_vals@Base 1.9.1
+ DisengageRejectReason_vals@Base 1.9.1
+ EBCDIC_to_ASCII1@Base 1.9.1
+ EBCDIC_to_ASCII@Base 1.9.1
+ FacilityReason_vals@Base 1.9.1
+ GatekeeperRejectReason_vals@Base 1.9.1
+ IA5_7BIT_decode@Base 1.9.1
+ InfoRequestNakReason_vals@Base 1.9.1
+ LocationRejectReason_vals@Base 1.9.1
+ RegistrationRejectReason_vals@Base 1.9.1
+ T_h323_message_body_vals@Base 1.9.1
+ UnregRejectReason_vals@Base 1.9.1
+ UnregRequestReason_vals@Base 1.9.1
+ _try_val_to_str_ext_init@Base 1.9.1
+ abs_time_secs_to_ep_str@Base 1.12.0~rc1
+ abs_time_to_ep_str@Base 1.12.0~rc1
+ add_hosts_file@Base 1.9.1
+ add_ip_name_from_string@Base 1.9.1
+ add_ipv4_name@Base 1.9.1
+ add_ipv6_name@Base 1.9.1
+ add_itu_tcap_subdissector@Base 1.9.1
+ add_new_data_source@Base 1.9.1
+ address_to_str@Base 1.12.0~rc1
+ address_to_str_buf@Base 1.9.1
+ addresses_ports_reassembly_table_functions@Base 1.9.1
+ addresses_reassembly_table_functions@Base 1.9.1
+ airpdcap_ctx@Base 1.9.1
+ analyze_q708_ispc@Base 1.9.1
+ ansi_a_bsmap_strings@Base 1.9.1
+ ansi_a_dtap_strings@Base 1.9.1
+ ansi_a_elem_1_strings@Base 1.9.1
+ ansi_a_ios401_bsmap_strings@Base 1.9.1
+ ansi_a_ios401_dtap_strings@Base 1.9.1
+ ansi_a_ios501_bsmap_strings@Base 1.9.1
+ ansi_a_ios501_dtap_strings@Base 1.9.1
+ ansi_a_ms_info_rec_num_plan_vals@Base 1.12.0~rc1
+ ansi_a_ms_info_rec_num_type_vals@Base 1.12.0~rc1
+ ansi_map_opr_code_strings@Base 1.9.1
+ ansi_tsb58_encoding_vals@Base 1.12.0~rc1
+ ansi_tsb58_language_ind_vals@Base 1.12.0~rc1
+ ansi_tsb58_language_ind_vals_ext@Base 1.12.0~rc1
+ ansi_tsb58_srvc_cat_vals@Base 1.12.0~rc1
+ ansi_tsb58_srvc_cat_vals_ext@Base 1.12.0~rc1
+ asn1_ctx_init@Base 1.9.1
+ attributes_page_vals_ext@Base 1.12.0~rc1
+ ber_decode_as@Base 1.9.1
+ ber_decode_as_foreach@Base 1.9.1
+ ber_set_filename@Base 1.9.1
+ bssgp_cause_vals_ext@Base 1.9.1
+ build_column_format_array@Base 1.9.1
+ build_follow_conv_filter@Base 1.12.0~rc1
+ build_follow_index_filter@Base 1.12.0~rc1
+ byte_array_dup@Base 1.9.1
+ byte_array_equal@Base 1.9.1
+ bytes_to_ep_str@Base 1.12.0~rc1
+ bytes_to_ep_str_punct@Base 1.12.0~rc1
+ bytestring_to_ep_str@Base 1.12.0~rc1
+ bytestring_to_str@Base 1.9.1
+ call_ber_oid_callback@Base 1.9.1
+ call_dissector@Base 1.9.1
+ call_dissector_only@Base 1.9.1
+ call_dissector_with_data@Base 1.9.1
+ call_heur_dissector_direct@Base 1.12.0~rc1
+ camelSRTtype_naming@Base 1.9.1
+ camel_opr_code_strings@Base 1.9.1
+ capture_ap1394@Base 1.9.1
+ capture_arcnet@Base 1.9.1
+ capture_atm@Base 1.9.1
+ capture_ax25@Base 1.9.1
+ capture_ax25_kiss@Base 1.9.1
+ capture_chdlc@Base 1.9.1
+ capture_clip@Base 1.9.1
+ capture_enc@Base 1.9.1
+ capture_eth@Base 1.9.1
+ capture_fddi@Base 1.9.1
+ capture_fr@Base 1.9.1
+ capture_i2c@Base 1.9.1
+ capture_ieee80211@Base 1.9.1
+ capture_ipfc@Base 1.9.1
+ capture_llap@Base 1.9.1
+ capture_null@Base 1.9.1
+ capture_pktap@Base 1.12.0~rc1
+ capture_ppi@Base 1.9.1
+ capture_ppp_hdlc@Base 1.9.1
+ capture_prism@Base 1.9.1
+ capture_radiotap@Base 1.9.1
+ capture_raw@Base 1.9.1
+ capture_sll@Base 1.9.1
+ capture_tr@Base 1.9.1
+ capture_wlancap@Base 1.9.1
+ check_xdlc_control@Base 1.9.1
+ circuit_add_proto_data@Base 1.9.1
+ circuit_get_proto_data@Base 1.9.1
+ circuit_new@Base 1.9.1
+ col_add_fstr@Base 1.9.1
+ col_add_lstr@Base 1.12.0~rc1
+ col_add_str@Base 1.9.1
+ col_append_fstr@Base 1.9.1
+ col_append_sep_fstr@Base 1.9.1
+ col_append_sep_str@Base 1.9.1
+ col_append_str@Base 1.9.1
+ col_based_on_frame_data@Base 1.9.1
+ col_cleanup@Base 1.9.1
+ col_clear@Base 1.9.1
+ col_clear_fence@Base 1.12.0~rc1
+ col_custom_prime_edt@Base 1.9.1
+ col_fill_in@Base 1.9.1
+ col_fill_in_error@Base 1.9.1
+ col_fill_in_frame_data@Base 1.9.1
+ col_format_desc@Base 1.9.1
+ col_format_to_string@Base 1.9.1
+ col_get_writable@Base 1.9.1
+ col_has_time_fmt@Base 1.9.1
+ col_prepend_fence_fstr@Base 1.9.1
+ col_prepend_fstr@Base 1.9.1
+ col_set_fence@Base 1.9.1
+ col_set_str@Base 1.9.1
+ col_set_time@Base 1.9.1
+ col_set_writable@Base 1.9.1
+ col_setup@Base 1.9.1
+ column_dump_column_formats@Base 1.12.0~rc1
+ conversation_add_proto_data@Base 1.9.1
+ conversation_delete_proto_data@Base 1.9.1
+ conversation_get_proto_data@Base 1.9.1
+ conversation_new@Base 1.9.1
+ conversation_set_dissector@Base 1.9.1
+ convert_string_case@Base 1.9.1
+ convert_string_to_hex@Base 1.9.1
+ crc16_0x9949_tvb_offset_seed@Base 1.12.0~rc1
+ crc16_ccitt_tvb@Base 1.9.1
+ crc16_ccitt_tvb_offset@Base 1.9.1
+ crc16_ccitt_tvb_offset_seed@Base 1.9.1
+ crc16_ccitt_tvb_seed@Base 1.9.1
+ crc16_plain_tvb_offset@Base 1.9.1
+ crc16_plain_tvb_offset_seed@Base 1.9.1
+ crc16_x25_ccitt_tvb@Base 1.9.1
+ crc32_0x0AA725CF_tvb_offset_seed@Base 1.12.0~rc1
+ crc32_802_tvb@Base 1.9.1
+ crc32_ccitt_tvb@Base 1.9.1
+ crc32_ccitt_tvb_offset@Base 1.9.1
+ crc32_ccitt_tvb_offset_seed@Base 1.9.1
+ crc32_ccitt_tvb_seed@Base 1.9.1
+ crc32_mpeg2_tvb@Base 1.9.1
+ crc32_mpeg2_tvb_offset@Base 1.9.1
+ crc32_mpeg2_tvb_offset_seed@Base 1.9.1
+ crc32_mpeg2_tvb_seed@Base 1.9.1
+ create_dissector_handle@Base 1.9.1
+ data_out_file@Base 1.9.1
+ dcerpc_get_proto_hf_opnum@Base 1.9.1
+ dcerpc_get_proto_name@Base 1.9.1
+ dcerpc_get_proto_sub_dissector@Base 1.9.1
+ dcerpc_get_transport_salt@Base 1.9.1
+ dcerpc_init_uuid@Base 1.9.1
+ dcerpc_set_transport_salt@Base 1.12.0~rc1
+ dcerpc_uuids@Base 1.9.1
+ dcom_hresult_vals@Base 1.9.1
+ dcom_interface_find@Base 1.9.1
+ dcom_interface_new@Base 1.9.1
+ dcom_prefs_display_unmarshalling_details@Base 1.9.1
+ dcom_variant_type_vals@Base 1.9.1
+ de_cell_id@Base 1.9.1
+ de_d_gb_call_ref@Base 1.9.1
+ de_gmm_drx_param@Base 1.9.1
+ de_gmm_ms_net_cap@Base 1.9.1
+ de_gmm_ms_radio_acc_cap@Base 1.9.1
+ de_gmm_rai@Base 1.9.1
+ de_lai@Base 1.9.1
+ de_mid@Base 1.9.1
+ de_ms_cm_1@Base 1.9.1
+ de_ms_cm_2@Base 1.9.1
+ de_ms_cm_3@Base 1.9.1
+ de_rej_cause@Base 1.9.1
+ de_rr_cause@Base 1.9.1
+ de_rr_cell_dsc@Base 1.9.1
+ de_rr_ch_dsc@Base 1.9.1
+ de_rr_ch_mode@Base 1.9.1
+ de_rr_chnl_needed@Base 1.9.1
+ de_rr_cip_mode_set@Base 1.9.1
+ de_rr_cm_enq_mask@Base 1.9.1
+ de_rr_multirate_conf@Base 1.9.1
+ de_rr_sus_cau@Base 1.9.1
+ de_rr_tlli@Base 1.9.1
+ de_sm_apn@Base 1.9.1
+ de_sm_pflow_id@Base 1.9.1
+ de_sm_qos@Base 1.9.1
+ decode_as_default_change@Base 1.12.0~rc1
+ decode_as_default_populate_list@Base 1.12.0~rc1
+ decode_as_default_reset@Base 1.12.0~rc1
+ decode_as_list@Base 1.12.0~rc1
+ decode_bitfield_value@Base 1.9.1
+ decode_bits_in_field@Base 1.9.1
+ decode_dcerpc_add_show_list@Base 1.12.0~rc1
+ decode_dcerpc_reset_all@Base 1.12.0~rc1
+ decode_numeric_bitfield@Base 1.9.1
+ decode_tcp_ports@Base 1.99.0
+ decode_udp_ports@Base 1.99.0
+ delete_itu_tcap_subdissector@Base 1.9.1
+ destroy_print_stream@Base 1.12.0~rc1
+ dfilter_apply_edt@Base 1.9.1
+ dfilter_compile@Base 1.9.1
+ dfilter_deprecated_tokens@Base 1.9.1
+ dfilter_dump@Base 1.9.1
+ dfilter_error_msg@Base 1.9.1
+ dfilter_free@Base 1.9.1
+ dfilter_macro_build_ftv_cache@Base 1.9.1
+ dfilter_macro_foreach@Base 1.9.1
+ dfilter_macro_get_uat@Base 1.9.1
+ display_epoch_time@Base 1.9.1
+ display_signed_time@Base 1.9.1
+ dissect_IDispatch_GetIDsOfNames_resp@Base 1.9.1
+ dissect_IDispatch_GetIDsOfNames_rqst@Base 1.9.1
+ dissect_IDispatch_GetTypeInfoCount_resp@Base 1.9.1
+ dissect_IDispatch_GetTypeInfo_resp@Base 1.9.1
+ dissect_IDispatch_GetTypeInfo_rqst@Base 1.9.1
+ dissect_IDispatch_Invoke_resp@Base 1.9.1
+ dissect_IDispatch_Invoke_rqst@Base 1.9.1
+ dissect_ber_EmbeddedPDV_Type@Base 1.9.1
+ dissect_ber_GeneralizedTime@Base 1.9.1
+ dissect_ber_UTCTime@Base 1.9.1
+ dissect_ber_bitstring@Base 1.9.1
+ dissect_ber_boolean@Base 1.9.1
+ dissect_ber_choice@Base 1.9.1
+ dissect_ber_identifier@Base 1.9.1
+ dissect_ber_integer64@Base 1.9.1
+ dissect_ber_integer@Base 1.9.1
+ dissect_ber_length@Base 1.9.1
+ dissect_ber_null@Base 1.9.1
+ dissect_ber_object_identifier@Base 1.9.1
+ dissect_ber_object_identifier_str@Base 1.9.1
+ dissect_ber_octet_string@Base 1.9.1
+ dissect_ber_relative_oid@Base 1.12.0~rc1
+ dissect_ber_relative_oid_str@Base 1.12.0~rc1
+ dissect_ber_restricted_string@Base 1.9.1
+ dissect_ber_sequence@Base 1.9.1
+ dissect_ber_sequence_of@Base 1.9.1
+ dissect_ber_set@Base 1.9.1
+ dissect_ber_set_of@Base 1.9.1
+ dissect_ber_tagged_type@Base 1.9.1
+ dissect_dap_SecurityParameters@Base 1.9.1
+ dissect_dcerpc_uint16@Base 1.9.1
+ dissect_dcerpc_uint32@Base 1.9.1
+ dissect_dcerpc_uint64@Base 1.9.1
+ dissect_dcerpc_uint8@Base 1.9.1
+ dissect_dcerpc_uuid_t@Base 1.9.1
+ dissect_dcom_BSTR@Base 1.9.1
+ dissect_dcom_HRESULT@Base 1.9.1
+ dissect_dcom_HRESULT_item@Base 1.9.1
+ dissect_dcom_LPWSTR@Base 1.9.1
+ dissect_dcom_MInterfacePointer@Base 1.9.1
+ dissect_dcom_PMInterfacePointer@Base 1.9.1
+ dissect_dcom_SAFEARRAY@Base 1.9.1
+ dissect_dcom_VARIANT@Base 1.9.1
+ dissect_dcom_VARTYPE@Base 1.9.1
+ dissect_dcom_dcerpc_array_size@Base 1.9.1
+ dissect_dcom_dcerpc_pointer@Base 1.9.1
+ dissect_dcom_indexed_DWORD@Base 1.9.1
+ dissect_dcom_indexed_HRESULT@Base 1.9.1
+ dissect_dcom_indexed_LPWSTR@Base 1.9.1
+ dissect_dcom_simple_resp@Base 1.9.1
+ dissect_dcom_simple_rqst@Base 1.9.1
+ dissect_dcom_that@Base 1.9.1
+ dissect_dcom_this@Base 1.9.1
+ dissect_dsp_AccessPointInformation@Base 1.9.1
+ dissect_e164_cc@Base 1.9.1
+ dissect_e212_mcc_mnc@Base 1.9.1
+ dissect_e212_mcc_mnc_in_address@Base 1.9.1
+ dissect_gsm_map_GlobalCellId@Base 1.9.1
+ dissect_gsm_map_IMSI@Base 1.9.1
+ dissect_gsm_map_ISDN_AddressString@Base 1.9.1
+ dissect_gsm_map_lcs_Ext_GeographicalInformation@Base 1.9.1
+ dissect_h225_RasMessage@Base 1.9.1
+ dissect_h225_ReleaseCompleteReason@Base 1.9.1
+ dissect_h245_H223Capability@Base 1.9.1
+ dissect_isup_called_party_number_parameter@Base 1.9.1
+ dissect_isup_calling_party_number_parameter@Base 1.9.1
+ dissect_isup_original_called_number_parameter@Base 1.9.1
+ dissect_isup_redirecting_number_parameter@Base 1.9.1
+ dissect_isup_redirection_information_parameter@Base 1.9.1
+ dissect_mscldap_string@Base 1.9.1
+ dissect_ndr_double@Base 1.9.1
+ dissect_ndr_duint32@Base 1.9.1
+ dissect_ndr_uint1632@Base 1.9.1
+ dissect_ndr_uint16@Base 1.9.1
+ dissect_ndr_uint3264@Base 1.9.1
+ dissect_ndr_uint32@Base 1.9.1
+ dissect_ndr_uint8@Base 1.9.1
+ dissect_ndr_uuid_t@Base 1.9.1
+ dissect_nt_64bit_time@Base 1.9.1
+ dissect_nt_sid@Base 1.9.1
+ dissect_per_BMPString@Base 1.9.1
+ dissect_per_GeneralString@Base 1.9.1
+ dissect_per_IA5String@Base 1.9.1
+ dissect_per_NumericString@Base 1.9.1
+ dissect_per_PrintableString@Base 1.9.1
+ dissect_per_VisibleString@Base 1.9.1
+ dissect_per_bit_string@Base 1.9.1
+ dissect_per_bit_string_containing_pdu@Base 1.9.1
+ dissect_per_bit_string_containing_pdu_new@Base 1.9.1
+ dissect_per_boolean@Base 1.9.1
+ dissect_per_choice@Base 1.9.1
+ dissect_per_constrained_integer@Base 1.9.1
+ dissect_per_constrained_integer_64b@Base 1.9.1
+ dissect_per_constrained_sequence_of@Base 1.9.1
+ dissect_per_constrained_set_of@Base 1.9.1
+ dissect_per_enumerated@Base 1.9.1
+ dissect_per_external_type@Base 1.9.1
+ dissect_per_integer@Base 1.9.1
+ dissect_per_null@Base 1.9.1
+ dissect_per_object_identifier@Base 1.9.1
+ dissect_per_object_identifier_str@Base 1.9.1
+ dissect_per_octet_string@Base 1.9.1
+ dissect_per_octet_string_containing_pdu@Base 1.9.1
+ dissect_per_octet_string_containing_pdu_new@Base 1.9.1
+ dissect_per_open_type@Base 1.9.1
+ dissect_per_open_type_pdu@Base 1.9.1
+ dissect_per_open_type_pdu_new@Base 1.9.1
+ dissect_per_real@Base 1.9.1
+ dissect_per_relative_oid@Base 1.12.0~rc1
+ dissect_per_relative_oid_str@Base 1.12.0~rc1
+ dissect_per_restricted_character_string@Base 1.9.1
+ dissect_per_sequence@Base 1.9.1
+ dissect_per_sequence_eag@Base 1.9.1
+ dissect_per_sequence_of@Base 1.9.1
+ dissect_per_set_of@Base 1.9.1
+ dissect_q931_bearer_capability_ie@Base 1.9.1
+ dissect_q931_high_layer_compat_ie@Base 1.9.1
+ dissect_q932_PartyNumber@Base 1.9.1
+ dissect_q932_PartySubaddress@Base 1.9.1
+ dissect_q932_PresentedNumberScreened@Base 1.9.1
+ dissect_q932_PresentedNumberUnscreened@Base 1.9.1
+ dissect_qsig_na_Name@Base 1.9.1
+ dissect_rpc_array@Base 1.9.1
+ dissect_rpc_bool@Base 1.9.1
+ dissect_rpc_bytes@Base 1.9.1
+ dissect_rpc_data@Base 1.9.1
+ dissect_rpc_indir_call@Base 1.9.1
+ dissect_rpc_indir_reply@Base 1.9.1
+ dissect_rpc_list@Base 1.9.1
+ dissect_rpc_opaque_data@Base 1.9.1
+ dissect_rpc_string@Base 1.9.1
+ dissect_rpc_uint32@Base 1.9.1
+ dissect_rpc_uint64@Base 1.9.1
+ dissect_tcp_payload@Base 1.99.0
+ dissect_tpkt_encap@Base 1.9.1
+ dissect_unknown_ber@Base 1.9.1
+ dissect_xdlc_control@Base 1.9.1
+ dissector_add_handle@Base 1.9.1
+ dissector_add_string@Base 1.9.1
+ dissector_add_uint@Base 1.9.1
+ dissector_add_uint_range@Base 1.12.0~rc1
+ dissector_all_heur_tables_foreach_table@Base 1.9.1
+ dissector_all_tables_foreach_changed@Base 1.9.1
+ dissector_all_tables_foreach_table@Base 1.9.1
+ dissector_change_string@Base 1.9.1
+ dissector_change_uint@Base 1.9.1
+ dissector_delete_all@Base 1.12.0~rc1
+ dissector_delete_string@Base 1.9.1
+ dissector_delete_uint@Base 1.9.1
+ dissector_delete_uint_range@Base 1.12.0~rc1
+ dissector_dump_decodes@Base 1.9.1
+ dissector_dump_heur_decodes@Base 1.9.1
+ dissector_filter_list@Base 1.9.1
+ dissector_get_default_string_handle@Base 1.12.0~rc1
+ dissector_get_default_uint_handle@Base 1.12.0~rc1
+ dissector_get_string_handle@Base 1.9.1
+ dissector_get_uint_handle@Base 1.9.1
+ dissector_handle_get_dissector_name@Base 1.12.0~rc1
+ dissector_handle_get_protocol_index@Base 1.9.1
+ dissector_handle_get_short_name@Base 1.9.1
+ dissector_reset_string@Base 1.9.1
+ dissector_reset_uint@Base 1.9.1
+ dissector_table_foreach@Base 1.9.1
+ dissector_table_foreach_handle@Base 1.9.1
+ dissector_table_get_dissector_handles@Base 1.12.0~rc1
+ dissector_table_get_type@Base 1.12.0~rc1
+ dissector_try_heuristic@Base 1.9.1
+ dissector_try_string@Base 1.9.1
+ dissector_try_uint@Base 1.9.1
+ dissector_try_uint_new@Base 1.12.0~rc1
+ draw_tap_listeners@Base 1.9.1
+ dscp_vals_ext@Base 1.9.1
+ dtbl_entry_get_handle@Base 1.9.1
+ dtbl_entry_get_initial_handle@Base 1.9.1
+ dvb_add_chartbl@Base 1.12.0~rc1
+ dvb_analyze_string_charset@Base 1.12.0~rc1
+ dvb_enc_to_item_enc@Base 1.12.0~rc1
+ eap_aka_subtype_vals@Base 1.9.1
+ eap_code_vals@Base 1.9.1
+ eap_ms_chap_v2_opcode_vals@Base 1.9.1
+ eap_sim_subtype_vals@Base 1.9.1
+ eap_type_vals_ext@Base 1.9.1
+ elem_lv@Base 1.9.1
+ elem_t@Base 1.9.1
+ elem_tlv@Base 1.9.1
+ elem_tv@Base 1.9.1
+ elem_tv_short@Base 1.9.1
+ elem_v@Base 1.9.1
+ elem_v_short@Base 1.9.1
+ emem_init@Base 1.9.1
+ empty_tcp_stream@Base 1.9.1
+ ep_address_to_display@Base 1.12.0~rc1
+ ep_address_to_str@Base 1.9.1
+ ep_alloc0@Base 1.9.1
+ ep_alloc@Base 1.9.1
+ ep_memdup@Base 1.9.1
+ ep_sctp_port_to_display@Base 1.12.0~rc1
+ ep_strbuf_append@Base 1.9.1
+ ep_strbuf_append_c@Base 1.9.1
+ ep_strbuf_append_printf@Base 1.9.1
+ ep_strbuf_new@Base 1.9.1
+ ep_strbuf_printf@Base 1.9.1
+ ep_strbuf_sized_new@Base 1.9.1
+ ep_strconcat@Base 1.9.1
+ ep_strdup@Base 1.9.1
+ ep_strdup_printf@Base 1.9.1
+ ep_strdup_vprintf@Base 1.9.1
+ ep_strndup@Base 1.9.1
+ ep_strsplit@Base 1.9.1
+ ep_tcp_port_to_display@Base 1.12.0~rc1
+ ep_udp_port_to_display@Base 1.12.0~rc1
+ epan_cleanup@Base 1.9.1
+ epan_dissect_cleanup@Base 1.9.1
+ epan_dissect_fake_protocols@Base 1.9.1
+ epan_dissect_file_run@Base 1.12.0~rc1
+ epan_dissect_file_run_with_taps@Base 1.12.0~rc1
+ epan_dissect_fill_in_columns@Base 1.9.1
+ epan_dissect_free@Base 1.9.1
+ epan_dissect_init@Base 1.9.1
+ epan_dissect_new@Base 1.9.1
+ epan_dissect_packet_contains_field@Base 1.12.0~rc1
+ epan_dissect_prime_dfilter@Base 1.9.1
+ epan_dissect_reset@Base 1.12.0~rc1
+ epan_dissect_run@Base 1.9.1
+ epan_dissect_run_with_taps@Base 1.9.1
+ epan_free@Base 1.12.0~rc1
+ epan_get_compiled_version_info@Base 1.9.1
+ epan_get_runtime_version_info@Base 1.9.1
+ epan_get_version@Base 1.9.1
+ epan_init@Base 1.9.1
+ epan_memmem@Base 1.9.1
+ epan_new@Base 1.12.0~rc1
+ epan_register_plugin_types@Base 1.12.0~rc1
+ epan_strcasestr@Base 1.9.1
+ escape_string@Base 1.9.1
+ escape_string_len@Base 1.9.1
+ esp_sa_record_add_from_dissector@Base 1.12.0~rc1
+ ether_to_str@Base 1.9.1
+ etype_vals@Base 1.9.1
+ eui64_to_str@Base 1.9.1
+ ex_opt_add@Base 1.9.1
+ ex_opt_count@Base 1.9.1
+ ex_opt_get_next@Base 1.9.1
+ ex_opt_get_nth@Base 1.9.1
+ except_alloc@Base 1.9.1
+ except_deinit@Base 1.9.1
+ except_free@Base 1.9.1
+ except_init@Base 1.9.1
+ except_pop@Base 1.9.1
+ except_rethrow@Base 1.9.1
+ except_set_allocator@Base 1.9.1
+ except_setup_try@Base 1.9.1
+ except_take_data@Base 1.9.1
+ except_throw@Base 1.9.1
+ except_throwd@Base 1.9.1
+ except_throwf@Base 1.9.1
+ except_unhandled_catcher@Base 1.9.1
+ expert_add_info@Base 1.12.0~rc1
+ expert_add_info_format@Base 1.9.1
+ expert_checksum_vals@Base 1.12.0~rc1
+ expert_get_highest_severity@Base 1.9.1
+ expert_group_vals@Base 1.12.0~rc1
+ expert_register_field_array@Base 1.12.0~rc1
+ expert_register_protocol@Base 1.12.0~rc1
+ expert_severity_vals@Base 1.12.0~rc1
+ expert_update_comment_count@Base 1.12.0~rc1
+ fc_fc4_val@Base 1.9.1
+ fetch_tapped_data@Base 1.9.1
+ filter_expression_new@Base 1.9.1
+ find_and_mark_frame_depended_upon@Base 1.12.0~rc1
+ find_circuit@Base 1.9.1
+ find_conversation@Base 1.9.1
+ find_dissector@Base 1.9.1
+ find_dissector_table@Base 1.9.1
+ find_or_create_conversation@Base 1.9.1
+ find_protocol_by_id@Base 1.9.1
+ find_sid_name@Base 1.9.1
+ find_stream_circ@Base 1.9.1
+ find_tap_id@Base 1.9.1
+ follow_stats@Base 1.9.1
+ follow_tcp_addr@Base 1.9.1
+ follow_tcp_index@Base 1.9.1
+ format_text@Base 1.9.1
+ format_text_chr@Base 1.12.0~rc1
+ format_text_wsp@Base 1.9.1
+ format_uri@Base 1.9.1
+ fragment_add@Base 1.9.1
+ fragment_add_check@Base 1.9.1
+ fragment_add_multiple_ok@Base 1.9.1
+ fragment_add_seq@Base 1.9.1
+ fragment_add_seq_802_11@Base 1.9.1
+ fragment_add_seq_check@Base 1.9.1
+ fragment_add_seq_next@Base 1.9.1
+ fragment_add_seq_offset@Base 1.9.1
+ fragment_delete@Base 1.9.1
+ fragment_end_seq_next@Base 1.9.1
+ fragment_get@Base 1.9.1
+ fragment_get_reassembled@Base 1.9.1
+ fragment_get_reassembled_id@Base 1.9.1
+ fragment_get_tot_len@Base 1.9.1
+ fragment_set_partial_reassembly@Base 1.9.1
+ fragment_set_tot_len@Base 1.9.1
+ fragment_start_seq_check@Base 1.9.1
+ frame_data_compare@Base 1.9.1
+ frame_data_destroy@Base 1.9.1
+ frame_data_init@Base 1.9.1
+ frame_data_reset@Base 1.9.1
+ frame_data_sequence_add@Base 1.12.0~rc1
+ frame_data_sequence_find@Base 1.12.0~rc1
+ frame_data_set_after_dissect@Base 1.9.1
+ frame_data_set_before_dissect@Base 1.9.1
+ free_frame_data_sequence@Base 1.12.0~rc1
+ ftype_can_contains@Base 1.9.1
+ ftype_can_eq@Base 1.9.1
+ ftype_can_ge@Base 1.9.1
+ ftype_can_gt@Base 1.9.1
+ ftype_can_le@Base 1.9.1
+ ftype_can_lt@Base 1.9.1
+ ftype_can_matches@Base 1.9.1
+ ftype_can_ne@Base 1.9.1
+ ftype_can_slice@Base 1.9.1
+ ftype_name@Base 1.9.1
+ ftype_pretty_name@Base 1.9.1
+ funnel_get_funnel_ops@Base 1.9.1
+ funnel_register_all_menus@Base 1.9.1
+ funnel_register_menu@Base 1.9.1
+ funnel_set_funnel_ops@Base 1.9.1
+ fvalue_from_unparsed@Base 1.9.1
+ fvalue_get@Base 1.9.1
+ fvalue_get_floating@Base 1.9.1
+ fvalue_get_integer64@Base 1.9.1
+ fvalue_get_sinteger@Base 1.9.1
+ fvalue_get_uinteger@Base 1.9.1
+ fvalue_string_repr_len@Base 1.9.1
+ fvalue_to_string_repr@Base 1.9.1
+ fvalue_type_ftenum@Base 1.12.0~rc1
+ gbl_resolv_flags@Base 1.9.1
+ gcamel_StatSRT@Base 1.9.1
+ gcp_cmd_type@Base 1.9.1
+ gcp_term_types@Base 1.9.1
+ geoip_db_get_paths@Base 1.9.1
+ geoip_db_lookup_ipv4@Base 1.9.1
+ geoip_db_lookup_ipv6@Base 1.9.1
+ geoip_db_name@Base 1.9.1
+ geoip_db_num_dbs@Base 1.9.1
+ geoip_db_type@Base 1.9.1
+ get_8859_1_string@Base 1.12.0~rc1
+ get_CDR_any@Base 1.9.1
+ get_CDR_boolean@Base 1.9.1
+ get_CDR_char@Base 1.9.1
+ get_CDR_double@Base 1.9.1
+ get_CDR_encap_info@Base 1.9.1
+ get_CDR_enum@Base 1.9.1
+ get_CDR_fixed@Base 1.9.1
+ get_CDR_float@Base 1.9.1
+ get_CDR_interface@Base 1.9.1
+ get_CDR_long@Base 1.9.1
+ get_CDR_long_long@Base 1.9.1
+ get_CDR_object@Base 1.9.1
+ get_CDR_octet@Base 1.9.1
+ get_CDR_octet_seq@Base 1.9.1
+ get_CDR_short@Base 1.9.1
+ get_CDR_string@Base 1.9.1
+ get_CDR_typeCode@Base 1.9.1
+ get_CDR_ulong@Base 1.9.1
+ get_CDR_ulong_long@Base 1.9.1
+ get_CDR_ushort@Base 1.9.1
+ get_CDR_wchar@Base 1.9.1
+ get_CDR_wstring@Base 1.9.1
+#MISSING: 1.12.0~rc1# get_addr_name@Base 1.9.1
+ get_addrinfo_list@Base 1.9.1
+ get_ascii_7bits_string@Base 1.12.0~rc1
+ get_ascii_string@Base 1.12.0~rc1
+ get_asn1_ctx@Base 1.9.1
+ get_average@Base 1.12.0~rc1
+#MISSING: 1.12.0~rc1# get_basename@Base 1.9.1
+ get_ber_identifier@Base 1.9.1
+ get_ber_length@Base 1.9.1
+ get_column_char_width@Base 1.9.1
+ get_column_custom_field@Base 1.9.1
+ get_column_custom_occurrence@Base 1.9.1
+ get_column_format@Base 1.9.1
+ get_column_format_from_str@Base 1.9.1
+ get_column_format_matches@Base 1.9.1
+ get_column_longest_string@Base 1.9.1
+ get_column_resolved@Base 1.9.1
+ get_column_title@Base 1.9.1
+ get_column_visible@Base 1.9.1
+ get_column_width_string@Base 1.9.1
+ get_conversation_hashtable_exact@Base 1.12.0~rc1
+ get_conversation_hashtable_no_addr2@Base 1.12.0~rc1
+ get_conversation_hashtable_no_addr2_or_port2@Base 1.12.0~rc1
+ get_conversation_hashtable_no_port2@Base 1.12.0~rc1
+ get_data_source_name@Base 1.9.1
+ get_data_source_tvb@Base 1.9.1
+ get_dissector_names@Base 1.12.0~rc1
+ get_dissector_table_base@Base 1.9.1
+ get_dissector_table_selector_type@Base 1.9.1
+ get_dissector_table_ui_name@Base 1.9.1
+ get_ebcdic_string@Base 1.12.0~rc1
+ get_eth_hashtable@Base 1.12.0~rc1
+ get_ether_name@Base 1.9.1
+ get_follow_tcp_index@Base 1.12.0~rc1
+ get_host_ipaddr6@Base 1.9.1
+ get_host_ipaddr@Base 1.9.1
+ get_hostname6@Base 1.9.1
+ get_hostname@Base 1.9.1
+ get_ipv4_hash_table@Base 1.12.0~rc1
+ get_ipv6_hash_table@Base 1.12.0~rc1
+ get_ipxnet_hash_table@Base 1.12.0~rc1
+ get_key_string@Base 1.9.1
+ get_mac_lte_proto_data@Base 1.9.1
+ get_manuf_hashtable@Base 1.12.0~rc1
+ get_manuf_name_if_known@Base 1.9.1
+ get_node_field_value@Base 1.12.0~rc1
+ get_rose_ctx@Base 1.9.1
+ get_serv_port_hashtable@Base 1.12.0~rc1
+ get_tap_names@Base 1.12.0~rc1
+ get_tcp_conversation_data@Base 1.99.0
+ get_tcp_stream_count@Base 1.12.0~rc1
+ get_token_len@Base 1.9.1
+ get_ts_23_038_7bits_string@Base 1.12.0~rc1
+ get_ucs_2_string@Base 1.12.0~rc1
+ get_ucs_4_string@Base 1.12.0~rc1
+ get_udp_stream_count@Base 1.12.0~rc1
+ get_unichar2_string@Base 1.12.0~rc1
+ get_utf_16_string@Base 1.12.0~rc1
+ get_wka_hashtable@Base 1.12.0~rc1
+ golay_decode@Base 1.9.1
+ golay_encode@Base 1.9.1
+ golay_errors@Base 1.9.1
+ gsm_a_bssmap_msg_strings@Base 1.9.1
+ gsm_a_dtap_msg_cc_strings@Base 1.9.1
+ gsm_a_dtap_msg_gmm_strings@Base 1.9.1
+ gsm_a_dtap_msg_mm_strings@Base 1.9.1
+ gsm_a_dtap_msg_rr_strings@Base 1.9.1
+ gsm_a_dtap_msg_sm_strings@Base 1.9.1
+ gsm_a_dtap_msg_sms_strings@Base 1.9.1
+ gsm_a_dtap_msg_ss_strings@Base 1.9.1
+ gsm_a_dtap_msg_tp_strings@Base 1.9.1
+ gsm_a_pd_str@Base 1.9.1
+ gsm_a_rr_short_pd_msg_strings@Base 1.9.1
+ gsm_map_opr_code_strings@Base 1.9.1
+ gtcap_StatSRT@Base 1.9.1
+ guid_to_ep_str@Base 1.12.0~rc1
+ guids_add_guid@Base 1.9.1
+ guids_get_guid_name@Base 1.9.1
+ guids_init@Base 1.9.1
+ guids_resolve_guid_to_str@Base 1.9.1
+ h225_RasMessage_vals@Base 1.9.1
+ h225_ReleaseCompleteReason_vals@Base 1.9.1
+ h245_set_h223_add_lc_handle@Base 1.9.1
+ h245_set_h223_set_mc_handle@Base 1.9.1
+ h248_param_ber_integer@Base 1.9.1
+ h248_register_package@Base 1.9.1
+ has_heur_dissector_list@Base 1.12.0~rc1
+ have_custom_cols@Base 1.9.1
+ have_filtering_tap_listeners@Base 1.9.1
+ have_tap_listener@Base 1.12.0~rc1
+ heur_dissector_add@Base 1.9.1
+ heur_dissector_delete@Base 1.9.1
+ hex_str_to_bytes@Base 1.9.1
+ hex_str_to_bytes_encoding@Base 1.12.0~rc1
+ hf_frame_arrival_time@Base 1.9.1
+ hf_frame_capture_len@Base 1.9.1
+ hf_frame_len@Base 1.9.1
+ hf_frame_number@Base 1.9.1
+ hf_text_only@Base 1.9.1
+ hfinfo_bitshift@Base 1.12.0~rc1
+ host_ip_af@Base 1.9.1
+ host_name_lookup_process@Base 1.9.1
+ http_dissector_add@Base 1.9.1
+ http_port_add@Base 1.9.1
+ ieee80211_chan_to_mhz@Base 1.9.1
+ ieee80211_mhz_to_chan@Base 1.9.1
+ ieee80211_mhz_to_str@Base 1.9.1
+ ieee802a_add_oui@Base 1.9.1
+ in_cksum@Base 1.9.1
+ incomplete_tcp_stream@Base 1.9.1
+ ip6_guint8_to_str@Base 1.12.0~rc1
+ ip6_to_str@Base 1.9.1
+ ip_to_str@Base 1.9.1
+ ipopt_type_class_vals@Base 1.9.1
+ ipopt_type_number_vals@Base 1.9.1
+ ipprotostr@Base 1.9.1
+ ipv4_get_net_order_addr@Base 1.9.1
+ is_big_endian@Base 1.9.1
+#MISSING: 1.12.0~rc1# is_default_profile@Base 1.9.1
+ is_tpkt@Base 1.9.1
+ isup_calling_partys_category_value_ext@Base 1.9.1
+ isup_message_type_value_acro_ext@Base 1.9.1
+ list_stat_cmd_args@Base 1.9.1
+ llc_add_oui@Base 1.9.1
+ load_export_pdu_tags@Base 1.12.0~rc1
+ make_printable_string@Base 1.9.1
+ manually_resolve_cleanup@Base 1.12.0~rc1
+ mark_frame_as_depended_upon@Base 1.9.1
+ mbim_register_uuid_ext@Base 1.12.0~rc1
+ memory_usage_component_register@Base 1.12.0~rc1
+ memory_usage_gc@Base 1.12.0~rc1
+ memory_usage_get@Base 1.12.0~rc1
+ mtp3_addr_to_str_buf@Base 1.9.1
+ mtp3_network_indicator_vals@Base 1.9.1
+ mtp3_service_indicator_code_short_vals@Base 1.9.1
+ mtp3_standard_vals@Base 1.9.1
+ new_create_dissector_handle@Base 1.9.1
+ new_frame_data_sequence@Base 1.12.0~rc1
+ new_page@Base 1.12.0~rc1
+ new_register_dissector@Base 1.9.1
+ next_tvb_add_handle@Base 1.9.1
+ next_tvb_add_string@Base 1.9.1
+ next_tvb_add_uint@Base 1.9.1
+ next_tvb_call@Base 1.9.1
+ next_tvb_init@Base 1.9.1
+ nt_cmd_vals_ext@Base 1.9.1
+ num_tree_types@Base 1.9.1
+ oid_add@Base 1.9.1
+ oid_add_from_encoded@Base 1.9.1
+ oid_add_from_string@Base 1.9.1
+ oid_both@Base 1.9.1
+ oid_both_from_encoded@Base 1.9.1
+ oid_both_from_string@Base 1.9.1
+ oid_encoded2string@Base 1.9.1
+ oid_encoded2subid@Base 1.9.1
+ oid_encoded2subid_sub@Base 1.12.0~rc1
+ oid_get@Base 1.9.1
+ oid_get_default_mib_path@Base 1.9.1
+ oid_get_from_encoded@Base 1.9.1
+ oid_get_from_string@Base 1.9.1
+ oid_has_dissector@Base 1.9.1
+ oid_resolved@Base 1.9.1
+ oid_resolved_from_encoded@Base 1.9.1
+ oid_resolved_from_string@Base 1.9.1
+ oid_str_to_bytes@Base 1.9.1
+ oid_string2encoded@Base 1.9.1
+ oid_string2subid@Base 1.9.1
+ oid_subid2encoded@Base 1.9.1
+ oid_subid2string@Base 1.9.1
+ oids_cleanup@Base 1.9.1
+ oids_init@Base 1.9.1
+ other_decode_bitfield_value@Base 1.9.1
+ output_fields_add@Base 1.12.0~rc1
+ output_fields_free@Base 1.12.0~rc1
+ output_fields_has_cols@Base 1.12.0~rc1
+ output_fields_list_options@Base 1.12.0~rc1
+ output_fields_new@Base 1.12.0~rc1
+ output_fields_num_fields@Base 1.12.0~rc1
+ output_fields_set_option@Base 1.12.0~rc1
+ output_only_tables@Base 1.12.0~rc1
+ p_add_proto_data@Base 1.9.1
+ p_get_proto_data@Base 1.9.1
+ p_remove_proto_data@Base 1.12.0~rc1
+ packet_range_check@Base 1.12.0~rc1
+ packet_range_convert_str@Base 1.12.0~rc1
+ packet_range_init@Base 1.12.0~rc1
+ packet_range_process_all@Base 1.12.0~rc1
+ packet_range_process_init@Base 1.12.0~rc1
+ packet_range_process_packet@Base 1.12.0~rc1
+ parse_key_string@Base 1.9.1
+ pfilter_expression_head@Base 1.9.1
+ port_type_to_str@Base 1.12.0~rc1
+ postseq_cleanup_all_protocols@Base 1.9.1
+ prefs@Base 1.9.1
+ prefs_apply@Base 1.9.1
+ prefs_apply_all@Base 1.9.1
+ prefs_capture_device_monitor_mode@Base 1.9.1
+ prefs_capture_options_dialog_column_is_visible@Base 1.9.1
+ prefs_clear_string_list@Base 1.9.1
+ prefs_find_module@Base 1.9.1
+ prefs_find_preference@Base 1.9.1
+ prefs_get_string_list@Base 1.9.1
+ prefs_get_title_by_name@Base 1.9.1
+ prefs_is_capture_device_hidden@Base 1.9.1
+ prefs_is_registered_protocol@Base 1.9.1
+ prefs_module_has_submodules@Base 1.9.1
+ prefs_modules_foreach@Base 1.9.1
+ prefs_modules_foreach_submodules@Base 1.9.1
+ prefs_pref_foreach@Base 1.9.1
+ prefs_pref_to_str@Base 1.9.1
+ prefs_pref_type_description@Base 1.9.1
+ prefs_pref_type_name@Base 1.9.1
+ prefs_register_bool_preference@Base 1.9.1
+ prefs_register_directory_preference@Base 1.9.1
+ prefs_register_enum_preference@Base 1.9.1
+ prefs_register_filename_preference@Base 1.9.1
+ prefs_register_modules@Base 1.9.1
+ prefs_register_obsolete_preference@Base 1.9.1
+ prefs_register_protocol@Base 1.9.1
+ prefs_register_protocol_subtree@Base 1.9.1
+ prefs_register_range_preference@Base 1.9.1
+ prefs_register_stat@Base 1.9.1
+ prefs_register_static_text_preference@Base 1.9.1
+ prefs_register_string_preference@Base 1.9.1
+ prefs_register_uat_preference@Base 1.9.1
+ prefs_register_uat_preference_qt@Base 1.12.0~rc1
+ prefs_register_uint_preference@Base 1.9.1
+ prefs_reset@Base 1.9.1
+ prefs_set_pref@Base 1.9.1
+ print_bookmark@Base 1.12.0~rc1
+ print_finale@Base 1.12.0~rc1
+ print_hex_data@Base 1.12.0~rc1
+ print_line@Base 1.12.0~rc1
+ print_preamble@Base 1.12.0~rc1
+ print_stream_ps_new@Base 1.12.0~rc1
+ print_stream_ps_stdio_new@Base 1.12.0~rc1
+ print_stream_text_new@Base 1.12.0~rc1
+ print_stream_text_stdio_new@Base 1.12.0~rc1
+ process_reassembled_data@Base 1.9.1
+ process_stat_cmd_arg@Base 1.9.1
+ proto_all_finfos@Base 1.9.1
+ proto_can_match_selected@Base 1.9.1
+ proto_can_toggle_protocol@Base 1.9.1
+ proto_check_field_name@Base 1.9.1
+ proto_construct_match_selected_string@Base 1.9.1
+ proto_data@Base 1.9.1
+ proto_enable_all@Base 1.9.1
+ proto_expert@Base 1.9.1
+ proto_field_is_referenced@Base 1.9.1
+ proto_find_field_from_offset@Base 1.9.1
+ proto_find_finfo@Base 1.9.1
+ proto_frame@Base 1.9.1
+ proto_get_data_protocol@Base 1.9.1
+ proto_get_finfo_ptr_array@Base 1.9.1
+ proto_get_first_protocol@Base 1.9.1
+ proto_get_first_protocol_field@Base 1.9.1
+ proto_get_frame_protocols@Base 1.12.0~rc1
+ proto_get_id@Base 1.9.1
+ proto_get_id_by_filter_name@Base 1.9.1
+ proto_get_next_protocol@Base 1.9.1
+ proto_get_next_protocol_field@Base 1.9.1
+ proto_get_protocol_filter_name@Base 1.9.1
+ proto_get_protocol_long_name@Base 1.9.1
+ proto_get_protocol_name@Base 1.9.1
+ proto_get_protocol_short_name@Base 1.9.1
+ proto_initialize_all_prefixes@Base 1.9.1
+ proto_is_private@Base 1.9.1
+ proto_is_protocol_enabled@Base 1.9.1
+ proto_item_add_subtree@Base 1.9.1
+ proto_item_append_string@Base 1.9.1
+ proto_item_append_text@Base 1.9.1
+ proto_item_fill_label@Base 1.9.1
+ proto_item_get_len@Base 1.9.1
+ proto_item_get_parent@Base 1.9.1
+ proto_item_get_parent_nth@Base 1.9.1
+ proto_item_get_subtree@Base 1.9.1
+ proto_item_prepend_text@Base 1.9.1
+ proto_item_set_end@Base 1.9.1
+ proto_item_set_len@Base 1.9.1
+ proto_item_set_text@Base 1.9.1
+ proto_mark_private@Base 1.9.1
+ proto_register_field_array@Base 1.9.1
+ proto_register_fields_manual@Base 1.12.0~rc1
+ proto_register_fields_section@Base 1.12.0~rc1
+ proto_register_prefix@Base 1.9.1
+ proto_register_protocol@Base 1.9.1
+ proto_register_subtree_array@Base 1.9.1
+ proto_registrar_dump_fields@Base 1.9.1
+ proto_registrar_dump_ftypes@Base 1.9.1
+ proto_registrar_dump_protocols@Base 1.9.1
+ proto_registrar_dump_values@Base 1.9.1
+ proto_registrar_get_abbrev@Base 1.9.1
+ proto_registrar_get_byname@Base 1.9.1
+ proto_registrar_get_ftype@Base 1.9.1
+ proto_registrar_get_nth@Base 1.9.1
+ proto_registrar_get_parent@Base 1.9.1
+ proto_registrar_is_protocol@Base 1.9.1
+ proto_registrar_n@Base 1.9.1
+ proto_report_dissector_bug@Base 1.12.0~rc1
+ proto_set_cant_toggle@Base 1.9.1
+ proto_set_decoding@Base 1.9.1
+ proto_tracking_interesting_fields@Base 1.9.1
+ proto_tree_add_ascii_7bits_item@Base 1.12.0~rc1
+ proto_tree_add_bitmask@Base 1.9.1
+ proto_tree_add_bitmask_len@Base 1.9.1
+ proto_tree_add_bitmask_text@Base 1.9.1
+ proto_tree_add_bits_item@Base 1.9.1
+ proto_tree_add_bits_ret_val@Base 1.9.1
+ proto_tree_add_boolean@Base 1.9.1
+ proto_tree_add_boolean_format@Base 1.9.1
+ proto_tree_add_boolean_format_value@Base 1.9.1
+ proto_tree_add_bytes@Base 1.9.1
+ proto_tree_add_bytes_format@Base 1.9.1
+ proto_tree_add_bytes_format_value@Base 1.9.1
+ proto_tree_add_bytes_item@Base 1.12.0~rc1
+ proto_tree_add_debug_text@Base 1.9.1
+ proto_tree_add_double@Base 1.9.1
+ proto_tree_add_double_format@Base 1.9.1
+ proto_tree_add_double_format_value@Base 1.9.1
+ proto_tree_add_ether@Base 1.9.1
+ proto_tree_add_ether_format@Base 1.9.1
+ proto_tree_add_ether_format_value@Base 1.9.1
+ proto_tree_add_eui64@Base 1.9.1
+ proto_tree_add_eui64_format@Base 1.9.1
+ proto_tree_add_eui64_format_value@Base 1.9.1
+ proto_tree_add_expert@Base 1.12.0~rc1
+ proto_tree_add_expert_format@Base 1.12.0~rc1
+ proto_tree_add_float@Base 1.9.1
+ proto_tree_add_float_format@Base 1.9.1
+ proto_tree_add_float_format_value@Base 1.9.1
+ proto_tree_add_guid@Base 1.9.1
+ proto_tree_add_guid_format@Base 1.9.1
+ proto_tree_add_guid_format_value@Base 1.9.1
+ proto_tree_add_int64@Base 1.9.1
+ proto_tree_add_int64_format@Base 1.9.1
+ proto_tree_add_int64_format_value@Base 1.9.1
+ proto_tree_add_int@Base 1.9.1
+ proto_tree_add_int_format@Base 1.9.1
+ proto_tree_add_int_format_value@Base 1.9.1
+ proto_tree_add_ipv4@Base 1.9.1
+ proto_tree_add_ipv4_format@Base 1.9.1
+ proto_tree_add_ipv4_format_value@Base 1.9.1
+ proto_tree_add_ipv6@Base 1.9.1
+ proto_tree_add_ipv6_format@Base 1.9.1
+ proto_tree_add_ipv6_format_value@Base 1.9.1
+ proto_tree_add_ipxnet@Base 1.9.1
+ proto_tree_add_ipxnet_format@Base 1.9.1
+ proto_tree_add_ipxnet_format_value@Base 1.9.1
+ proto_tree_add_item@Base 1.9.1
+ proto_tree_add_item_new@Base 1.12.0~rc1
+ proto_tree_add_none_format@Base 1.9.1
+ proto_tree_add_protocol_format@Base 1.9.1
+ proto_tree_add_string@Base 1.9.1
+ proto_tree_add_string_format@Base 1.9.1
+ proto_tree_add_string_format_value@Base 1.9.1
+ proto_tree_add_text@Base 1.9.1
+ proto_tree_add_time@Base 1.9.1
+ proto_tree_add_time_format@Base 1.9.1
+ proto_tree_add_time_format_value@Base 1.9.1
+ proto_tree_add_time_item@Base 1.12.0~rc1
+ proto_tree_add_ts_23_038_7bits_item@Base 1.12.0~rc1
+ proto_tree_add_uint64@Base 1.9.1
+ proto_tree_add_uint64_format@Base 1.9.1
+ proto_tree_add_uint64_format_value@Base 1.9.1
+ proto_tree_add_uint@Base 1.9.1
+ proto_tree_add_uint_bits_format_value@Base 1.9.1
+ proto_tree_add_uint_format@Base 1.9.1
+ proto_tree_add_uint_format_value@Base 1.9.1
+ proto_tree_children_foreach@Base 1.9.1
+ proto_tree_free@Base 1.9.1
+ proto_tree_get_parent@Base 1.9.1
+ proto_tree_get_root@Base 1.9.1
+ proto_tree_move_item@Base 1.9.1
+ proto_tree_print@Base 1.12.0~rc1
+ proto_tree_set_appendix@Base 1.9.1
+ proto_tree_set_visible@Base 1.9.1
+ proto_tree_write_carrays@Base 1.12.0~rc1
+ proto_tree_write_csv@Base 1.12.0~rc1
+ proto_tree_write_fields@Base 1.12.0~rc1
+ proto_tree_write_pdml@Base 1.12.0~rc1
+ proto_tree_write_psml@Base 1.12.0~rc1
+ proto_unregister_field@Base 1.9.1
+ protocols_module@Base 1.9.1
+ ptvcursor_add@Base 1.9.1
+ ptvcursor_add_no_advance@Base 1.9.1
+ ptvcursor_add_text_with_subtree@Base 1.9.1
+ ptvcursor_add_with_subtree@Base 1.9.1
+ ptvcursor_advance@Base 1.9.1
+ ptvcursor_current_offset@Base 1.9.1
+ ptvcursor_free@Base 1.9.1
+ ptvcursor_new@Base 1.9.1
+ ptvcursor_pop_subtree@Base 1.9.1
+ ptvcursor_push_subtree@Base 1.9.1
+ ptvcursor_set_subtree@Base 1.9.1
+ ptvcursor_set_tree@Base 1.9.1
+ ptvcursor_tree@Base 1.9.1
+ ptvcursor_tvbuff@Base 1.9.1
+ q850_cause_code_vals_ext@Base 1.9.1
+ q931_cause_code_vals_ext@Base 1.9.1
+ q931_message_type_vals@Base 1.9.1
+ qs_func_vals@Base 1.9.1
+ qs_rate_vals_ext@Base 1.9.1
+ range_convert_range@Base 1.9.1
+ range_convert_str@Base 1.9.1
+ range_copy@Base 1.9.1
+ range_empty@Base 1.9.1
+ range_foreach@Base 1.9.1
+ ranges_are_equal@Base 1.9.1
+ read_disabled_protos_list@Base 1.12.0~rc1
+ read_keytab_file@Base 1.9.1
+ read_keytab_file_from_preferences@Base 1.9.1
+ read_prefs@Base 1.9.1
+ read_prefs_file@Base 1.9.1
+ reassembly_table_destroy@Base 1.9.1
+ reassembly_table_init@Base 1.9.1
+ register_all_plugin_tap_listeners@Base 1.9.1
+ register_all_protocol_handoffs@Base 1.9.1
+ register_all_protocols@Base 1.9.1
+ register_ber_oid_dissector@Base 1.9.1
+ register_ber_oid_dissector_handle@Base 1.9.1
+ register_ber_oid_syntax@Base 1.9.1
+ register_ber_syntax_dissector@Base 1.9.1
+ register_count@Base 1.9.1
+ register_decode_as@Base 1.12.0~rc1
+ register_dissector@Base 1.9.1
+ register_dissector_filter@Base 1.9.1
+ register_dissector_table@Base 1.9.1
+ register_final_registration_routine@Base 1.9.1
+ register_giop_user@Base 1.9.1
+ register_giop_user_module@Base 1.9.1
+ register_heur_dissector_list@Base 1.9.1
+ register_init_routine@Base 1.9.1
+ register_postdissector@Base 1.9.1
+ register_postseq_cleanup_routine@Base 1.9.1
+ register_stat_cmd_arg@Base 1.9.1
+ register_tap@Base 1.9.1
+ register_tap_listener@Base 1.9.1
+ rel_oid_encoded2string@Base 1.12.0~rc1
+ rel_oid_resolved_from_encoded@Base 1.12.0~rc1
+ rel_oid_str_to_bytes@Base 1.12.0~rc1
+ rel_oid_subid2string@Base 1.12.0~rc1
+ rel_time_to_ep_str@Base 1.12.0~rc1
+ rel_time_to_secs_ep_str@Base 1.12.0~rc1
+ remove_last_data_source@Base 1.12.0~rc1
+ remove_tap_listener@Base 1.9.1
+ req_resp_hdrs_do_reassembly@Base 1.9.1
+ reset_tap_listeners@Base 1.9.1
+ reset_tcp_reassembly@Base 1.9.1
+ rose_ctx_clean_data@Base 1.9.1
+ rose_ctx_init@Base 1.9.1
+ rpc_init_proc_table@Base 1.9.1
+ rpc_init_prog@Base 1.9.1
+ rpc_proc_name@Base 1.9.1
+ rpc_procs@Base 1.9.1
+ rpc_prog_hf@Base 1.9.1
+ rpc_prog_name@Base 1.9.1
+ rpc_progs@Base 1.9.1
+ rpc_roundup@Base 1.9.1
+ rtcp_add_address@Base 1.9.1
+ rtp_add_address@Base 1.9.1
+ rtp_dyn_payload_free@Base 1.12.0~rc1
+ rtp_dyn_payload_get_full@Base 1.12.0~rc1
+ rtp_dyn_payload_get_name@Base 1.12.0~rc1
+ rtp_dyn_payload_insert@Base 1.12.0~rc1
+ rtp_dyn_payload_new@Base 1.12.0~rc1
+ rtp_dyn_payload_remove@Base 1.12.0~rc1
+ rtp_dyn_payload_replace@Base 1.12.0~rc1
+ rtp_event_type_values_ext@Base 1.12.0~rc1
+ rtp_payload_type_short_vals_ext@Base 1.9.1
+ rtp_payload_type_vals_ext@Base 1.9.1
+ rtsp_status_code_vals@Base 1.9.1
+ rval_to_str@Base 1.9.1
+ rval_to_str_const@Base 1.12.0~rc1
+ s1ap_CauseMisc_vals@Base 1.9.1
+ s1ap_CauseNas_vals@Base 1.9.1
+ s1ap_CauseProtocol_vals@Base 1.9.1
+ s1ap_CauseRadioNetwork_vals@Base 1.9.1
+ s1ap_CauseTransport_vals@Base 1.9.1
+ save_disabled_protos_list@Base 1.12.0~rc1
+ sccp_address_signal_values@Base 1.9.1
+ sccp_error_cause_values@Base 1.9.1
+ sccp_message_type_acro_values@Base 1.9.1
+ sccp_refusal_cause_values@Base 1.9.1
+ sccp_release_cause_values@Base 1.9.1
+ sccp_reset_cause_values@Base 1.9.1
+ sccp_return_cause_values@Base 1.9.1
+ scsi_mmc_vals_ext@Base 1.12.0~rc1
+ scsi_osd_vals_ext@Base 1.12.0~rc1
+ scsi_sbc_vals_ext@Base 1.12.0~rc1
+ scsi_smc_vals_ext@Base 1.12.0~rc1
+ scsi_ssc_vals_ext@Base 1.12.0~rc1
+ se_alloc0@Base 1.9.1
+ se_alloc@Base 1.9.1
+ se_memdup@Base 1.9.1
+ se_strdup@Base 1.9.1
+ se_strdup_printf@Base 1.9.1
+ set_actual_length@Base 1.9.1
+ set_column_custom_field@Base 1.9.1
+ set_column_custom_occurrence@Base 1.9.1
+ set_column_format@Base 1.9.1
+ set_column_resolved@Base 1.9.1
+ set_column_title@Base 1.9.1
+ set_column_visible@Base 1.9.1
+ set_disabled_protos_list@Base 1.12.0~rc1
+ set_fd_time@Base 1.9.1
+ set_mac_lte_proto_data@Base 1.9.1
+ set_tap_dfilter@Base 1.9.1
+ show_exception@Base 1.9.1
+ show_fragment_seq_tree@Base 1.9.1
+ show_fragment_tree@Base 1.9.1
+ sid_name_snooping@Base 1.9.1
+ sid_name_table@Base 1.9.1
+ smb2_cmd_vals_ext@Base 1.9.1
+ smb_cmd_vals_ext@Base 1.9.1
+ sminmpec_values_ext@Base 1.9.1
+ srtcp_add_address@Base 1.9.1
+ srtp_add_address@Base 1.9.1
+ ssl_dissector_add@Base 1.9.1
+ ssl_dissector_delete@Base 1.9.1
+ ssl_session_hash@Base 1.9.1
+ ssl_set_master_secret@Base 1.9.1
+ start_requested_stats@Base 1.9.1
+ stat_node_array_sortcmp@Base 1.12.0~rc1
+ stats_tree_branch_max_namelen@Base 1.9.1
+ stats_tree_create_node@Base 1.9.1
+ stats_tree_create_node_by_pname@Base 1.9.1
+ stats_tree_create_pivot@Base 1.9.1
+ stats_tree_create_pivot_by_pname@Base 1.9.1
+ stats_tree_create_range_node@Base 1.9.1
+ stats_tree_create_range_node_string@Base 1.9.1
+ stats_tree_format_as_str@Base 1.12.0~rc1
+ stats_tree_format_node_as_str@Base 1.12.0~rc1
+ stats_tree_free@Base 1.9.1
+ stats_tree_get_abbr@Base 1.9.1
+ stats_tree_get_cfg_by_abbr@Base 1.9.1
+ stats_tree_get_cfg_list@Base 1.9.1
+ stats_tree_get_column_name@Base 1.12.0~rc1
+ stats_tree_get_column_size@Base 1.12.0~rc1
+ stats_tree_get_default_sort_col@Base 1.12.0~rc1
+ stats_tree_get_displayname@Base 1.12.0~rc1
+ stats_tree_get_values_from_node@Base 1.12.0~rc1
+ stats_tree_is_default_sort_DESC@Base 1.12.0~rc1
+ stats_tree_manip_node@Base 1.9.1
+ stats_tree_new@Base 1.9.1
+ stats_tree_node_to_str@Base 1.9.1
+ stats_tree_packet@Base 1.9.1
+ stats_tree_parent_id_by_name@Base 1.9.1
+ stats_tree_presentation@Base 1.9.1
+ stats_tree_range_node_with_pname@Base 1.9.1
+ stats_tree_register@Base 1.9.1
+ stats_tree_register_plugin@Base 1.9.1
+ stats_tree_register_with_group@Base 1.9.1
+ stats_tree_reinit@Base 1.9.1
+ stats_tree_reset@Base 1.9.1
+ stats_tree_sort_compare@Base 1.12.0~rc1
+ stats_tree_tick_pivot@Base 1.9.1
+ stats_tree_tick_range@Base 1.9.1
+ str_to_str@Base 1.9.1
+ str_to_val@Base 1.9.1
+ str_to_val_idx@Base 1.9.1
+ stream_add_frag@Base 1.9.1
+ stream_find_frag@Base 1.9.1
+ stream_new_circ@Base 1.9.1
+ stream_process_reassembled@Base 1.9.1
+ string_or_null@Base 1.9.1
+ string_replace@Base 1.9.1
+ string_to_name_resolve@Base 1.9.1
+ sua_co_class_type_acro_values@Base 1.9.1
+ t30_facsimile_control_field_vals_ext@Base 1.12.0~rc1
+ t30_facsimile_control_field_vals_short_ext@Base 1.12.0~rc1
+ t38_T30_data_vals@Base 1.9.1
+ t38_T30_indicator_vals@Base 1.9.1
+ t38_add_address@Base 1.9.1
+ tap_build_interesting@Base 1.9.1
+ tap_listeners_require_dissection@Base 1.9.1
+ tap_queue_packet@Base 1.9.1
+ tcp_dissect_pdus@Base 1.9.1
+ tfs_accept_reject@Base 1.9.1
+ tfs_accepted_not_accepted@Base 1.9.1
+ tfs_ack_nack@Base 1.9.1
+ tfs_active_inactive@Base 1.9.1
+ tfs_allow_block@Base 1.9.1
+ tfs_allowed_not_allowed@Base 1.9.1
+ tfs_available_not_available@Base 1.9.1
+ tfs_capable_not_capable@Base 1.9.1
+ tfs_command_response@Base 1.9.1
+ tfs_complete_incomplete@Base 1.12.0~rc1
+ tfs_confirmed_unconfirmed@Base 1.12.0~rc1
+ tfs_critical_not_critical@Base 1.12.0~rc1
+ tfs_detected_not_detected@Base 1.9.1
+ tfs_disabled_enabled@Base 1.9.1
+ tfs_do_not_clear_clear@Base 1.12.0~rc1
+ tfs_enabled_disabled@Base 1.9.1
+ tfs_enforced_not_enforced@Base 1.12.0~rc1
+ tfs_error_ok@Base 1.9.1
+ tfs_fail_success@Base 1.9.1
+ tfs_found_not_found@Base 1.9.1
+ tfs_group_unique_name@Base 1.9.1
+ tfs_high_low@Base 1.9.1
+ tfs_implemented_not_implemented@Base 1.9.1
+ tfs_inuse_not_inuse@Base 1.9.1
+ tfs_invalid_valid@Base 1.99.0
+ tfs_more_nomore@Base 1.9.1
+ tfs_no_yes@Base 1.9.1
+ tfs_not_allowed_allowed@Base 1.9.1
+ tfs_odd_even@Base 1.9.1
+ tfs_ok_error@Base 1.9.1
+ tfs_on_off@Base 1.9.1
+ tfs_possible_not_possible@Base 1.99.0
+ tfs_present_absent@Base 1.9.1
+ tfs_present_not_present@Base 1.9.1
+ tfs_pressed_not_pressed@Base 1.9.1
+ tfs_reliable_not_reliable@Base 1.9.1
+ tfs_requested_not_requested@Base 1.9.1
+ tfs_required_not_required@Base 1.99.0
+ tfs_restricted_allowed@Base 1.9.1
+ tfs_set_notset@Base 1.9.1
+ tfs_shared_independent@Base 1.9.1
+ tfs_success_fail@Base 1.9.1
+ tfs_supported_not_supported@Base 1.9.1
+ tfs_true_false@Base 1.9.1
+ tfs_used_notused@Base 1.9.1
+ tfs_valid_invalid@Base 1.9.1
+ tfs_valid_not_valid@Base 1.12.0~rc1
+ tfs_yes_no@Base 1.9.1
+ time_msecs_to_ep_str@Base 1.12.0~rc1
+ time_secs_to_ep_str@Base 1.12.0~rc1
+ time_stat_init@Base 1.12.0~rc1
+ time_stat_update@Base 1.12.0~rc1
+ timestamp_get_precision@Base 1.9.1
+ timestamp_get_seconds_type@Base 1.9.1
+ timestamp_get_type@Base 1.9.1
+ timestamp_set_precision@Base 1.9.1
+ timestamp_set_seconds_type@Base 1.9.1
+ timestamp_set_type@Base 1.9.1
+ trans2_cmd_vals_ext@Base 1.9.1
+ tree_expanded@Base 1.12.0~rc1
+ tree_expanded_set@Base 1.12.0~rc1
+ try_rval_to_str@Base 1.9.1
+ try_rval_to_str_idx@Base 1.9.1
+ try_str_to_str@Base 1.9.1
+ try_str_to_str_idx@Base 1.9.1
+ try_val64_to_str@Base 1.12.0~rc1
+ try_val64_to_str_idx@Base 1.12.0~rc1
+ try_val_to_str@Base 1.9.1
+ try_val_to_str_ext@Base 1.9.1
+ try_val_to_str_idx@Base 1.9.1
+ try_val_to_str_idx_ext@Base 1.9.1
+ tvb_bcd_dig_to_wmem_packet_str@Base 1.12.0~rc1
+ tvb_bytes_exist@Base 1.9.1
+ tvb_bytes_to_ep_str@Base 1.12.0~rc1
+ tvb_bytes_to_ep_str_punct@Base 1.12.0~rc1
+ tvb_captured_length@Base 1.12.0~rc1
+ tvb_captured_length_remaining@Base 1.12.0~rc1
+ tvb_child_uncompress@Base 1.12.0~rc1
+ tvb_clone@Base 1.12.0~rc1
+ tvb_clone_offset_len@Base 1.12.0~rc1
+ tvb_composite_append@Base 1.9.1
+ tvb_composite_finalize@Base 1.9.1
+ tvb_ensure_bytes_exist@Base 1.9.1
+ tvb_ensure_captured_length_remaining@Base 1.12.0~rc1
+ tvb_ether_to_str@Base 1.9.1
+ tvb_eui64_to_str@Base 1.9.1
+ tvb_fc_to_str@Base 1.9.1
+ tvb_fcwwn_to_str@Base 1.9.1
+ tvb_find_guint8@Base 1.9.1
+ tvb_find_line_end@Base 1.9.1
+ tvb_find_line_end_unquoted@Base 1.9.1
+ tvb_find_tvb@Base 1.9.1
+ tvb_format_text@Base 1.9.1
+ tvb_format_text_wsp@Base 1.9.1
+ tvb_free@Base 1.9.1
+ tvb_free_chain@Base 1.12.0~rc1
+ tvb_get_ascii_7bits_string@Base 1.12.0~rc1
+ tvb_get_bits16@Base 1.9.1
+ tvb_get_bits32@Base 1.9.1
+ tvb_get_bits64@Base 1.9.1
+ tvb_get_bits8@Base 1.9.1
+ tvb_get_bits@Base 1.9.1
+ tvb_get_const_stringz@Base 1.9.1
+ tvb_get_ds_tvb@Base 1.9.1
+ tvb_get_guid@Base 1.9.1
+ tvb_get_guint8@Base 1.9.1
+ tvb_get_ipv4@Base 1.9.1
+ tvb_get_ipv6@Base 1.9.1
+ tvb_get_letoh24@Base 1.9.1
+ tvb_get_letoh40@Base 1.9.1
+ tvb_get_letoh48@Base 1.9.1
+ tvb_get_letoh56@Base 1.9.1
+ tvb_get_letoh64@Base 1.9.1
+ tvb_get_letohguid@Base 1.9.1
+ tvb_get_letohi40@Base 1.12.0~rc1
+ tvb_get_letohi48@Base 1.12.0~rc1
+ tvb_get_letohi56@Base 1.12.0~rc1
+ tvb_get_letohieee_double@Base 1.9.1
+ tvb_get_letohieee_float@Base 1.9.1
+ tvb_get_letohl@Base 1.9.1
+ tvb_get_letohs@Base 1.9.1
+ tvb_get_manuf_name@Base 1.9.1
+ tvb_get_manuf_name_if_known@Base 1.9.1
+ tvb_get_nstringz0@Base 1.9.1
+ tvb_get_nstringz@Base 1.9.1
+ tvb_get_ntoh24@Base 1.9.1
+ tvb_get_ntoh40@Base 1.9.1
+ tvb_get_ntoh48@Base 1.9.1
+ tvb_get_ntoh56@Base 1.9.1
+ tvb_get_ntoh64@Base 1.9.1
+ tvb_get_ntohguid@Base 1.9.1
+ tvb_get_ntohi40@Base 1.12.0~rc1
+ tvb_get_ntohi48@Base 1.12.0~rc1
+ tvb_get_ntohi56@Base 1.12.0~rc1
+ tvb_get_ntohieee_double@Base 1.9.1
+ tvb_get_ntohieee_float@Base 1.9.1
+ tvb_get_ntohl@Base 1.9.1
+ tvb_get_ntohs@Base 1.9.1
+ tvb_get_ptr@Base 1.9.1
+ tvb_get_string_bytes@Base 1.12.0~rc1
+ tvb_get_string_enc@Base 1.12.0~rc1
+ tvb_get_string_time@Base 1.12.0~rc1
+ tvb_get_stringz_enc@Base 1.9.1
+ tvb_get_stringzpad@Base 1.12.0~rc1
+ tvb_get_ts_23_038_7bits_string@Base 1.12.0~rc1
+ tvb_ip6_to_str@Base 1.9.1
+ tvb_ip_to_str@Base 1.9.1
+ tvb_memcpy@Base 1.9.1
+ tvb_memdup@Base 1.9.1
+ tvb_memeql@Base 1.9.1
+ tvb_new@Base 1.12.0~rc1
+ tvb_new_chain@Base 1.12.0~rc1
+ tvb_new_child_real_data@Base 1.9.1
+ tvb_new_composite@Base 1.9.1
+ tvb_new_octet_aligned@Base 1.9.1
+ tvb_new_real_data@Base 1.9.1
+ tvb_new_subset@Base 1.9.1
+ tvb_new_subset_length@Base 1.9.1
+ tvb_new_subset_remaining@Base 1.9.1
+ tvb_offset_exists@Base 1.9.1
+ tvb_offset_from_real_beginning@Base 1.9.1
+ tvb_pbrk_guint8@Base 1.9.1
+ tvb_raw_offset@Base 1.9.1
+ tvb_reported_length@Base 1.9.1
+ tvb_reported_length_remaining@Base 1.9.1
+ tvb_set_child_real_data_tvbuff@Base 1.9.1
+ tvb_set_fragment@Base 1.9.1
+ tvb_set_free_cb@Base 1.9.1
+ tvb_set_reported_length@Base 1.9.1
+ tvb_skip_wsp@Base 1.9.1
+ tvb_skip_wsp_return@Base 1.9.1
+ tvb_strncaseeql@Base 1.9.1
+ tvb_strneql@Base 1.9.1
+ tvb_strnlen@Base 1.9.1
+ tvb_strsize@Base 1.9.1
+ tvb_uncompress@Base 1.9.1
+ tvb_unicode_strsize@Base 1.9.1
+ tvbparse_casestring@Base 1.9.1
+ tvbparse_char@Base 1.9.1
+ tvbparse_chars@Base 1.9.1
+ tvbparse_curr_offset@Base 1.9.1
+ tvbparse_find@Base 1.9.1
+ tvbparse_get@Base 1.9.1
+ tvbparse_hashed@Base 1.9.1
+ tvbparse_hashed_add@Base 1.9.1
+ tvbparse_init@Base 1.9.1
+ tvbparse_not_char@Base 1.9.1
+ tvbparse_not_chars@Base 1.9.1
+ tvbparse_peek@Base 1.9.1
+ tvbparse_quoted@Base 1.9.1
+ tvbparse_reset@Base 1.9.1
+ tvbparse_set_oneof@Base 1.9.1
+ tvbparse_set_seq@Base 1.9.1
+ tvbparse_shrink_token_cb@Base 1.9.1
+ tvbparse_some@Base 1.9.1
+ tvbparse_string@Base 1.9.1
+ tvbparse_tree_add_elem@Base 1.9.1
+ tvbparse_until@Base 1.9.1
+ uat_add_record@Base 1.9.1
+ uat_clear@Base 1.9.1
+ uat_fld_chk_enum@Base 1.9.1
+ uat_fld_chk_num_dec@Base 1.9.1
+ uat_fld_chk_num_hex@Base 1.9.1
+ uat_fld_chk_proto@Base 1.9.1
+ uat_fld_chk_range@Base 1.9.1
+ uat_fld_chk_str@Base 1.9.1
+ uat_fld_chk_str_isalnum@Base 1.9.1
+ uat_fld_chk_str_isalpha@Base 1.9.1
+ uat_fld_chk_str_isdigit@Base 1.9.1
+ uat_fld_chk_str_isprint@Base 1.9.1
+ uat_fld_chk_str_isxdigit@Base 1.9.1
+ uat_foreach_table@Base 1.9.1
+ uat_get_actual_filename@Base 1.12.0~rc1
+ uat_get_table_by_name@Base 1.9.1
+ uat_load@Base 1.9.1
+ uat_new@Base 1.9.1
+ uat_remove_record_idx@Base 1.9.1
+ uat_save@Base 1.9.1
+ uat_swap@Base 1.9.1
+ union_of_tap_listener_flags@Base 1.9.1
+ uri_str_to_bytes@Base 1.9.1
+ val64_to_str@Base 1.12.0~rc1
+ val64_to_str_const@Base 1.12.0~rc1
+ val_to_str@Base 1.9.1
+ val_to_str_const@Base 1.9.1
+ val_to_str_ext@Base 1.9.1
+ val_to_str_ext_const@Base 1.9.1
+ value_is_in_range@Base 1.9.1
+ value_string_ext_free@Base 1.12.0~rc1
+ value_string_ext_new@Base 1.9.1
+ wmem_alloc0@Base 1.9.1
+ wmem_alloc@Base 1.9.1
+ wmem_allocator_new@Base 1.9.1
+ wmem_array_append@Base 1.12.0~rc1
+ wmem_array_get_count@Base 1.12.0~rc1
+ wmem_array_get_raw@Base 1.12.0~rc1
+ wmem_array_index@Base 1.12.0~rc1
+ wmem_array_new@Base 1.12.0~rc1
+ wmem_array_sized_new@Base 1.12.0~rc1
+ wmem_array_sort@Base 1.12.0~rc1
+ wmem_ascii_strdown@Base 1.12.0~rc1
+ wmem_cleanup@Base 1.12.0~rc1
+ wmem_destroy_allocator@Base 1.9.1
+ wmem_destroy_list@Base 1.12.0~rc1
+ wmem_double_hash@Base 1.12.0~rc1
+ wmem_epan_scope@Base 1.9.1
+ wmem_file_scope@Base 1.9.1
+ wmem_free@Base 1.9.1
+ wmem_free_all@Base 1.9.1
+ wmem_gc@Base 1.9.1
+ wmem_init@Base 1.12.0~rc1
+ wmem_int64_hash@Base 1.12.0~rc1
+ wmem_list_append@Base 1.12.0~rc1
+ wmem_list_count@Base 1.12.0~rc1
+ wmem_list_frame_data@Base 1.12.0~rc1
+ wmem_list_frame_next@Base 1.12.0~rc1
+ wmem_list_frame_prev@Base 1.12.0~rc1
+ wmem_list_head@Base 1.12.0~rc1
+ wmem_list_new@Base 1.12.0~rc1
+ wmem_list_prepend@Base 1.12.0~rc1
+ wmem_list_remove@Base 1.12.0~rc1
+ wmem_list_remove_frame@Base 1.12.0~rc1
+ wmem_list_tail@Base 1.12.0~rc1
+ wmem_map_insert@Base 1.12.0~rc1
+ wmem_map_lookup@Base 1.12.0~rc1
+ wmem_map_new@Base 1.12.0~rc1
+ wmem_map_remove@Base 1.12.0~rc1
+ wmem_memdup@Base 1.12.0~rc1
+ wmem_packet_scope@Base 1.9.1
+ wmem_realloc@Base 1.9.1
+ wmem_register_callback@Base 1.12.0~rc1
+ wmem_stack_peek@Base 1.9.1
+ wmem_stack_pop@Base 1.9.1
+ wmem_str_hash@Base 1.12.0~rc1
+ wmem_strbuf_append@Base 1.9.1
+ wmem_strbuf_append_c@Base 1.12.0~rc1
+ wmem_strbuf_append_printf@Base 1.9.1
+ wmem_strbuf_append_unichar@Base 1.12.0~rc1
+ wmem_strbuf_finalize@Base 1.12.0~rc1
+ wmem_strbuf_get_len@Base 1.9.1
+ wmem_strbuf_get_str@Base 1.9.1
+ wmem_strbuf_new@Base 1.9.1
+ wmem_strbuf_sized_new@Base 1.9.1
+ wmem_strbuf_truncate@Base 1.12.0~rc1
+ wmem_strconcat@Base 1.12.0~rc1
+ wmem_strdup@Base 1.9.1
+ wmem_strdup_printf@Base 1.9.1
+ wmem_strdup_vprintf@Base 1.9.1
+ wmem_strndup@Base 1.9.1
+ wmem_strong_hash@Base 1.12.0~rc1
+ wmem_strsplit@Base 1.12.0~rc1
+ wmem_tree_foreach@Base 1.12.0~rc1
+ wmem_tree_insert32@Base 1.12.0~rc1
+ wmem_tree_insert32_array@Base 1.12.0~rc1
+ wmem_tree_insert_string@Base 1.12.0~rc1
+ wmem_tree_is_empty@Base 1.12.0~rc1
+ wmem_tree_lookup32@Base 1.12.0~rc1
+ wmem_tree_lookup32_array@Base 1.12.0~rc1
+ wmem_tree_lookup32_array_le@Base 1.12.0~rc1
+ wmem_tree_lookup32_le@Base 1.12.0~rc1
+ wmem_tree_lookup_string@Base 1.12.0~rc1
+ wmem_tree_new@Base 1.12.0~rc1
+ wmem_tree_new_autoreset@Base 1.12.0~rc1
+ wmem_unregister_callback@Base 1.12.0~rc1
+ write_carrays_finale@Base 1.12.0~rc1
+ write_carrays_preamble@Base 1.12.0~rc1
+ write_csv_finale@Base 1.12.0~rc1
+ write_csv_preamble@Base 1.12.0~rc1
+ write_fields_finale@Base 1.12.0~rc1
+ write_fields_preamble@Base 1.12.0~rc1
+ write_pdml_finale@Base 1.12.0~rc1
+ write_pdml_preamble@Base 1.12.0~rc1
+ write_prefs@Base 1.9.1
+ write_psml_finale@Base 1.12.0~rc1
+ write_psml_preamble@Base 1.12.0~rc1
+ ws_strdup_escape_char@Base 1.9.1
+ ws_strdup_unescape_char@Base 1.9.1
+ wslua_count_plugins@Base 1.12.0~rc1
+ wslua_plugins_dump_all@Base 1.12.0~rc1
+ wslua_plugins_get_descriptions@Base 1.12.0~rc1
+ wsp_vals_pdu_type_ext@Base 1.9.1
+ wsp_vals_status_ext@Base 1.9.1
+ xml_escape@Base 1.9.1
+ xml_get_attrib@Base 1.9.1
+ xml_get_cdata@Base 1.9.1
+ xml_get_tag@Base 1.9.1
+m2m.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+mate.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+opcua.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+profinet.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+stats_tree.so libwireshark0 #MINVER#
+ plugin_register_tap_listener@Base 1.9.1
+ version@Base 1.9.1
+unistim.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+wimax.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+wimaxasncp.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
+wimaxmacphy.so libwireshark0 #MINVER#
+ plugin_reg_handoff@Base 1.9.1
+ plugin_register@Base 1.9.1
+ version@Base 1.9.1
diff --git a/debian/libwiretap-dev.install b/debian/libwiretap-dev.install
new file mode 100644
index 0000000000..00a8a8b71c
--- /dev/null
+++ b/debian/libwiretap-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/libfiletap.so
+usr/lib/*/libwiretap.so
+filetap/*.h usr/include/wireshark/filetap
+wiretap/*.h usr/include/wireshark/wiretap
diff --git a/debian/libwiretap0.docs b/debian/libwiretap0.docs
new file mode 100644
index 0000000000..0c48271709
--- /dev/null
+++ b/debian/libwiretap0.docs
@@ -0,0 +1 @@
+wiretap/README
diff --git a/debian/libwiretap0.install b/debian/libwiretap0.install
new file mode 100644
index 0000000000..8c0f230859
--- /dev/null
+++ b/debian/libwiretap0.install
@@ -0,0 +1,2 @@
+usr/lib/*/libwiretap.so.*
+usr/lib/*/libfiletap.so.*
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols
new file mode 100644
index 0000000000..bcda68a23d
--- /dev/null
+++ b/debian/libwiretap0.symbols
@@ -0,0 +1,148 @@
+libfiletap.so.0 libwiretap0 #MINVER#
+ buffer_append@Base 1.12.0~rc1
+ buffer_assure_space@Base 1.12.0~rc1
+ buffer_free@Base 1.12.0~rc1
+ buffer_init@Base 1.12.0~rc1
+ buffer_remove_start@Base 1.12.0~rc1
+ file_eof@Base 1.12.0~rc1
+ file_error@Base 1.12.0~rc1
+ file_getc@Base 1.12.0~rc1
+ file_gets@Base 1.12.0~rc1
+ file_read@Base 1.12.0~rc1
+ file_seek@Base 1.12.0~rc1
+ file_tell@Base 1.12.0~rc1
+ ftap_cleareof@Base 1.12.0~rc1
+ ftap_close@Base 1.12.0~rc1
+ ftap_default_file_extension@Base 1.12.0~rc1
+ ftap_encap_short_string@Base 1.12.0~rc1
+ ftap_encap_string@Base 1.12.0~rc1
+ ftap_fdclose@Base 1.12.0~rc1
+ ftap_fdreopen@Base 1.12.0~rc1
+ ftap_file_encap@Base 1.12.0~rc1
+ ftap_file_size@Base 1.12.0~rc1
+ ftap_file_type_subtype@Base 1.12.0~rc1
+ ftap_file_type_subtype_short_string@Base 1.12.0~rc1
+ ftap_file_type_subtype_string@Base 1.12.0~rc1
+ ftap_free_extensions_list@Base 1.12.0~rc1
+ ftap_fstat@Base 1.12.0~rc1
+ ftap_get_all_file_extensions_list@Base 1.12.0~rc1
+ ftap_get_file_extension_type_extensions@Base 1.12.0~rc1
+ ftap_get_file_extension_type_name@Base 1.12.0~rc1
+ ftap_get_file_extensions_list@Base 1.12.0~rc1
+ ftap_get_num_encap_types@Base 1.12.0~rc1
+ ftap_get_num_file_type_extensions@Base 1.12.0~rc1
+ ftap_get_num_file_types_subtypes@Base 1.12.0~rc1
+ ftap_iscompressed@Base 1.12.0~rc1
+ ftap_open_offline@Base 1.12.0~rc1
+ ftap_read@Base 1.12.0~rc1
+ ftap_read_so_far@Base 1.12.0~rc1
+ ftap_register_encap_type@Base 1.12.0~rc1
+ ftap_register_file_type_extension@Base 1.12.0~rc1
+ ftap_register_file_type_subtypes@Base 1.12.0~rc1
+ ftap_register_heuristic_open_info@Base 1.12.0~rc1
+ ftap_register_magic_number_open_routine@Base 1.12.0~rc1
+ ftap_register_plugin_types@Base 1.12.0~rc1
+ ftap_seek_read@Base 1.12.0~rc1
+ ftap_sequential_close@Base 1.12.0~rc1
+ ftap_short_string_to_encap@Base 1.12.0~rc1
+ ftap_short_string_to_file_type_subtype@Base 1.12.0~rc1
+ ftap_snapshot_length@Base 1.12.0~rc1
+ ftap_strerror@Base 1.12.0~rc1
+ register_all_filetap_modules@Base 1.12.0~rc1
+libwiretap.so.0 libwiretap0 #MINVER#
+ buffer_append@Base 1.9.1
+ buffer_assure_space@Base 1.9.1
+ buffer_free@Base 1.9.1
+ buffer_init@Base 1.9.1
+ buffer_remove_start@Base 1.9.1
+ file_eof@Base 1.9.1
+ file_error@Base 1.9.1
+ file_getc@Base 1.9.1
+ file_gets@Base 1.9.1
+ file_iscompressed@Base 1.12.0~rc1
+ file_peekc@Base 1.12.0~rc1
+ file_read@Base 1.9.1
+ file_seek@Base 1.9.1
+ file_tell@Base 1.9.1
+ init_open_routines@Base 1.12.0~rc1
+ merge_append_read_packet@Base 1.12.0~rc1
+ merge_close_in_files@Base 1.12.0~rc1
+ merge_max_snapshot_length@Base 1.12.0~rc1
+ merge_open_in_files@Base 1.12.0~rc1
+ merge_read_packet@Base 1.12.0~rc1
+ merge_select_frame_type@Base 1.12.0~rc1
+ open_info_name_to_type@Base 1.12.0~rc1
+ open_routines@Base 1.12.0~rc1
+ register_all_wiretap_modules@Base 1.12.0~rc1
+ register_pcapng_block_type_handler@Base 1.99.0
+ wtap_buf_ptr@Base 1.9.1
+ wtap_cleareof@Base 1.9.1
+ wtap_close@Base 1.9.1
+ wtap_default_file_extension@Base 1.9.1
+ wtap_deregister_file_type_subtype@Base 1.12.0~rc1
+ wtap_deregister_open_info@Base 1.12.0~rc1
+ wtap_dump@Base 1.9.1
+ wtap_dump_can_compress@Base 1.9.1
+ wtap_dump_can_open@Base 1.9.1
+ wtap_dump_can_write@Base 1.9.1
+ wtap_dump_close@Base 1.9.1
+ wtap_dump_fdopen@Base 1.9.1
+ wtap_dump_fdopen_ng@Base 1.9.1
+ wtap_dump_file_encap_type@Base 1.9.1
+ wtap_dump_file_seek@Base 1.12.0~rc1
+ wtap_dump_file_tell@Base 1.12.0~rc1
+ wtap_dump_file_write@Base 1.12.0~rc1
+ wtap_dump_flush@Base 1.9.1
+ wtap_dump_has_name_resolution@Base 1.9.1
+ wtap_dump_open@Base 1.9.1
+ wtap_dump_open_ng@Base 1.9.1
+ wtap_dump_set_addrinfo_list@Base 1.9.1
+ wtap_dump_supports_comment_types@Base 1.9.1
+ wtap_encap_requires_phdr@Base 1.9.1
+ wtap_encap_short_string@Base 1.9.1
+ wtap_encap_string@Base 1.9.1
+ wtap_fdclose@Base 1.9.1
+ wtap_fdreopen@Base 1.9.1
+ wtap_file_encap@Base 1.9.1
+ wtap_file_get_idb_info@Base 1.9.1
+ wtap_file_get_shb_info@Base 1.9.1
+ wtap_file_size@Base 1.9.1
+ wtap_file_tsprecision@Base 1.9.1
+ wtap_file_type_subtype@Base 1.12.0~rc1
+ wtap_file_type_subtype_short_string@Base 1.12.0~rc1
+ wtap_file_type_subtype_string@Base 1.12.0~rc1
+ wtap_free_extensions_list@Base 1.9.1
+ wtap_fstat@Base 1.9.1
+ wtap_get_all_file_extensions_list@Base 1.12.0~rc1
+ wtap_get_bytes_dumped@Base 1.9.1
+ wtap_get_file_extension_type_extensions@Base 1.12.0~rc1
+ wtap_get_file_extension_type_name@Base 1.12.0~rc1
+ wtap_get_file_extensions_list@Base 1.9.1
+ wtap_get_num_encap_types@Base 1.9.1
+ wtap_get_num_file_type_extensions@Base 1.12.0~rc1
+ wtap_get_num_file_types_subtypes@Base 1.12.0~rc1
+ wtap_get_savable_file_types_subtypes@Base 1.12.0~rc1
+ wtap_has_open_info@Base 1.12.0~rc1
+ wtap_iscompressed@Base 1.9.1
+ wtap_open_offline@Base 1.9.1
+ wtap_pcap_encap_to_wtap_encap@Base 1.9.1
+ wtap_phdr@Base 1.9.1
+ wtap_read@Base 1.9.1
+ wtap_read_packet_bytes@Base 1.12.0~rc1
+ wtap_read_so_far@Base 1.9.1
+ wtap_register_encap_type@Base 1.9.1
+ wtap_register_file_type_extension@Base 1.12.0~rc1
+ wtap_register_file_type_subtypes@Base 1.12.0~rc1
+ wtap_register_open_info@Base 1.12.0~rc1
+ wtap_register_plugin_types@Base 1.12.0~rc1
+ wtap_seek_read@Base 1.9.1
+ wtap_sequential_close@Base 1.9.1
+ wtap_set_bytes_dumped@Base 1.9.1
+ wtap_set_cb_new_ipv4@Base 1.9.1
+ wtap_set_cb_new_ipv6@Base 1.9.1
+ wtap_short_string_to_encap@Base 1.9.1
+ wtap_short_string_to_file_type_subtype@Base 1.9.1
+ wtap_snapshot_length@Base 1.9.1
+ wtap_strerror@Base 1.9.1
+ wtap_write_shb_comment@Base 1.9.1
+ wtap_wtap_encap_to_pcap_encap@Base 1.9.1
diff --git a/debian/libwsutil-dev.install b/debian/libwsutil-dev.install
new file mode 100644
index 0000000000..ce044d3db4
--- /dev/null
+++ b/debian/libwsutil-dev.install
@@ -0,0 +1,3 @@
+usr/lib/*/libwsutil.so
+ws_symbol_export.h usr/include/wireshark
+wsutil/*.h usr/include/wireshark/wsutil
diff --git a/debian/libwsutil0.install b/debian/libwsutil0.install
new file mode 100644
index 0000000000..e9f0761286
--- /dev/null
+++ b/debian/libwsutil0.install
@@ -0,0 +1 @@
+usr/lib/*/libwsutil.so.*
diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols
new file mode 100644
index 0000000000..934da4c4bc
--- /dev/null
+++ b/debian/libwsutil0.symbols
@@ -0,0 +1,148 @@
+libwsutil.so.0 libwsutil0 #MINVER#
+ AirPDcapWepDecrypt@Base 1.10.0
+ Eax_Decrypt@Base 1.12.0~rc1
+ add_plugin_type@Base 1.12.0~rc1
+ adler32_bytes@Base 1.12.0~rc1
+ adler32_str@Base 1.12.0~rc1
+ alaw2linear@Base 1.12.0~rc1
+ ascii_strdown_inplace@Base 1.10.0
+ ascii_strup_inplace@Base 1.10.0
+ bitswap_buf_inplace@Base 1.12.0~rc1
+ copy_file_binary_mode@Base 1.12.0~rc1
+ copy_persconffile_profile@Base 1.12.0~rc1
+ crc11_307_noreflect_noxor@Base 1.10.0
+ crc16_0x5935@Base 1.10.0
+ crc16_0x755B@Base 1.12.0~rc1
+ crc16_0x9949_seed@Base 1.12.0~rc1
+ crc16_8005_noreflect_noxor@Base 1.10.0
+ crc16_ccitt@Base 1.10.0
+ crc16_ccitt_seed@Base 1.10.0
+ crc16_plain_update@Base 1.10.0
+ crc16_x25_ccitt@Base 1.10.0
+ crc32_0x0AA725CF_seed@Base 1.12.0~rc1
+ crc32_ccitt@Base 1.10.0
+ crc32_ccitt_seed@Base 1.10.0
+ crc32_ccitt_table_lookup@Base 1.10.0
+ crc32_mpeg2_seed@Base 1.10.0
+ crc32c_calculate@Base 1.10.0
+ crc32c_calculate_no_swap@Base 1.10.0
+ crc32c_table_lookup@Base 1.10.0
+ crc6_compute@Base 1.12.0~rc1
+ crc7update@Base 1.10.0
+ crc8_0x2F@Base 1.10.0
+ crc_drm@Base 1.10.0
+ create_persconffile_dir@Base 1.12.0~rc1
+ create_persconffile_profile@Base 1.12.0~rc1
+ create_tempdir@Base 1.12.0~rc1
+ create_tempfile@Base 1.12.0~rc1
+ crypt_des_ecb@Base 1.12.0~rc1
+ crypt_md4@Base 1.12.0~rc1
+ crypt_rc4@Base 1.12.0~rc1
+ crypt_rc4_init@Base 1.12.0~rc1
+ delete_persconffile_profile@Base 1.12.0~rc1
+ file_exists@Base 1.12.0~rc1
+ file_open_error_message@Base 1.12.0~rc1
+ file_write_error_message@Base 1.12.0~rc1
+ files_identical@Base 1.12.0~rc1
+ find_last_pathname_separator@Base 1.12.0~rc1
+ format_size@Base 1.10.0
+ get_basename@Base 1.12.0~rc1
+ get_cur_groupname@Base 1.10.0
+ get_cur_username@Base 1.10.0
+ get_datafile_dir@Base 1.12.0~rc1
+ get_datafile_path@Base 1.12.0~rc1
+ get_dirname@Base 1.12.0~rc1
+ get_global_profiles_dir@Base 1.12.0~rc1
+ get_persconffile_path@Base 1.12.0~rc1
+ get_persdatafile_dir@Base 1.12.0~rc1
+ get_plugin_dir@Base 1.12.0~rc1
+ get_plugins_pers_dir@Base 1.12.0~rc1
+ get_profile_name@Base 1.12.0~rc1
+ get_profiles_dir@Base 1.12.0~rc1
+ get_progfile_dir@Base 1.12.0~rc1
+ get_systemfile_dir@Base 1.12.0~rc1
+ get_tempfile_path@Base 1.12.0~rc1
+ get_wspython_dir@Base 1.12.0~rc1
+ has_global_profiles@Base 1.12.0~rc1
+ init_process_policies@Base 1.10.0
+ init_progfile_dir@Base 1.12.0~rc1
+ init_report_err@Base 1.12.0~rc1
+ is_default_profile@Base 1.12.0~rc1
+ isdigit_string@Base 1.10.0
+ isprint_string@Base 1.10.0
+ linear2alaw@Base 1.12.0~rc1
+ linear2ulaw@Base 1.12.0~rc1
+ md5_append@Base 1.12.0~rc1
+ md5_finish@Base 1.12.0~rc1
+ md5_hmac@Base 1.12.0~rc1
+ md5_hmac_append@Base 1.12.0~rc1
+ md5_hmac_finish@Base 1.12.0~rc1
+ md5_hmac_init@Base 1.12.0~rc1
+ md5_init@Base 1.12.0~rc1
+ mktime_utc@Base 1.12.0~rc1
+ mpa_bitrate@Base 1.10.0
+ mpa_frequency@Base 1.10.0
+ mpa_layer@Base 1.10.0
+ mpa_padding@Base 1.10.0
+ mpa_samples@Base 1.10.0
+ mpa_version@Base 1.10.0
+ nghttp2_hd_inflate_end_headers@Base 1.99.0
+ nghttp2_hd_inflate_hd@Base 1.99.0
+ nghttp2_hd_inflate_new@Base 1.99.0
+ nstime_cmp@Base 1.12.0~rc1
+ nstime_copy@Base 1.12.0~rc1
+ nstime_delta@Base 1.12.0~rc1
+ nstime_is_unset@Base 1.12.0~rc1
+ nstime_is_zero@Base 1.12.0~rc1
+ nstime_set_unset@Base 1.12.0~rc1
+ nstime_set_zero@Base 1.12.0~rc1
+ nstime_sum@Base 1.12.0~rc1
+ nstime_to_msec@Base 1.12.0~rc1
+ nstime_to_sec@Base 1.12.0~rc1
+ plugins_dump_all@Base 1.12.0~rc1
+ plugins_get_descriptions@Base 1.12.0~rc1
+ profile_exists@Base 1.12.0~rc1
+ profile_store_persconffiles@Base 1.12.0~rc1
+ relinquish_special_privs_perm@Base 1.10.0
+ rename_persconffile_profile@Base 1.12.0~rc1
+ report_failure@Base 1.12.0~rc1
+ report_open_failure@Base 1.12.0~rc1
+ report_read_failure@Base 1.12.0~rc1
+ report_write_failure@Base 1.12.0~rc1
+ rijndael_decrypt@Base 1.12.0~rc1
+ rijndael_encrypt@Base 1.12.0~rc1
+ rijndael_set_key@Base 1.12.0~rc1
+ running_in_build_directory@Base 1.12.0~rc1
+ running_with_special_privs@Base 1.10.0
+ scan_plugins@Base 1.12.0~rc1
+ set_persconffile_dir@Base 1.12.0~rc1
+ set_persdatafile_dir@Base 1.12.0~rc1
+ set_profile_name@Base 1.12.0~rc1
+ sha1_finish@Base 1.12.0~rc1
+ sha1_hmac@Base 1.12.0~rc1
+ sha1_hmac_finish@Base 1.12.0~rc1
+ sha1_hmac_starts@Base 1.12.0~rc1
+ sha1_hmac_update@Base 1.12.0~rc1
+ sha1_starts@Base 1.12.0~rc1
+ sha1_update@Base 1.12.0~rc1
+ started_with_special_privs@Base 1.10.0
+ strnatcasecmp@Base 1.12.0~rc1
+ strnatcmp@Base 1.12.0~rc1
+ test_for_directory@Base 1.12.0~rc1
+ test_for_fifo@Base 1.12.0~rc1
+ type_util_gdouble_to_guint64@Base 1.10.0
+ type_util_guint64_to_gdouble@Base 1.10.0
+ u3_active@Base 1.12.0~rc1
+ u3_contract_device_path@Base 1.12.0~rc1
+ u3_deregister_pid@Base 1.12.0~rc1
+ u3_expand_device_path@Base 1.12.0~rc1
+ u3_register_pid@Base 1.12.0~rc1
+ u3_runtime_info@Base 1.12.0~rc1
+ ulaw2linear@Base 1.12.0~rc1
+ update_adler32@Base 1.12.0~rc1
+ update_crc10_by_bytes@Base 1.10.0
+ update_crc6_by_bytes@Base 1.10.0
+ ws_add_crash_info@Base 1.10.0
+ ws_base64_decode_inplace@Base 1.12.0~rc1
+ ws_utf8_char_len@Base 1.12.0~rc1
+ ws_xton@Base 1.12.0~rc1
diff --git a/debian/license-text-about-dialog b/debian/license-text-about-dialog
new file mode 100644
index 0000000000..ed06ec767a
--- /dev/null
+++ b/debian/license-text-about-dialog
@@ -0,0 +1,15 @@
+Wireshark is distributed under the GNU GPL version 2. There are no
+restrictions on its use. There are significant restrictions on its
+distribution.
+
+Parts of Wireshark can be built and distributed as libraries. These
+parts are still covered by the GPL, and NOT by the Lesser General Public
+License or any other license.
+
+If you create a combined work using all or part of Wireshark, then your
+combined work must be released under a license compatible with the GPL.
+
+...and don't get us started on trademarks.
+
+The full text of the GNU GPL may be viewed in
+/usr/share/common-licenses/GPL-2.
diff --git a/debian/patches/0005-Disable-xmllint-for-release-notes.patch b/debian/patches/0005-Disable-xmllint-for-release-notes.patch
new file mode 100644
index 0000000000..df874aab67
--- /dev/null
+++ b/debian/patches/0005-Disable-xmllint-for-release-notes.patch
@@ -0,0 +1,40 @@
+From a687b01c0796f9b8a883626a654f31a45a3137ab Mon Sep 17 00:00:00 2001
+From: Balint Reczey <balint@balintreczey.hu>
+Date: Thu, 29 May 2014 23:22:12 +0700
+Subject: [PATCH] Disable xmllint for release-notes
+
+Change-Id: I1148341710f064e1d92e2b0eb60708c4af528f1b
+---
+ cmake/modules/FindASCIIDOC.cmake | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/cmake/modules/FindASCIIDOC.cmake b/cmake/modules/FindASCIIDOC.cmake
+index f414c54..175f2dd 100644
+--- a/cmake/modules/FindASCIIDOC.cmake
++++ b/cmake/modules/FindASCIIDOC.cmake
+@@ -38,6 +38,7 @@ MACRO( ASCIIDOC2HTML _output _asciidocsource _conffile )
+ --destination-dir=${CMAKE_CURRENT_BINARY_DIR}
+ --asciidoc-opts="--conf-file=${CMAKE_CURRENT_SOURCE_DIR}/${_conffile}"
+ --fop
++ --no-xmllint
+ ${A2X_HTML_OPTS}
+ ${_asciidocsource}
+ # Replacing file with itself will fail
+@@ -66,6 +67,7 @@ MACRO( ASCIIDOC2TXT _output _asciidocsource _conffile )
+ --destination-dir=${CMAKE_CURRENT_BINARY_DIR}
+ --asciidoc-opts="--conf-file=${CMAKE_CURRENT_SOURCE_DIR}/${_conffile}"
+ --fop
++ --no-xmllint
+ ${A2X_TEXT_OPTS}
+ --xsltproc-opts '--stringparam generate.toc "article nop"'
+ ${_asciidocsource}
+@@ -93,6 +95,7 @@ MACRO( ASCIIDOC2PDF _output _asciidocsource _conffile _paper )
+ --destination-dir=${CMAKE_CURRENT_BINARY_DIR}
+ --asciidoc-opts="--conf-file=${CMAKE_CURRENT_SOURCE_DIR}/${_conffile}"
+ --fop
++ --no-xmllint
+ ${A2X_HTML_OPTS}
+ --xsltproc-opts "--stringparam paper.type ${_paper} --nonet"
+ --xsl-file=custom_layer_pdf.xsl
+--
+1.9.1
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 64fbf26eb4..0000000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,12 +0,0 @@
-#03_preferences
-#04_drop-capabilities
-#05_plugin-libdir
-#06_giop-buffer
-#07_gcc4
-#08_wireshark-desktop-menu
-#09_idl2wrs
-#10_wireshark_gen
-#14_disable-cmip
-#15_sensitive_open
-#16_licence_about_location
-#17_clique_rm_support
diff --git a/debian/patches/01_Disable-building-documentation-in-PDF-and-release-no.patch b/debian/patches/01_Disable-building-documentation-in-PDF-and-release-no.patch
new file mode 100644
index 0000000000..5702f250b9
--- /dev/null
+++ b/debian/patches/01_Disable-building-documentation-in-PDF-and-release-no.patch
@@ -0,0 +1,48 @@
+From 2c646fef768917a94e2147aab2eff45899a0f9b3 Mon Sep 17 00:00:00 2001
+From: Balint Reczey <balint@balintreczey.hu>
+Date: Fri, 30 May 2014 09:30:15 +0700
+Subject: [PATCH] Disable building documentation in PDF and release notes in
+ HTML
+
+Change-Id: I86b3bae00d9e08fbe5c5e04ccc3db8f4e4734dbf
+---
+ docbook/CMakeLists.txt | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+--- a/docbook/CMakeLists.txt
++++ b/docbook/CMakeLists.txt
+@@ -332,8 +332,8 @@
+ wsluarm
+ wsug_html_chunked/index.html
+ wsug_html/index.html
+- user-guide-a4.pdf
+- user-guide-us.pdf
++# user-guide-a4.pdf
++# user-guide-us.pdf
+ )
+
+ VALIDATE_XML(
+@@ -381,8 +381,8 @@
+ wsluarm
+ wsdg_html_chunked/index.html
+ wsdg_html/index.html
+- developer-guide-a4.pdf
+- developer-guide-us.pdf
++# developer-guide-a4.pdf
++# developer-guide-us.pdf
+ )
+
+ VALIDATE_XML(
+@@ -425,10 +425,10 @@
+ add_custom_target(
+ release_notes ALL
+ DEPENDS
+- release-notes.html
++# release-notes.html
+ release-notes.txt
+- release-notes-a4.pdf
+- release-notes-us.pdf
++# release-notes-a4.pdf
++# release-notes-us.pdf
+ ${CMAKE_SOURCE_DIR}/NEWS
+ )
diff --git a/debian/patches/04_asn2wrs_ply.patch b/debian/patches/04_asn2wrs_ply.patch
new file mode 100644
index 0000000000..2cf2bae9c9
--- /dev/null
+++ b/debian/patches/04_asn2wrs_ply.patch
@@ -0,0 +1,17 @@
+Description: Use lex/yacc from ply
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/554613
+Author: Jakub Wilk <ubanus@users.sf.net>
+
+--- a/tools/asn2wrs.py
++++ b/tools/asn2wrs.py
+@@ -70,8 +70,8 @@
+ import getopt
+ import traceback
+
+-import lex
+-import yacc
++from ply import lex
++from ply import yacc
+
+ from functools import partial
diff --git a/debian/patches/05_note-README-when-running-as-root.patch b/debian/patches/05_note-README-when-running-as-root.patch
new file mode 100644
index 0000000000..7c3c63f97b
--- /dev/null
+++ b/debian/patches/05_note-README-when-running-as-root.patch
@@ -0,0 +1,15 @@
+Description: Note about README.Debian when running wireshark as root.
+Forwarded: not-needed
+Author: Balint Reczey <balint@balintreczey.hu>
+
+--- a/ui/gtk/main.c
++++ b/ui/gtk/main.c
+@@ -2085,7 +2085,7 @@
+ "This could be dangerous.\n\n"
+ "If you're running Wireshark this way in order to perform live capture, "
+ "you may want to be aware that there is a better way documented at\n"
+- "http://wiki.wireshark.org/CaptureSetup/CapturePrivileges", cur_user, cur_group);
++ "/usr/share/doc/wireshark-common/README.Debian", cur_user, cur_group);
+ g_free(cur_user);
+ g_free(cur_group);
+ simple_dialog_check_set(priv_warning_dialog, "Don't show this message again.");
diff --git a/debian/patches/06_release-version.patch b/debian/patches/06_release-version.patch
new file mode 100644
index 0000000000..ee5584fd59
--- /dev/null
+++ b/debian/patches/06_release-version.patch
@@ -0,0 +1,15 @@
+Description: Don't regenerate svnversion.h
+Forwarded: not-needed
+Author: Balint Reczey <balint@balintreczey.hu>
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -638,7 +638,7 @@
+ am__v_PERL_0 = @echo " PERL " $@;
+ am__v_PERL_1 =
+
+-version.h: FORCE
++version.h:
+ $(AM_V_PERL)$(PERL) $(srcdir)/make-version.pl $(srcdir)
+
+ #
diff --git a/debian/patches/08_wireshark-desktop-menu.patch b/debian/patches/08_wireshark-desktop-menu.patch
new file mode 100755
index 0000000000..21e0980969
--- /dev/null
+++ b/debian/patches/08_wireshark-desktop-menu.patch
@@ -0,0 +1,13 @@
+Description: Change Icon and Categories for desktop file
+Forwarded: not-needed
+Author: <fred@candle>
+
+--- a/wireshark.desktop
++++ b/wireshark.desktop
+@@ -75,4 +75,5 @@
+ MimeType=application/vnd.tcpdump.pcap;application/x-pcapng;application/x-snoop;application/x-iptrace;application/x-lanalyzer;application/x-nettl;application/x-radcom;application/x-etherpeek;application/x-visualnetworks;application/x-netinstobserver;application/x-5view;
+ # Category entry according to:
+ # http://standards.freedesktop.org/menu-spec/1.0/
+-Categories=System;Monitor;GTK;
++Categories=GNOME;Network;
++Encoding=UTF-8
diff --git a/debian/patches/09_idl2wrs.patch b/debian/patches/09_idl2wrs.patch
new file mode 100755
index 0000000000..f479ba650d
--- /dev/null
+++ b/debian/patches/09_idl2wrs.patch
@@ -0,0 +1,48 @@
+Description: Do not try to locate wireshark_be.py and wireshark_gen.py in
+ non-standard places.
+Author: Frederic Peters <fpeters@debian.org>
+
+--- a/tools/idl2wrs
++++ b/tools/idl2wrs
+@@ -65,41 +65,8 @@
+ exit 1;
+ fi
+
+-#
+-# Run wireshark backend, looking for wireshark_be.py and wireshark_gen.py
+-# in pythons's "site-packages" directory. If cannot find that, then
+-# try looking in current directory. If still cannot, then exit with
+-# error.
+-
+-if [ -f $PYTHONPATH/site-packages/wireshark_be.py ] && [ -f $PYTHONPATH/site-packages/wireshark_gen.py ]; then
+- exec omniidl -p $PYTHONPATH/site-packages -b wireshark_be $@
+- /* not reached */
+-fi
+-
+-# Try current directory.
+-
+-if [ -f ./wireshark_be.py ] && [ -f ./wireshark_gen.py ]; then
+- exec omniidl -p ./ -b wireshark_be $@
+- /* not reached */
+-fi
+-
+-# Could not find both wireshark_be.py AND wireshark_gen.py
+-# So let's just try to run it without -p, hoping that the installation
+-# set up a valid path.
+-
+ exec omniidl -b wireshark_be $@
+
+-old code: not reached
+-
+-echo "idl2wrs Error: Could not find both wireshark_be.py AND wireshark_gen.py."
+-echo "Please ensure you have the PYTHONPATH variable set, or that wireshark_be.py "
+-echo "and wireshark_gen.py exist in the current directory. "
+-echo
+-echo "On this system, PYTHONPATH is : $PYTHONPATH"
+-echo
+-
+-exit 2
+-
+
+ #
+ # Editor modelines - http://www.wireshark.org/tools/modelines.html
diff --git a/debian/patches/16_licence_about_location.patch b/debian/patches/16_licence_about_location.patch
new file mode 100644
index 0000000000..36cebffc18
--- /dev/null
+++ b/debian/patches/16_licence_about_location.patch
@@ -0,0 +1,14 @@
+Description: Change location of license file in about dialog
+Forwarded: not-needed
+Author: Frederic Peters <fpeters@debian.org>
+
+--- a/ui/gtk/about_dlg.c
++++ b/ui/gtk/about_dlg.c
+@@ -506,7 +506,7 @@
+ #if defined(_WIN32)
+ absolute_path = get_datafile_path("COPYING.txt");
+ #else
+- absolute_path = get_datafile_path("COPYING");
++ absolute_path = get_datafile_path("ABOUT.GPL");
+ #endif
+ page = text_page_new(absolute_path);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000000..5a7314e2a9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,8 @@
+0005-Disable-xmllint-for-release-notes.patch
+01_Disable-building-documentation-in-PDF-and-release-no.patch
+04_asn2wrs_ply.patch
+05_note-README-when-running-as-root.patch
+06_release-version.patch
+08_wireshark-desktop-menu.patch
+09_idl2wrs.patch
+16_licence_about_location.patch
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000000..cef83a3407
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
new file mode 100644
index 0000000000..0bff55d8e9
--- /dev/null
+++ b/debian/po/cs.po
@@ -0,0 +1,66 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+# Martin Sin <martin.sin@zshk.cz>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.1-3\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-06-20 17:12+0200\n"
+"Last-Translator: Martin Sin <martin.sin@zshk.cz>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Mohou obyčejní uživatelé zachytávat pakety?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap můžete nainstalovat tak, že budou moci zachytávat pakety pouze "
+"členové skupiny „wireshark“. Tento způsob zachytávání paketů pomocí "
+"Wireshark/Tshark se obecně doporučuje. Druhou možností je spuštění programu "
+"přímo pod superuživatelem, to ovšem nelze doporučit, protože je pak pod tímto "
+"uživatelem spuštěna větší část potencionálně nebezpečného kódu."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Pro více informací se prosím podívejte na /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Povolení této možnosti může být bezpečnostním rizikem a tak je ve výchozím "
+"nastavení vypnuté. Jste-li na pochybách, doporučuje se nechat volbu vypnutou."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "M?? se dumpcap nainstalovat s ???setuid root????"
diff --git a/debian/po/da.po b/debian/po/da.po
new file mode 100644
index 0000000000..5397fb4a93
--- /dev/null
+++ b/debian/po/da.po
@@ -0,0 +1,57 @@
+# Danish translation wireshark.
+# Copyright (C) 2010 wireshark & nedenstående oversættere.
+# This file is distributed under the same license as the wireshark package.
+# Joe Hansen <joedalton2@yahoo.dk>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-08-28 23:51+0200\n"
+"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
+"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Skal brugere, der ikke er superbrugere, kunne fange pakker?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap kan installeres på en måde som tillader medlemmer af systemgruppen "
+"»wireshark« at fange pakker. Dette anbefales frem for alternativet med at køre "
+"Wireshark/Tshark direkte som rod (root), da mindre af koden vil køre med "
+"ophøjede privilegier."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"For mere detaljerede information se venligst /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Aktivering af denne funktion kan udgøre en sikkerhedsrisiko, så som "
+"standard er den deaktiveret. Hvis du er i tvivl, anbefales det at lade den "
+"være deaktiveret."
diff --git a/debian/po/de.po b/debian/po/de.po
new file mode 100644
index 0000000000..f442e32d9d
--- /dev/null
+++ b/debian/po/de.po
@@ -0,0 +1,60 @@
+# Translation of wireshark debconf templates to German
+# Copyright (C) Helge Kreutzmann <debian@helgefjell.de>, 2009, 2010.
+# This file is distributed under the same license as the wireshark package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.9-2\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-07-26 18:18+0200\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: de <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"Sollen außer dem Superuser noch andere Benutzer Pakete aufzeichen können?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap kann so installiert werden, dass Mitglieder der Systemgruppe "
+"»wireshark« Pakete aufzeichnen können. Dies wird gegenüber der Methode, "
+"Wireshark/Tshark direkt als Root zu betreiben, empfohlen, da so weniger Code "
+"mit erhöhten Rechten läuft."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Detalliertere Informationen finden Sie in /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Die Aktivierung dieser Funktionalität kann ein Sicherheitsrisiko darstellen, "
+"daher ist sie standardmäßig deaktiviert. Im Zweifelsfall wird empfohlen, sie "
+"deaktiviert zu lassen."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "Soll Dumpcap »setuid-root« installiert werden?"
diff --git a/debian/po/es.po b/debian/po/es.po
new file mode 100644
index 0000000000..1eea151525
--- /dev/null
+++ b/debian/po/es.po
@@ -0,0 +1,73 @@
+# wireshark po-debconf translation to Spanish
+# Copyright (C) 2009, 2010 Software in the Public Interest
+# This file is distributed under the same license as the wireshark package.
+#
+# Changes:
+# - Initial translation
+# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009
+#
+# - Updates
+# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2010
+#
+# Traductores, si no conocen el formato PO, merece la pena leer la
+# documentación de gettext, especialmente las secciones dedicadas a este
+# formato, por ejemplo ejecutando:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+# Equipo de traducción al español, por favor, lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducción de Debian al español
+# http://www.debian.org/intl/spanish/
+# especialmente las notas de traducción en
+# http://www.debian.org/intl/spanish/notas
+#
+# - La guía de traducción de po's de debconf:
+# /usr/share/doc/po-debconf/README-trans
+# o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.9-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-06-20 20:37+0100\n"
+"Last-Translator: Francisco Javier Cuadrado <fcocuadrado@gmail.com>\n"
+"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "¿Los usuarios sin privilegios de administración deberían poder capturar paquetes?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid "Dumpcap can be installed in a way that allows members of the \"wireshark\" system group to capture packets. This is recommended over the alternative of running Wireshark/Tshark directly as root, because less of the code will run with elevated privileges."
+msgstr "Dumpcap se puede instalar de un modo que permite a los miembros del grupo «wireshark» capturar paquetes. Se recomienda usar esto en lugar de ejecutar Wireshark/Tshark directamente como administrador («root»), porque se ejecutará menos código con privilegios de administración."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "For more detailed information please see /usr/share/doc/wireshark-common/README.Debian."
+msgstr "Para más información, vea el archivo «/usr/share/doc/wireshark-common/README.Debian»."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Enabling this feature may be a security risk, so it is disabled by default. If in doubt, it is suggested to leave it disabled."
+msgstr "Activar esta funcionalidad puede ser un riesgo de seguridad, por lo que de forma predeterminada está desactivada. En caso de duda, se recomienda dejarla desactivada."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "¿Se debe instalar dumpcap con el bit «setuid root» activo?"
diff --git a/debian/po/eu.po b/debian/po/eu.po
new file mode 100644
index 0000000000..c889f810b6
--- /dev/null
+++ b/debian/po/eu.po
@@ -0,0 +1,66 @@
+# translation of wireshark_1.2.10-2_eu.po to Basque
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Piarres Beobide <pi@beobide.net>, 2009.
+# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark_1.2.10-2_eu\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-09-03 10:53+0200\n"
+"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
+"Language-Team: Basque <debian-l10n-basque@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Supererabiltzailea ez direnak paketeak kapturatzeko gai izan daitezke?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Sistemako \"wireshark\" taldeko partaideek paketeak kapturatzea baimentzeko "
+"modu batean instala daiteke Dumpcap. Wireshark/Tshark erabiliz paketeak "
+"supererabiltzaile gisa kapturatzeko modu hau gomendatuta dago, "
+"pribilegio handiekin kode gutxiago exekutatzen da eta."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Informazio gehiagorako, irakurri usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Eginbide hau gaitzean segurtasuneko arrisku bat sor daiteke, hau dela eta "
+"desgaituta dago lehenespenez. Zalantzako kasuan, desgaituta "
+"uztea gomendantzen da."
diff --git a/debian/po/fi.po b/debian/po/fi.po
new file mode 100644
index 0000000000..47ae8536cf
--- /dev/null
+++ b/debian/po/fi.po
@@ -0,0 +1,67 @@
+# Copyright (C) 2009
+# This file is distributed under the same license as the wireshark package.
+#
+# Esko Arajärvi <edu@iki.fi>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2009-10-04 22:49+0300\n"
+"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
+"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#, fuzzy
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap voidaan asentaa ajettavaksi pääkäyttäjäoikeuksilla siten, että "
+"ryhmän \"wireshark\" jäsenillä on tarvittavat oikeudet sen käyttämiseen. On "
+"suositeltavaa käyttää tätä tapaa pakettien kaappaamiseen Wiresharkilla tai "
+"Tsharkilla, sen sijaan että niitä ajettaisiin suoraan pääkäyttäjänä, koska "
+"pienempi osa koodista ajetaan tällöin pääkäyttäjäoikeuksilla."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Tämän ominaisuuden käyttöönotto saattaa olla tietoturvariski ja tästä syystä "
+"se on oletuksena poissa käytöstä. Jos olet epävarma, on suositeltavaa jättää "
+"se pois käytöstä."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "Tulisiko dumpcap asentaa asetuksella ”setuid root”?"
diff --git a/debian/po/fr.po b/debian/po/fr.po
new file mode 100644
index 0000000000..322631a678
--- /dev/null
+++ b/debian/po/fr.po
@@ -0,0 +1,69 @@
+# Translation of wireshark debconf templates to French
+# Copyright (C) 2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
+# This file is distributed under the same license as the wireshark package.
+#
+# Translators:
+# Simon Paillard <spaillard@debian.org>, 2009
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-07-25 21:54+0200\n"
+"Last-Translator: Simon Paillard <spaillard@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Autoriser les utilisateurs non privilégiés à capturer des paquets ?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap peut être installé afin d'autoriser les membres du groupe "
+"« wireshark » à capturer des paquets. Cette méthode de capture est "
+"préférable à l'exécution de Wireshark ou Tshark avec les droits du "
+"superutilisateur, car elle permet d'exécuter moins de code avec des droits "
+"importants."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Pour plus d'informations, veuillez consulter /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Cette fonctionnalité constitue un risque pour la sécurité, c'est pourquoi "
+"elle est désactivée par défaut. En cas de doute, il est suggéré de la "
+"laisser désactivée."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "Installer dumpcap avec le bit « setuid root » ?"
diff --git a/debian/po/hu.po b/debian/po/hu.po
new file mode 100644
index 0000000000..32be610f47
--- /dev/null
+++ b/debian/po/hu.po
@@ -0,0 +1,61 @@
+# Translation of wireshark debconf templates to Hungarian
+# Copyright (C) 2011 Balint Reczey <balint@balintreczey.hu>
+# This file is distributed under the same license as the wireshark package.
+#
+# Translators:
+# Balint Reczey <balint@balintreczey.hu>, 2011
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2011-05-09 13:31+0200\n"
+"Last-Translator: Balint Reczey <balint@balintreczey.hu>\n"
+"Language-Team: Hungarian <debian-l10n-hungarian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"A rendszergazdán kívül más felhasználók is képesek legyenek lehallgatni a"
+"hálózati forgalmat?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"A dumpcap segédprogramot úgy is be lehet állítani telepítéskor, hogy lehetővé"
+"tegye a \"wireshark\" rendszer-csoport tagjainak, hogy lehallgassák a"
+"hálózati forgalmat. Ez biztonságosabb, mint rendszergazdaként futtatni a"
+"Wireshark/Tshark programokat, mivel kevesebb kód fut így rendszergazdai"
+"jogokkal ellátva."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Részletesebb információk a usr/share/doc/wireshark-common/README.Debian"
+"fájlban találhatók."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Ennek a beállításnak az engedélyezése biztonsági kockázatot hordoz."
+"Ha bizonytalan vagy, inkább ne engedélyezd."
diff --git a/debian/po/id.po b/debian/po/id.po
new file mode 100644
index 0000000000..e4c0f1d631
--- /dev/null
+++ b/debian/po/id.po
@@ -0,0 +1,42 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.6.4-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2012-01-02 02:28+0700\n"
+"Last-Translator: Mahyuddin Susanto <udienz@ubuntu.com>\n"
+"Language-Team: Debian Indonesia Translator <debian-l10n-indonesian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Indonesian\n"
+"X-Poedit-Country: INDONESIA\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Bolehkan pengguna non-superuser untuk menangkap paket?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Dumpcap can be installed in a way that allows members of the \"wireshark\" system group to capture packets. This is recommended over the alternative of running Wireshark/Tshark directly as root, because less of the code will run with elevated privileges."
+msgstr "Dumpcap dapat dipasang dengan cara memperbolehkan anggota dari grup system \"wireshark\" untuk menangkap paket. Hal ini dianjurkan sebagai alternatif untuk menjalankan Wireshark/Tshark sebagai root, karena sedikit kode yang berjalan dengan hak tertinggi"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "For more detailed information please see /usr/share/doc/wireshark-common/README.Debian."
+msgstr "Untuk informasi lebih lanjut silakan lihat /usr/share/doc/wireshark-common/README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Enabling this feature may be a security risk, so it is disabled by default. If in doubt, it is suggested to leave it disabled."
+msgstr "Mengaktifkan fitur ini akan menyebabkan resiko keamanan, jadi secara bawaan akan di non-aktifkan. Jika ragu, disarankan untuk dibiarkan dinonaktifkan"
diff --git a/debian/po/it.po b/debian/po/it.po
new file mode 100644
index 0000000000..e201246fe1
--- /dev/null
+++ b/debian/po/it.po
@@ -0,0 +1,57 @@
+# Italian translation of wireshark.
+# COPYRIGHT (C) 2009 THE WIRESHARK'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+# Luca Monducci <luca.mo@tiscali.it>, 2009-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark italian debconf templates\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-06-26 16:26+0200\n"
+"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Permettere ai non-superuser di catturare i pacchetti?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap può essere installato in modo da permettere agli utenti appartenenti "
+"al gruppo di sistema \"wireshark\" di catturare i pacchetti. Questa modalità "
+"d'uso di Wireshark/Tshark è raccomandata rispetto all'esecuzione diretta da "
+"root perché viene eseguito con privilegi elevati meno codice."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Per informazioni più dettagliate si consulti /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"L'attivazione di questa funzionalità potrebbe essere rischiosa per la "
+"sicurezza e quindi normalmente non è attiva. Nel dubbio, si suggerisce di "
+"lasciarla disattivata."
diff --git a/debian/po/ja.po b/debian/po/ja.po
new file mode 100644
index 0000000000..c69d458af0
--- /dev/null
+++ b/debian/po/ja.po
@@ -0,0 +1,55 @@
+# Japanese translation of wireshark debconf templates.
+# Copyright (C) 2009-2010 Hideki Yamane <henrich@debian.org>
+# This file is distributed under the same license as the wireshark package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.1-3\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-07-25 14:19+0900\n"
+"Last-Translator: Hideki Yamane <henrich@debian.org>\n"
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "非特権ユーザ (root 以外のユーザ) がパケットをキャプチャできるようにしますか?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"「wireshark」システムグループのメンバーがパケットをキャプチャできる設定で "
+"dumpcap をインストールすることができます。直接 root ユーザとして動かす別の方法と比較"
+"すると、この方が高くなった権限上で動作するコードが少なくなるのでお勧めです。"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"より詳細な情報については /usr/share/doc/wireshark-common/README.Debian を"
+"参照してください。"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"この機能を有効にするのはセキュリティ上のリスクになる可能性があるので、デフォル"
+"トでは無効にされています。分からない場合は無効のままにしておくことをお勧めし"
+"ます。"
diff --git a/debian/po/ko.po b/debian/po/ko.po
new file mode 100644
index 0000000000..db5eb5df83
--- /dev/null
+++ b/debian/po/ko.po
@@ -0,0 +1,43 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: OSCTP\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2011-06-11 12:29+0900\n"
+"Last-Translator: si-cheol KO <kosicheol@gmail.com>\n"
+"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "일반사용자가 패킷을 캡처 할 수 있도록 하시겠습니까?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Dumpcap can be installed in a way that allows members of the \"wireshark\" system group to capture packets. This is recommended over the alternative of running Wireshark/Tshark directly as root, because less of the code will run with elevated privileges."
+msgstr "root로 직접 Wireshark/Tshark를 실행시키는 것의 대안으로 좀 더 적은 권한으로 패킷캡처를 하기위해 \"wireshark\" 시스템 그룹의 일원인 Dumpcap이 설치될 수 있습니다."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "For more detailed information please see /usr/share/doc/wireshark-common/README.Debian."
+msgstr "세부정보는 /usr/share/doc/wireshark-common/README.Debian파일을 참조하세요."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Enabling this feature may be a security risk, so it is disabled by default. If in doubt, it is suggested to leave it disabled."
+msgstr "활성화 하는 것은 보안상 위험할 수 있기 때문에 기본적으로 비활성화 되어 있습니다. 비활성화로 두는 것을 추천합니다."
diff --git a/debian/po/nl.po b/debian/po/nl.po
new file mode 100644
index 0000000000..e0f4a220ea
--- /dev/null
+++ b/debian/po/nl.po
@@ -0,0 +1,61 @@
+# Dutch translation of wireshark debconf templates.
+# Copyright (C) 2011 Jeroen Schot <schot@a-eskwadraat.nl>
+# This file is distributed under the same license as the wireshark package.
+#
+# Translators:
+# Jeroen Schot <schot@a-eskwadraat.nl>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark_1.4.5-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2011-05-09 11:43+0200\n"
+"Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
+"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"Moet het voor niet-beheerders mogelijk zijn om pakketjes te onderscheppen?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap kan zodanig worden geïnstalleerd dat leden van de systeemgroep "
+"\"wireshark\" netwerkpakketjes mogen onderscheppen. Dit wordt aanbevolen "
+"boven het uitvoeren van Wireshark/Tshark als beheerder, omdat op deze "
+"manier minder code met verhoogde privileges wordt uitgevoerd."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Uitgebreide informatie hierover is te vinden in /usr/share/doc/wireshark-"
+"common/README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Het activeren van deze functionaliteit is mogelijk een beveiligingsrisico, "
+"daarom staat dit niet standaard aan. Bij twijfel wordt u aangeraden om dit "
+"niet te activeren."
diff --git a/debian/po/pt.po b/debian/po/pt.po
new file mode 100644
index 0000000000..a5ced84002
--- /dev/null
+++ b/debian/po/pt.po
@@ -0,0 +1,66 @@
+# Portuguese wireshark debconf translation
+# Copyright (C) 2009, the wireshark authors
+# This file is distributed under the same license as the wireshark package.
+# 2010, Pedro Ribeiro <p.m42.ribeiro@gmail.com>.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.1-3\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-06-26 11:23+0100\n"
+"Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"
+"Language-Team: Portuguese <traduz@debianpt.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Devem os utilizadores regulares conseguir capturar pacotes?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"O dumpcap pode ser instalado de maneira que os membros do grupo de sistema "
+"\"wireshark\" possam capturar pacotes. Este é o modo recomendado em vez da "
+"alternativa de correr o Wireshark/Tshark directamente como root, porque "
+"menos código será executado com privilégios elevados."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Para informação mais detalhada, leia por favor /usr/share/doc/wireshark-"
+"common/README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Activar esta característica pode ser um risco de segurança, por isso vem "
+"desactivada por predefinição. Em caso de dúvida, sugere-se deixá-la "
+"desactivada."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "O dumpcap deve ser instalado com \"setuid root\"?"
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
new file mode 100644
index 0000000000..128fa5b977
--- /dev/null
+++ b/debian/po/pt_BR.po
@@ -0,0 +1,73 @@
+# wireshark Brazilian Portuguese translation.
+# Copyright (C) 2009 the wireshark's copyright holder
+# This file is distributed under the same license as the wireshark package.
+# Rafael Henrique da Silva Correia <rafaelhenriqu@gmail.com>, 2009.
+# Adriano Rafael Gomes <adrianorg@gmail.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.10-2\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-08-24 22:57-0300\n"
+"Last-Translator: Adriano Rafael Gomes <adrianorg@gmail.com>\n"
+"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
+"org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"pt_BR utf-8\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Não-superusuários deverão ser capazes de capturar pacotes?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of "
+#| "group wireshark will be able to run it with the permissions of the "
+#| "'root' user. It is the preferred way of capturing packets using "
+#| "Wireshark/Tshark over running Wireshark/Tshark as root, because that way "
+#| "most of the code will run with less priveges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"O dumpcap pode ser instalado em um modo que permite a membros do grupo de "
+"sistema \"wireshark\" capturar pacotes. Isto é recomendado em vez da "
+"alternativa de executar o Wireshark/Tshark diretamente como root, porque "
+"menos código será executado com privilégios elevados."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Para informações mais detalhadas, por favor veja /usr/share/doc/"
+"wireshark-common/README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Enabling this feature may be a security risk, so it is disabled by "
+#| "default. If in doubt, it is suggested to leave it disabled."
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Habilitar este recurso pode ser um risco de segurança, portanto ele é "
+"desabilitado por padrão. Se estiver em dúvida, é sugerido deixá-lo "
+"desabilitado."
+
+#~ msgid "Do you want dumpcap to be installed setuid root?"
+#~ msgstr ""
+#~ "Você quer que o comando \"dumpcap\" seja instalado com \"setuid\" root?"
diff --git a/debian/po/ru.po b/debian/po/ru.po
new file mode 100644
index 0000000000..362037a971
--- /dev/null
+++ b/debian/po/ru.po
@@ -0,0 +1,65 @@
+# translation of ru.po to Russian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.9-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-06-20 22:04+0400\n"
+"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Позволить не суперпользователям захватывать пакеты?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap можно установить таким образом, что члены "
+"группы wireshark смогут захватывать пакеты Это более "
+"рекомендуемый способ захвата пакетов с помощью Wireshark/Tshark, "
+"чем запуск самого Wireshark/Tshark с правами root, так как это позволяет "
+"выполнять почти весь код с меньшими правами."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Дополнительную информацию можно найти в файле "
+"/usr/share/doc/wireshark-common/README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Использование данной возможности влияет на безопасность, поэтому по "
+"умолчанию не используется. Если сомневаетесь, то оставьте выключенной."
diff --git a/debian/po/sk.po b/debian/po/sk.po
new file mode 100644
index 0000000000..d432e4a4e7
--- /dev/null
+++ b/debian/po/sk.po
@@ -0,0 +1,60 @@
+# Slovak translations for wireshark package
+# Slovenské preklady pre balík wireshark.
+# Copyright (C) 2011 THE wireshark'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+# Automatically generated, 2011.
+# Slavko <linux@slavino.sk>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.6.2-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2011-10-30 09:56+0100\n"
+"Last-Translator: Slavko <linux@slavino.sk>\n"
+"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Môžu bežní používatelia zachytávať pakety?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap možno nainštalovať spôsobom, ktorý dovolí zachytávať pakety členom "
+"systémovej skupiny „wireshark”. Toto je odporúčané oproti alternatívnemu "
+"spúšťaniu Wireshark/Tshark priamo s právami root, pretože bude menej kódu "
+"bežať s neobmedzenými právami."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Ďalšie, podrobnejšie informácie nájdete v /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Zapnutie tejto vlastnosti môže byť bezpečnostným rizikom, aj preto je "
+"predvolene vypnutá. Ak si nie ste istý, odporúčame ponechať ju vypnutú."
diff --git a/debian/po/sv.po b/debian/po/sv.po
new file mode 100644
index 0000000000..b9a80506cc
--- /dev/null
+++ b/debian/po/sv.po
@@ -0,0 +1,62 @@
+# translation of wireshark_sv.po to Swedish
+# Copyright (C) 2009
+# This file is distributed under the same license as the wireshark package.
+#
+# Martin Ågren <martin.agren@gmail.com>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark_sv\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-06-20 17:19+0200\n"
+"Last-Translator: Martin Ågren <martin.agren@gmail.com>\n"
+"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Ska icke-superanvändare kunna fånga paket?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap kan installeras på ett sätt som tillåter medlemmar i "
+"systemgruppen \"wireshark\" att fånga paket. Detta rekommenderas framför alternativet, att köra Wireshark/Tshark direkt som root, eftersom en mindre del av koden "
+"kommer köras med utökade rättigheter."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr "Se /usr/share/doc/wireshark-common/README.Debian för mer detaljerad information."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Att aktivera denna funktion kan vara en säkerhetsrisk, så den är "
+"avaktiverad som standard. Vid tvivel rekommenderas att den lämnas "
+"avaktiverad."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000000..620f710efa
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,49 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
diff --git a/debian/po/vi.po b/debian/po/vi.po
new file mode 100644
index 0000000000..45e4aebc54
--- /dev/null
+++ b/debian/po/vi.po
@@ -0,0 +1,58 @@
+# Vietnamese translation for Wire Shark.
+# Copyright © 2010 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2009-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.10-2\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2010-06-20 16:35+0200\n"
+"PO-Revision-Date: 2010-09-29 22:11+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LocFactoryEditor 1.8\n"
+
+#: ../templates:2001
+#. Type: boolean
+#. Description
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Người dùng không phải siêu người dùng nên có quyền bắt gói tin không?"
+
+#: ../templates:2001
+#. Type: boolean
+#. Description
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap có thể được cài đặt bằng một cách cấp cho các thành viên của nhóm « wireshark » có quyền bắt gói tin. Thiết lập này khuyến khích, so với chạy Wireshark/Tshark trực tiếp dưới người chủ, vì ít mã nguồn hơn sẽ chạy với quyền truy cập cao."
+
+#: ../templates:2001
+#. Type: boolean
+#. Description
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr "Để tìm chi tiết, xem tài liệu Đọc Đi « /usr/share/doc/wireshark-common/README.Debian »."
+
+#: ../templates:2001
+#. Type: boolean
+#. Description
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Bật tính năng này có thể rủi ro bảo mật thì nó bị tắt theo mặc định. Chưa "
+"chắc nên để lại bị tắt."
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08886..0000000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index 57a7586e4b..0000000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.3-
diff --git a/debian/rules b/debian/rules
index 0c122feb17..77c8e774e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,130 +1,60 @@
#!/usr/bin/make -f
-# Made with the aid of dh_make, by Craig Small
+# Originally made with the aid of dh_make, by Craig Small
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
# Some lines taken from debmake, by Cristoph Lameter.
+# Rewritten to use dh, by Balint Reczey
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
-DB2MAN=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-.*/\1/p')
+export docdir = /usr/share/doc/wireshark-doc
+%:
+ dh $@ --with python2 --buildsystem cmake # --parallel
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+override_dh_auto_configure:
+ dh_auto_configure -- -DENABLE_GUIDES=ON -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
+ -DENABLE_QT5=OFF
-PYTHON_VERSION=python2.4
-
-CFLAGS=-g -O2
-
-# Enable IEEE-conformant floating point math on alphas (not the default)
-ifeq (alpha-linux,$(DEB_HOST_GNU_TYPE))
- CFLAGS += -mieee
-endif
-
-CONFIGURE_FLAGS=--prefix=/usr --sysconfdir=/usr/share --datadir=/usr/share --libdir=/usr/lib/wireshark --disable-static --enable-warnings-as-errors=no --enable-setuid-install --with-plugins=/usr/lib/wireshark/plugins --with-lua=/usr/
-
-configure: configure-stamp
-configure-stamp: patch
- dh_testdir
-
- cp /usr/share/misc/config.guess /usr/share/misc/config.sub .
- libtoolize --force --copy
- -mkdir aclocal-missing
- ./autogen.sh
- CFLAGS="$(CFLAGS)" ./configure $(CONFIGURE_FLAGS)
-
- touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp
- $(MAKE)
+override_dh_auto_build:
+ dh_auto_build
+ # create menu icon
convert image/wsicon32.png image/wsicon32.xpm
- touch build-stamp
-
-patch: patch-stamp
-patch-stamp:
- dpatch apply-all
-
-
-clean: unpatch-stamp
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- [ ! -f Makefile ] || $(MAKE) distclean
- rm -f rdps wireshark.1 tshark.1 wireshark-filter.4
- rm -f conftest conftest.c
- rm -f config.guess config.sub config.log
- rm -f config.h.in config.h configure
-
- dh_clean
-
-unpatch: unpatch-stamp
-unpatch-stamp:
- dpatch deapply-all
- rm -rf patch-stamp debian/patched
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the files into debian/tmp
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- mkdir -p $(CURDIR)/debian/tmp/usr/share/applications/
- cp debian/wireshark.desktop $(CURDIR)/debian/tmp/usr/share/applications/
- cp tools/asn2deb tools/idl2deb tools/idl2wrs $(CURDIR)/debian/tmp/usr/bin/
- #cp debian/wireshark-root.desktop $(CURDIR)/debian/tmp/usr/share/applications/
- mkdir -p $(CURDIR)/debian/tmp/usr/share/pixmaps/
- cp image/hi48-app-wireshark.png $(CURDIR)/debian/tmp/usr/share/pixmaps/
- cp image/wsicon32.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
+ # fix links in documentation
+ sed -i "s|$(CURDIR)/docbook|..|" obj-*/docbook/ws*g_html_chunked/*
+
+override_dh_strip:
+ dh_strip --dbg-package=wireshark-dbg
+
+override_dh_auto_install:
+ dh_auto_install
+ rm -f debian/*.shlibs
+ rm -rf $(CURDIR)/debian/tmp/usr/share/wireshark/COPYING
+ cp debian/license-text-about-dialog $(CURDIR)/debian/tmp/usr/share/wireshark/ABOUT.GPL
+ # icons conforming to freedesktop.org standards
+ mkdir -p $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps/ \
+ $(CURDIR)/debian/tmp/usr/share/mime/packages/
+ install -m 644 image/wsicon.svg $(CURDIR)/debian/tmp/usr/share/icons/hicolor/scalable/apps/wireshark.svg
+ install -m 644 wireshark-mime-package.xml $(CURDIR)/debian/tmp/usr/share/mime/packages/wireshark.xml
+ # upstream uses qtshark for binary's name
+ mv $(CURDIR)/debian/tmp/usr/bin/qtshark $(CURDIR)/debian/tmp/usr/bin/wireshark-qt
mkdir -p $(CURDIR)/debian/tmp/etc/wireshark/
mv $(CURDIR)/debian/tmp/usr/share/wireshark/init.lua \
$(CURDIR)/debian/tmp/etc/wireshark/
ln -s /etc/wireshark/init.lua \
$(CURDIR)/debian/tmp/usr/share/wireshark/init.lua
- mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(PYTHON_VERSION)/site-packages/
- cp $(CURDIR)/tools/wireshark_be.py $(CURDIR)/tools/wireshark_gen.py \
- $(CURDIR)/debian/tmp/usr/lib/$(PYTHON_VERSION)/site-packages/
- mkdir -p $(CURDIR)/debian/tmp/usr/include/wireshark/
- for F in `cat debian/wireshark-dev.header-files`; do \
- cp --parents $$F $(CURDIR)/debian/tmp/usr/include/wireshark; \
- done
- -rm -rf $(CURDIR)/debian/tmp/usr/man
- mkdir -p $(CURDIR)/debian/tmp/usr/man
- dh_installman
- cp doc/asn2deb.1 doc/idl2deb.1 doc/idl2wrs.1 $(CURDIR)/debian/tmp/usr/man
- dh_movefiles
- dh_pysupport
- dh_installdocs
- dh_installmenu
- dh_installchangelogs NEWS
-
-# Build architecture-independent files here.
-binary-indep: install
-# We have nothing to do by default.
-
-check: install
+override_dh_install:
+ dh_install
# check all necessary headers are included
- gcc -c debian/headers-check.c `pkg-config --cflags glib-2.0` -Idebian/wireshark-dev/usr/include/ -Idebian/wireshark-dev/usr/include/wireshark/ -o /dev/null
-
-# Build architecture-dependent files here.
-binary-arch: install check
- dh_strip
- dh_compress
- dh_fixperms -Xdumpcap
-
- dh_installdeb
- LD_LIBRARY_PATH=/usr/lib/wireshark/:/usr/lib/libfakeroot/ dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+ $(CC) -c debian/headers-check.c `pkg-config --cflags glib-2.0` -Idebian/libwireshark-dev/usr/include -Idebian/libwireshark-dev/usr/include/wireshark -Idebian/libwiretap-dev/usr/include/wireshark -Idebian/libwsutil-dev/usr/include/wireshark -o /dev/null
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+override_dh_fixperms:
+ dh_fixperms
+ chmod 644 debian/wireshark-dev/usr/share/pyshared/wireshark_be.py \
+ debian/wireshark-dev/usr/share/pyshared/wireshark_gen.py
-binary: binary-indep binary-arch
-.PHONY: build clean install check binary-indep binary-arch binary
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000000..163aaf8d82
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/templates b/debian/templates
new file mode 100644
index 0000000000..5cbc112c09
--- /dev/null
+++ b/debian/templates
@@ -0,0 +1,23 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
+Template: wireshark-common/install-setuid
+Type: boolean
+Default: false
+_Description: Should non-superusers be able to capture packets?
+ Dumpcap can be installed in a way that allows members of the "wireshark"
+ system group to capture packets. This is recommended over the
+ alternative of running Wireshark/Tshark directly as root, because
+ less of the code will run with elevated privileges.
+ .
+ For more detailed information please see
+ /usr/share/doc/wireshark-common/README.Debian.
+ .
+ Enabling this feature may be a security risk, so it is disabled by
+ default. If in doubt, it is suggested to leave it disabled.
diff --git a/debian/tshark.docs b/debian/tshark.docs
new file mode 100644
index 0000000000..e174728f54
--- /dev/null
+++ b/debian/tshark.docs
@@ -0,0 +1 @@
+debian/README.Debian
diff --git a/debian/tshark.files b/debian/tshark.files
deleted file mode 100644
index 55064a16bc..0000000000
--- a/debian/tshark.files
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/tshark
diff --git a/debian/tshark.install b/debian/tshark.install
new file mode 100644
index 0000000000..9fe0330e06
--- /dev/null
+++ b/debian/tshark.install
@@ -0,0 +1 @@
+usr/bin/tshark
diff --git a/debian/tshark.manpages b/debian/tshark.manpages
index 843848fad1..83cc1abd40 100644
--- a/debian/tshark.manpages
+++ b/debian/tshark.manpages
@@ -1 +1 @@
-doc/tshark.1
+obj-*/tshark.1
diff --git a/debian/watch b/debian/watch
index 797904fdb5..150695d866 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://www.wireshark.org/download/src/all-versions/wireshark-(.*)\.tar\.gz
+http://www.wireshark.org/download/src/all-versions/wireshark-([0-9]+\.[0-9]*[24680]\.[0-9]+)\.tar\.bz2
diff --git a/debian/wireshark-common.config b/debian/wireshark-common.config
new file mode 100644
index 0000000000..c851405331
--- /dev/null
+++ b/debian/wireshark-common.config
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+db_input medium wireshark-common/install-setuid || true
+db_go
+
+exit 0
diff --git a/debian/wireshark-common.files b/debian/wireshark-common.files
deleted file mode 100644
index 1f8772cedd..0000000000
--- a/debian/wireshark-common.files
+++ /dev/null
@@ -1,16 +0,0 @@
-/usr/bin/dftest
-/usr/bin/dumpcap
-/usr/bin/capinfos
-/usr/bin/editcap
-/usr/bin/mergecap
-/usr/bin/randpkt
-/usr/bin/rawshark
-/usr/bin/reordercap
-/usr/bin/text2pcap
-/usr/lib/wireshark/libfiletap.so.*
-/usr/lib/wireshark/libwireshark.so.*
-/usr/lib/wireshark/libwiretap.so.*
-/usr/lib/wireshark/libwsutil.so.*
-/usr/lib/wireshark/plugins/*
-/usr/share/wireshark/*
-/etc/wireshark/init.lua
diff --git a/debian/wireshark-common.install b/debian/wireshark-common.install
new file mode 100644
index 0000000000..c50ec57aae
--- /dev/null
+++ b/debian/wireshark-common.install
@@ -0,0 +1,6 @@
+usr/bin/dumpcap
+usr/bin/rawshark
+usr/bin/capinfos
+usr/bin/editcap
+usr/bin/mergecap
+usr/bin/text2pcap
diff --git a/debian/wireshark-common.manpages b/debian/wireshark-common.manpages
index 946309cec8..70b63fe471 100644
--- a/debian/wireshark-common.manpages
+++ b/debian/wireshark-common.manpages
@@ -1,7 +1,7 @@
-doc/dumpcap.1
-doc/editcap.1
-doc/mergecap.1
-doc/text2pcap.1
-doc/wireshark-filter.4
-doc/capinfos.1
-doc/rawshark.1
+obj-*/editcap.1
+obj-*/mergecap.1
+obj-*/text2pcap.1
+obj-*/wireshark-filter.4
+obj-*/capinfos.1
+obj-*/dumpcap.1
+obj-*/rawshark.1
diff --git a/debian/wireshark-common.postinst b/debian/wireshark-common.postinst
new file mode 100644
index 0000000000..052fb536b8
--- /dev/null
+++ b/debian/wireshark-common.postinst
@@ -0,0 +1,40 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+PROGRAM=/usr/bin/dumpcap
+GROUP=wireshark
+
+if ! dpkg-statoverride --list $PROGRAM > /dev/null; then
+ db_get wireshark-common/install-setuid
+ if [ -e "$PROGRAM" ]; then
+ if [ "$RET" = "false" ] ; then
+ chown root:root $PROGRAM
+ chmod u=rwx,go=rx $PROGRAM
+ else
+ if ! addgroup --quiet --system $GROUP; then
+ echo "Executing \"addgroup --quiet --system $GROUP\" failed."
+ echo "Most probably the $GROUP group exists, but is not a system group."
+ echo "Please delete the existing group or re-create it as a system group and try configuring wireshark-common again."
+ exit 1
+ fi
+ chown root:$GROUP $PROGRAM
+ if which setcap > /dev/null ; then
+ chmod u=rwx,g=rx,o=r $PROGRAM
+ if ! setcap cap_net_raw,cap_net_admin=eip $PROGRAM; then
+ echo "Setting capabilities for dumpcap using Linux Capabilities failed."
+ echo "Falling back to setting set-user-id bit."
+ chmod u=rwxs,g=rx,o=r $PROGRAM
+ fi
+ else
+ chmod u=rwxs,g=rx,o=r $PROGRAM
+ fi
+ fi
+ fi
+else
+ echo "Preserving owner and mode for $PROGRAM set by dpkg-statoverride:"
+ dpkg-statoverride --list $PROGRAM
+fi
+
+#DEBHELPER#
diff --git a/debian/wireshark-common.postrm b/debian/wireshark-common.postrm
new file mode 100644
index 0000000000..2ea52f74d8
--- /dev/null
+++ b/debian/wireshark-common.postrm
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+set -e
+
+GROUP=wireshark
+
+if [ "$1" = "purge" ] ; then
+ if getent group $GROUP >/dev/null; then
+ if [ -x /usr/sbin/delgroup ]; then
+ echo "Removing wireshark group..."
+ delgroup --system $GROUP || echo "Could not remove wireshark group."
+ fi
+ fi
+fi
+
+#DEBHELPER#
diff --git a/debian/wireshark-common.shlibs b/debian/wireshark-common.shlibs
deleted file mode 100644
index 1dbe772782..0000000000
--- a/debian/wireshark-common.shlibs
+++ /dev/null
@@ -1,4 +0,0 @@
-libfiletap 0 wireshark-common
-libwireshark 0 wireshark-common
-libwiretap 0 wireshark-common
-libwsutil 0 wireshark-common
diff --git a/debian/wireshark-dev.docs b/debian/wireshark-dev.docs
index 6e5aa55a50..223c20bba2 100644
--- a/debian/wireshark-dev.docs
+++ b/debian/wireshark-dev.docs
@@ -1,14 +1,5 @@
-doc/README.capture
doc/README.design
doc/README.developer
-doc/README.display_filter
doc/README.idl2wrs
-doc/README.malloc
-doc/README.packaging
doc/README.plugins
-doc/README.regression
-doc/README.request_response_tracking
-doc/README.stats_tree
-doc/README.tapping
-doc/README.wmem
doc/README.xml-output
diff --git a/debian/wireshark-dev.files b/debian/wireshark-dev.files
deleted file mode 100644
index 7635016089..0000000000
--- a/debian/wireshark-dev.files
+++ /dev/null
@@ -1,13 +0,0 @@
-/usr/bin/asn2deb
-/usr/bin/idl2deb
-/usr/bin/idl2wrs
-/usr/lib/wireshark/libfiletap.so
-/usr/lib/wireshark/libfiletap.la
-/usr/lib/wireshark/libwireshark.so
-/usr/lib/wireshark/libwireshark.la
-/usr/lib/wireshark/libwiretap.so
-/usr/lib/wireshark/libwiretap.la
-/usr/lib/wireshark/libwsutil.so
-/usr/lib/wireshark/libwsutil.la
-/usr/lib/python2.3/*
-/usr/include/wireshark/*
diff --git a/debian/wireshark-dev.header-files b/debian/wireshark-dev.header-files
deleted file mode 100644
index 158a3ae0e3..0000000000
--- a/debian/wireshark-dev.header-files
+++ /dev/null
@@ -1,12 +0,0 @@
-color.h
-config.h
-register.h
-ws_symbol_export.h
-epan/*.h
-epan/crypt/*.h
-epan/dfilter/*.h
-epan/dissectors/*.h
-epan/ftypes/*.h
-epan/wmem/*.h
-wiretap/*.h
-wsutil/*.h
diff --git a/debian/wireshark-dev.install b/debian/wireshark-dev.install
new file mode 100644
index 0000000000..145c8d0b79
--- /dev/null
+++ b/debian/wireshark-dev.install
@@ -0,0 +1,6 @@
+tools/idl2wrs usr/bin
+tools/idl2deb usr/bin
+tools/asn2deb usr/bin
+tools/wireshark_be.py usr/share/pyshared
+tools/wireshark_gen.py usr/share/pyshared
+tools/asn2wrs.py usr/share/pyshared
diff --git a/debian/wireshark-dev.manpages b/debian/wireshark-dev.manpages
index 1737947d30..f284a8f0f6 100644
--- a/debian/wireshark-dev.manpages
+++ b/debian/wireshark-dev.manpages
@@ -1,3 +1,3 @@
-doc/asn2deb.1
-doc/idl2deb.1
-doc/idl2wrs.1
+obj-*/idl2wrs.1
+obj-*/idl2deb.1
+obj-*/asn2deb.1
diff --git a/debian/wireshark-dev.prerm b/debian/wireshark-dev.prerm
index 5a07967065..8614658c8f 100644
--- a/debian/wireshark-dev.prerm
+++ b/debian/wireshark-dev.prerm
@@ -1,10 +1,12 @@
-#! /bin/bash -e
+#! /bin/bash
#
# Debian prerm script for Python x.y hierarchical modules
# Written by Gregor Hoffleit <flight@debian.org>
# Extended by Matthias Klose <doko@debian.org>
#
+set -e
+
PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
dpkg --listfiles $PACKAGE |
diff --git a/debian/wireshark-doc.docs b/debian/wireshark-doc.docs
new file mode 100644
index 0000000000..cbc92b1171
--- /dev/null
+++ b/debian/wireshark-doc.docs
@@ -0,0 +1,4 @@
+obj-*/docbook/wsdg_html_chunked
+obj-*/docbook/wsug_html_chunked
+docbook/wsdg_graphics
+docbook/wsug_graphics
diff --git a/debian/wireshark-qt.docs b/debian/wireshark-qt.docs
new file mode 100644
index 0000000000..e174728f54
--- /dev/null
+++ b/debian/wireshark-qt.docs
@@ -0,0 +1 @@
+debian/README.Debian
diff --git a/debian/wireshark-qt.install b/debian/wireshark-qt.install
new file mode 100644
index 0000000000..39ef302505
--- /dev/null
+++ b/debian/wireshark-qt.install
@@ -0,0 +1 @@
+usr/bin/wireshark-qt \ No newline at end of file
diff --git a/debian/wireshark-root.desktop b/debian/wireshark-root.desktop
deleted file mode 100644
index a94bbad2c6..0000000000
--- a/debian/wireshark-root.desktop
+++ /dev/null
@@ -1,75 +0,0 @@
-[Desktop Entry]
-# The format of this file is specified at
-# http://freedesktop.org/Standards/desktop-entry-spec
-# The entries are in the order they are listed in version 1.0
-Type=Application
-Version=1.0
-Name=Wireshark (as root)
-GenericName=Network Analyzer
-GenericName[af]=Netwerk Analiseerder
-GenericName[az]=Şəbəkə Analiz Proqramı
-GenericName[bg]=Анализатор на мрежови трафик
-GenericName[bs]=Mrežni analizer
-GenericName[ca]=Analitzador de xarxa
-GenericName[cs]=Analyzátor sítě
-GenericName[da]=Netværksanalyse
-GenericName[de]=Programm für die Netzwerk-Analyse
-GenericName[el]=Αναλυτής Δικτύων
-GenericName[en_GB]=Network Analyser
-GenericName[eo]=Retanalizilo
-GenericName[es]=Analizador de redes
-GenericName[et]=Võrguliikluse analüsaator
-GenericName[eu]=Sare ikerketaria
-GenericName[fa]=تحلیل‌گر شبکه
-GenericName[fi]=Verkkoanalysaattori
-GenericName[fr]=Analyseur réseau
-GenericName[he]=מאבחן רשת
-GenericName[hr]=Program za analiziranje mreža
-GenericName[hu]=hálózatanalizáló
-GenericName[id]=Analisis jaringan
-GenericName[is]=Netskoðunartól
-GenericName[it]=Analizzatore di rete
-GenericName[ja]=ネットワークアナライザ
-GenericName[ko]=네트웍 분석기
-GenericName[lo]=ເຄື່ອງມືວິເຄາະເຄືອຂ່າຍ
-GenericName[lt]=Tinklo analizatorius
-GenericName[lv]=Tīkla Analizators
-GenericName[mk]=Анализатор на мрежи
-GenericName[mn]=Сүлжээ-шинжлэлийн програм
-GenericName[mt]=Analizzatur tan-network
-GenericName[nb]=Nettverksanalysator
-GenericName[nl]=netwerkanalyseprogramma
-GenericName[nn]=Nettverksanalysator
-GenericName[nso]=Moahlaahli wa Kgokagano
-GenericName[pl]=Analizator sieci
-GenericName[pt]=Analisador de Redes
-GenericName[pt_BR]=Analisador de rede
-GenericName[ro]=Analizor de reţea
-GenericName[ru]=Анализатор сетевого трафика
-GenericName[se]=Fierbmeanalysa
-GenericName[sk]=Analyzátor siete
-GenericName[sl]=Analizator omrežij
-GenericName[sr]=Analizatror mreže
-GenericName[ss]=Sihlatiyi seluchungechunge
-GenericName[sv]=Nätverksanalyserare
-GenericName[ta]=Å¨Ä ¬öÅ¡Ç÷
-GenericName[th]=เครื่องมือวิเคราะห์เครือข่าย
-GenericName[tr]=Ağ Analiz Programı
-GenericName[uk]=Аналізатор мережі
-GenericName[ven]=Musengulusi wa Vhukwamani
-GenericName[vi]=Trình phân tích mạng
-GenericName[xh]=Umcukucezi Womsebenzi womnatha
-GenericName[zh_CN]=网络分析程序
-GenericName[zh_TW]=網路分析程式
-GenericName[zu]=Umhloli Woxhumano olusakazekile
-Comment=Network traffic analyzer
-Comment[fi]=Verkkoliikenne analysaattori
-Comment[fr]=Analyseur de trafic réseau
-Comment[sv]=Nätverkstrafikanalysator
-Icon=hi48-app-wireshark.png
-TryExec=su-to-root
-Exec=su-to-root -X -c /usr/bin/wireshark
-Terminal=false
-# Categorie entry according to version 1.0 of
-# http://www.freedesktop.org/wiki/Specifications/menu-spec
-Categories=System;Monitor;GTK;
diff --git a/debian/wireshark.desktop b/debian/wireshark.desktop
deleted file mode 100644
index 189aee0176..0000000000
--- a/debian/wireshark.desktop
+++ /dev/null
@@ -1,73 +0,0 @@
-[Desktop Entry]
-# http://freedesktop.org/Standards/desktop-entry-spec
-# The entries are in the order they are listed in version 1.0
-Type=Application
-Version=1.0
-Name=Wireshark
-GenericName=Network Analyzer
-GenericName[af]=Netwerk Analiseerder
-GenericName[az]=Şəbəkə Analiz Proqramı
-GenericName[bg]=Анализатор на мрежови трафик
-GenericName[bs]=Mrežni analizer
-GenericName[ca]=Analitzador de xarxa
-GenericName[cs]=Analyzátor sítě
-GenericName[da]=Netværksanalyse
-GenericName[de]=Programm für die Netzwerk-Analyse
-GenericName[el]=Αναλυτής Δικτύων
-GenericName[en_GB]=Network Analyser
-GenericName[eo]=Retanalizilo
-GenericName[es]=Analizador de redes
-GenericName[et]=Võrguliikluse analüsaator
-GenericName[eu]=Sare ikerketaria
-GenericName[fa]=تحلیل‌گر شبکه
-GenericName[fi]=Verkkoanalysaattori
-GenericName[fr]=Analyseur réseau
-GenericName[he]=מאבחן רשת
-GenericName[hr]=Program za analiziranje mreža
-GenericName[hu]=hálózatanalizáló
-GenericName[id]=Analisis jaringan
-GenericName[is]=Netskoðunartól
-GenericName[it]=Analizzatore di rete
-GenericName[ja]=ネットワークアナライザ
-GenericName[ko]=네트웍 분석기
-GenericName[lo]=ເຄື່ອງມືວິເຄາະເຄືອຂ່າຍ
-GenericName[lt]=Tinklo analizatorius
-GenericName[lv]=Tīkla Analizators
-GenericName[mk]=Анализатор на мрежи
-GenericName[mn]=Сүлжээ-шинжлэлийн програм
-GenericName[mt]=Analizzatur tan-network
-GenericName[nb]=Nettverksanalysator
-GenericName[nl]=netwerkanalyseprogramma
-GenericName[nn]=Nettverksanalysator
-GenericName[nso]=Moahlaahli wa Kgokagano
-GenericName[pl]=Analizator sieci
-GenericName[pt]=Analisador de Redes
-GenericName[pt_BR]=Analisador de rede
-GenericName[ro]=Analizor de reţea
-GenericName[ru]=Анализатор сетевого трафика
-GenericName[se]=Fierbmeanalysa
-GenericName[sk]=Analyzátor siete
-GenericName[sl]=Analizator omrežij
-GenericName[sr]=Analizatror mreže
-GenericName[ss]=Sihlatiyi seluchungechunge
-GenericName[sv]=Nätverksanalyserare
-GenericName[ta]=Å¨Ä ¬öÅ¡Ç÷
-GenericName[th]=เครื่องมือวิเคราะห์เครือข่าย
-GenericName[tr]=Ağ Analiz Programı
-GenericName[uk]=Аналізатор мережі
-GenericName[ven]=Musengulusi wa Vhukwamani
-GenericName[vi]=Trình phân tích mạng
-GenericName[xh]=Umcukucezi Womsebenzi womnatha
-GenericName[zh_CN]=网络分析程序
-GenericName[zh_TW]=網路分析程式
-GenericName[zu]=Umhloli Woxhumano olusakazekile
-Comment=Network traffic analyzer
-Comment[fi]=Verkkoliikenne analysaattori
-Comment[fr]=Analyseur de trafic réseau
-Comment[sv]=Nätverkstrafikanalysator
-Icon=hi48-app-wireshark.png
-Exec=wireshark
-Terminal=false
-# Categorie entry according to version 1.0 of
-# http://www.freedesktop.org/wiki/Specifications/menu-spec
-Categories=System;Monitor;GTK;
diff --git a/debian/wireshark.docs b/debian/wireshark.docs
new file mode 100644
index 0000000000..e174728f54
--- /dev/null
+++ b/debian/wireshark.docs
@@ -0,0 +1 @@
+debian/README.Debian
diff --git a/debian/wireshark.files b/debian/wireshark.files
deleted file mode 100644
index 475aa845f8..0000000000
--- a/debian/wireshark.files
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/bin/wireshark
-/usr/share/applications/
-/usr/share/pixmaps/
diff --git a/debian/wireshark.install b/debian/wireshark.install
new file mode 100644
index 0000000000..b47eab9df5
--- /dev/null
+++ b/debian/wireshark.install
@@ -0,0 +1,5 @@
+usr/bin/wireshark
+wireshark.desktop usr/share/applications/
+image/wsicon32.xpm usr/share/pixmaps/
+usr/share/icons/
+usr/share/mime/packages/
diff --git a/debian/wireshark.manpages b/debian/wireshark.manpages
index cae98bf7fb..4c4e4b106e 100644
--- a/debian/wireshark.manpages
+++ b/debian/wireshark.manpages
@@ -1 +1 @@
-doc/wireshark.1
+obj-*/wireshark.1