aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian94
-rw-r--r--debian/README.Debian.security13
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control237
-rw-r--r--debian/copyright257
-rw-r--r--debian/dirs5
-rw-r--r--debian/ethereal-common.NEWS13
-rw-r--r--debian/headers-check.c16
-rw-r--r--debian/libwireshark-data.install3
-rw-r--r--debian/libwireshark-dev.install9
-rw-r--r--debian/libwireshark0.install3
-rw-r--r--debian/libwireshark0.lintian-overrides8
-rw-r--r--debian/libwireshark0.symbols2087
-rw-r--r--debian/libwiretap-dev.install2
-rw-r--r--debian/libwiretap0.docs1
-rw-r--r--debian/libwiretap0.install2
-rw-r--r--debian/libwiretap0.symbols184
-rw-r--r--debian/libwsutil-dev.install7
-rw-r--r--debian/libwsutil0.install1
-rw-r--r--debian/libwsutil0.symbols420
-rw-r--r--debian/license-text-about-dialog15
-rw-r--r--debian/maxmind_db_paths1
-rw-r--r--debian/patches/09_idl2wrs.patch48
-rw-r--r--debian/patches/16_licence_about_location.patch15
-rw-r--r--debian/patches/series2
-rw-r--r--debian/po/POTFILES.in1
-rw-r--r--debian/po/cs.po138
-rw-r--r--debian/po/da.po138
-rw-r--r--debian/po/de.po143
-rw-r--r--debian/po/es.po138
-rw-r--r--debian/po/eu.po139
-rw-r--r--debian/po/fi.po139
-rw-r--r--debian/po/fr.po140
-rw-r--r--debian/po/hu.po138
-rw-r--r--debian/po/id.po137
-rw-r--r--debian/po/it.po138
-rw-r--r--debian/po/ja.po137
-rw-r--r--debian/po/ko.po139
-rw-r--r--debian/po/nl.po138
-rw-r--r--debian/po/pt.po137
-rw-r--r--debian/po/pt_BR.po139
-rw-r--r--debian/po/ru.po139
-rw-r--r--debian/po/sk.po139
-rw-r--r--debian/po/sv.po139
-rw-r--r--debian/po/templates.pot137
-rw-r--r--debian/po/vi.po137
-rw-r--r--debian/postinst6
-rwxr-xr-xdebian/rules87
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/lintian-overrides2
-rw-r--r--debian/templates61
-rw-r--r--debian/tests/control5
-rw-r--r--debian/tests/frame-count.lua17
-rwxr-xr-xdebian/tests/gui9
-rwxr-xr-xdebian/tests/tshark8
-rw-r--r--debian/tshark.docs1
-rw-r--r--debian/tshark.install1
-rw-r--r--debian/tshark.lintian-overrides2
-rw-r--r--debian/tshark.manpages1
-rw-r--r--debian/wireshark-common.config10
-rw-r--r--debian/wireshark-common.install13
-rw-r--r--debian/wireshark-common.lintian-overrides2
-rw-r--r--debian/wireshark-common.manpages17
-rw-r--r--debian/wireshark-common.postinst43
-rw-r--r--debian/wireshark-common.postrm20
-rw-r--r--debian/wireshark-dev.docs5
-rw-r--r--debian/wireshark-dev.install8
-rw-r--r--debian/wireshark-dev.manpages3
-rw-r--r--debian/wireshark-dev.prerm17
-rw-r--r--debian/wireshark-doc.docs2
-rw-r--r--debian/wireshark-qt.docs1
-rw-r--r--debian/wireshark-qt.install2
-rw-r--r--debian/wireshark-qt.lintian-overrides2
-rw-r--r--debian/wireshark-qt.manpages1
75 files changed, 0 insertions, 6566 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index f52ffe65bd..0000000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,94 +0,0 @@
-
-I. Capturing packets with Wireshark/Tshark
-
- There are two ways of installing Wireshark/Tshark on Debian; the
- installation process may offer a choice between these two ways,
- asking "Should non-superuser be able to capture packets?"
-
- 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; it is selected by answering
- "<No>" to the question mentioned above.
-
- 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].
-
- This is selected by answering "<Yes>" to the question mentioned
- above.
-
- Note that no user will be added to group wireshark automatically;
- a system administrator has to add them manually, using the usermod
- command:
-
- sudo usermod -a -G wireshark {username}
-
- or, if you're using a desktop environment that includes a tool for
- managing users, such as the "Users and Groups" tool in GNOME (found
- in the gnome-system-tools package), using that tool. After a user
- is added to the wireshark group, she/he may need to log in again to
- make her/his new group membership take effect and be able to capture
- packets.
-
- The additional privileges are provided using the Linux Capabilities
- system where it is available and resorting 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 dumpcap as root.
-
- The installation method can be changed any time by running:
-
- sudo dpkg-reconfigure wireshark-common
-
- The question mentioned above will be asked; answer "<Yes>" to it.
-
-
-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] https://gitlab.com/wireshark/wireshark/-/wikis/Development/PrivilegeSeparation
- [2] https://gitlab.com/wireshark/wireshark/-/wikis/CaptureSetup/CapturePrivileges
- [3] https://blog.wireshark.org/2010/02/running-wireshark-as-you
- [4] https://gitlab.com/wireshark/wireshark/-/wikis/SNMP
- [5] https://wiki.debian.org/NonFreeIETFDocuments
- [6] https://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free
- [7] https://www.debian.org/doc/debian-policy/ch-archive.html#s-main
diff --git a/debian/README.Debian.security b/debian/README.Debian.security
deleted file mode 100644
index 64f116f153..0000000000
--- a/debian/README.Debian.security
+++ /dev/null
@@ -1,13 +0,0 @@
-
- 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/changelog b/debian/changelog
deleted file mode 100644
index 90afafd624..0000000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-wireshark (3.7.0) unstable; urgency=low
-
- * Self-made package
-
- -- Wireshark Self-made package <wireshark@example.com> Mon, 17 Oct 2016 12:05:44 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f72f0..0000000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
deleted file mode 100644
index b5605c0b25..0000000000
--- a/debian/control
+++ /dev/null
@@ -1,237 +0,0 @@
-Source: wireshark
-Section: net
-Priority: optional
-Maintainer: Balint Reczey <rbalint@ubuntu.com>
-Standards-Version: 3.9.8
-Build-Depends:
- qtbase5-dev, qtbase5-dev-tools, qttools5-dev, qttools5-dev-tools,
- qtmultimedia5-dev,
- libpcap0.8-dev, flex, libz-dev, debhelper (>= 12), po-debconf,
- python3, python3-ply, libc-ares-dev, xsltproc, dh-python,
- docbook-xsl (>= 1.64.1.0-0), docbook-xml, libxml2-utils, libpcre3-dev,
- libcap2-dev [linux-any] | libcap-dev (>= 2.17) [linux-any], lsb-release,
- quilt, libparse-yapp-perl,
-# libgnutls28-dev >= 3.2.14-1 is GPLv2+ compatible.
- libgnutls28-dev (>= 3.2.14-1~),
- libgcrypt-dev, libkrb5-dev, liblua5.2-dev, libsmi2-dev,
- libmaxminddb-dev, dpkg-dev (>= 1.16.1~), libsystemd-dev | libsystemd-journal-dev,
- libnl-genl-3-dev [linux-any], libnl-route-3-dev [linux-any], asciidoctor,
- cmake (>= 3.5) | cmake3, libsbc-dev, libnghttp2-dev, libssh-gcrypt-dev,
- liblz4-dev, libsnappy-dev, libzstd-dev, libspandsp-dev, libxml2-dev, libbrotli-dev,
- libspeexdsp-dev
-Build-Conflicts: libsnmp4.2-dev, libsnmp-dev
-Vcs-Git: https://salsa.debian.org/debian/wireshark -b debian/master
-Vcs-Browser: https://salsa.debian.org/debian/wireshark.git
-Homepage: https://www.wireshark.org/
-
-Package: wireshark-common
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libwireshark0 (>= ${binary:Version}),
- libwiretap0 (>= ${binary:Version}), debconf, libcap2-bin [linux-any]
-Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version})
-Breaks: wireshark (<< 2.0.0~),
- wireshark-gtk (<< 3.0.0),
- wireshark-qt (<< 2.0.0~rc3+g841d5e1)
-Replaces: wireshark (<< 2.0.0~),
- wireshark-qt (<< 2.0.0~rc3+g841d5e1)
-Description: network traffic analyzer - common files
- Wireshark is a network "sniffer" - a tool that captures and analyzes
- packets off the wire. Wireshark can decode too many protocols to list
- here.
- .
- This package provides files common to both wireshark and tshark
- (the console version).
-
-Package: wireshark
-Architecture: any
-Depends: wireshark-qt (= ${binary:Version}), ${misc:Depends}
-Description: network traffic analyzer - meta-package
- 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 is a meta-package for Wireshark.
-
-Package: wireshark-qt
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version}),
- libqt5svg5
-Recommends: libqt5multimedia5-plugins
-Replaces: wireshark (<< 2.0.0~), wireshark-gtk (<< 3.0.0~)
-Breaks: wireshark (<< 2.0.0~), wireshark-gtk (<< 3.0.0~)
-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 the Qt version of Wireshark.
-
-Package: tshark
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version})
-Description: network traffic analyzer - console version
- Wireshark is a network "sniffer" - a tool that captures and analyzes
- packets off the wire. Wireshark can decode too many protocols to list
- here.
- .
- This package provides the console version of wireshark, named
- "tshark".
-
-Package: wireshark-dev
-Architecture: any
-Section: devel
-Depends: ${misc:Depends}, omniidl (>= 4.0.1-2), libpcap0.8-dev,
- libglib2.0-dev, python3:any, python3-ply, snacc,
- libwireshark-dev, libwiretap-dev
-Description: network traffic analyzer - development tools
- Wireshark is a network "sniffer" - a tool that captures and analyzes
- packets off the wire. Wireshark can decode too many protocols to list
- here.
- .
- This package provides idl2wrs and other files necessary for developing
- new packet dissectors.
-
-Package: wireshark-dbg
-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
-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})
-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}
-Description: network packet dissection utilities library -- shared library
- The libwsutil library provides utility functions for libwireshark0.
-
-Package: libwsutil-dev
-Section: libdevel
-Architecture: any
-Depends: ${misc:Depends} , libwsutil0 (= ${binary:Version})
-Description: network packet dissection utilities library -- development files
- The libwsutil library provides utility functions for libwireshark6.
- .
- 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}
-#Recommends: geoip-database-contrib # Only includes legacy?
-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, libwiretap-dev,
- libwireshark0 (= ${binary:Version})
-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}
-Description: network packet capture library -- shared library
- Wiretap, part of the Wireshark project, is a library that allows one to
- read and write several packet capture file formats.
- .
- Supported formats are:
- * Libpcap
- * Sniffer
- * LANalyzer
- * Network Monitor
- * "snoop"
- * "iptrace"
- * Sniffer Basic (NetXRay)/Windows Sniffer Pro
- * RADCOM WAN/LAN Analyzers
- * Lucent/Ascend access products
- * HP-UX nettl
- * Toshiba ISDN Router
- * ISDN4BSD "i4btrace" utility
- * Cisco Secure Intrusion Detection System iplogging facility
- * pppd logs (pppdump-format files)
- * VMS TCPTRACE
- * DBS Etherwatch (text format)
- * Catapult DCT2000 (.out files)
- .
- Wiretap's shortcomings are: no filter capability and no support for packet
- capture.
-
-Package: libwiretap-dev
-Section: libdevel
-Depends: ${misc:Depends}, libwiretap0 (= ${binary:Version})
-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 Intrusion Detection System iplogging facility
- * pppd logs (pppdump-format files)
- * VMS TCPTRACE
- * DBS Etherwatch (text format)
- * Catapult DCT2000 (.out files)
- .
- Wiretap's shortcomings are: no filter capability and no support for packet
- capture.
- .
- This package contains the static library and the C header files.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 2c960ba6ef..0000000000
--- a/debian/copyright
+++ /dev/null
@@ -1,257 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Wireshark
-Source: https://www.wireshark.org/
-Files-Excluded: debian
-
-Files: *
-Copyright: Gerald Combs <gerald@wireshark.org> and contributors
-Comment: Wireshark and the "fin" logo are trademarks of Gerald Combs.
-License: GPL-2+
-
-Files: debian/*
-Copyright: 1998-2008 Frederic Peters <fpeters@debian.org>
- 2005-2009 Joost Yervante Damad <andete@debian.org>
- 2009-2017 Balint Reczey <balint@balintreczey.hu>
- 2017- Balint Reczey <balint.reczey@canonical.com>
-License: GPL-2+
-
-Files: wsutil/g711.c:
-Copyright: Sun Microsystems, Inc.
-License: public-domain
- This source code is a product of Sun Microsystems, Inc. and is provided
- for unrestricted use. Users may copy or modify this source code without
- charge.
- .
- SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
- THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
- PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
- .
- Sun source code is provided with no support and without any obligation on
- the part of Sun Microsystems, Inc. to assist in its use, correction,
- modification or enhancement.
- .
- SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
- INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
- OR ANY PART THEREOF.
- .
- In no event will Sun Microsystems, Inc. be liable for any lost revenue
- or profits or other special, indirect and consequential damages, even if
- Sun has been advised of the possibility of such damages.
- .
- Sun Microsystems, Inc.
- 2550 Garcia Avenue
- Mountain View, California 94043
-
-Files: wsutil/strptime.c
-Copyright: 1991, 1992, 1996, 1998 Free Software Foundation, Inc.
-Comment: Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996
-License: LGPL-2+
-
-Files: tools/lemon/lempar.c
-Copyright: 1991-1995 by D. Richard Hipp.
-License: LGPL-2+
-
-Files: epan/except.c
-Copyright: 1999 Kaz Kylheku <kaz@ashi.footprints.net>
-License: FSL-Kaz
- Free Software License:
- .
- All rights are reserved by the author, with the following exceptions:
- Permission is granted to freely reproduce and distribute this software,
- possibly in exchange for a fee, provided that this copyright notice appears
- intact. Permission is also granted to adapt this software to produce
- derivative works, as long as the modified versions carry this copyright
- notice and additional notices stating that the work has been modified.
- This source code may be translated into executable form and incorporated
- into proprietary software; there is no requirement for such software to
- contain a copyright notice related to this source.
-
-Files: epan/in_cksum.c
-Copyright: 1988, 1992, 1993 The Regents of the University of California.
-License: BSD-3-clause
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-Files: epan/dissectors/packet-enc.c
- epan/dissectors/packet-etherip.c
- epan/dissectors/packet-ipsec-udp.c
-Copyright: 2003 Markus Friedl
-License: BSD-2-clause
-
-Files: epan/dissectors/packet-pflog.c
-Copyright: 2001 Mike Frantzen
-License: BSD-2-clause-no-conditions
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- - Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
- BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
-Files: wiretap/erf.c
- wiretap/erf.h
-Copyright: 2003 Endace Technology Ltd, Hamilton, New Zealand.
-License: BSD-3-clause-Endance
- This software and documentation has been developed by Endace Technology Ltd.
- along with the DAG PCI network capture cards. For further information please
- visit https://www.endace.com/.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- .
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- .
- 3. The name of Endace Technology Ltd may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
- .
- THIS SOFTWARE IS PROVIDED BY ENDACE TECHNOLOGY LTD ``AS IS'' AND ANY EXPRESS
- OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
- EVENT SHALL ENDACE TECHNOLOGY LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
-Files: wiretap/i4b_trace.h
-Copyright: 1997, 1999 Hellmuth Michaelis
-License: BSD-2-clause
-
-Files: epan/dissectors/pidl/rfr/rfr.idl
- epan/dissectors/pidl/mapi/mapi.idl
-Copyright: 2008 Julien Kerihuel, OpenChange Project
-Comment: 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
-License: GPL-3+
-
-Files: tools/pidl/idl.yp
-Copyright: Andrew Tridgell <tridge@samba.org>
-License: GPL-3+
-
-License: BSD-2-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
-
-License: GPL-2+
- 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; version 2 dated June, 1991, or (at
- your option) any later version.
- .
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL-2'.
-
-License: GPL-3+
- 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 <https://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the
- GNU General Public License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
-
-License: ISC
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- .
- THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
- ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
- CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
- ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- SOFTWARE.
-
-License: LGPL-2+
- Copyright (C) 1991, 1992, 1996, 1998 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
- .
- The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
- .
- The GNU C Library 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
- Library General Public License for more details.
- .
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301, USA.
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 33ab0f04db..0000000000
--- a/debian/dirs
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 7f51a500fa..0000000000
--- a/debian/ethereal-common.NEWS
+++ /dev/null
@@ -1,13 +0,0 @@
-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 https://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
deleted file mode 100644
index 9ed391a19d..0000000000
--- a/debian/headers-check.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* 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
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- */
-
-#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
deleted file mode 100644
index b717c62e2a..0000000000
--- a/debian/libwireshark-data.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/share/wireshark/*
-etc/wireshark/init.lua
-debian/maxmind_db_paths /usr/share/wireshark
diff --git a/debian/libwireshark-dev.install b/debian/libwireshark-dev.install
deleted file mode 100644
index 28be0f59b2..0000000000
--- a/debian/libwireshark-dev.install
+++ /dev/null
@@ -1,9 +0,0 @@
-usr/lib/*/libwireshark.so
-usr/lib/*/pkgconfig/wireshark.pc
-epan/register.h usr/include/wireshark
-epan/stat_groups.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
diff --git a/debian/libwireshark0.install b/debian/libwireshark0.install
deleted file mode 100644
index b31df7d9f2..0000000000
--- a/debian/libwireshark0.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/*/libwireshark.so.*
-usr/lib/*/wireshark/plugins/*/codecs/*.so
-usr/lib/*/wireshark/plugins/*/epan/*.so
diff --git a/debian/libwireshark0.lintian-overrides b/debian/libwireshark0.lintian-overrides
deleted file mode 100644
index ddf6a38de4..0000000000
--- a/debian/libwireshark0.lintian-overrides
+++ /dev/null
@@ -1,8 +0,0 @@
-# from file-elf.c
-libwireshark0: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libwireshark.so.0.0.0 Synopsys Synopsis
-
-# Typo directly on IANA enterprise-numbers (epan/enterprise-numbers)
-
-libwireshark0: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libwireshark.so.0.0.0 Nam Name
-libwireshark0: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libwireshark.so.0.0.0 Informations Information
-libwireshark0: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libwireshark.so.0.0.0 Dont Don't
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
deleted file mode 100644
index 7470df9f3e..0000000000
--- a/debian/libwireshark0.symbols
+++ /dev/null
@@ -1,2087 +0,0 @@
-libwireshark.so.0 libwireshark0 #MINVER#
- AdmissionRejectReason_vals@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
- Dot11DecryptDestroyContext@Base 2.5.0
- Dot11DecryptInitContext@Base 2.5.0
- 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_val64_to_str_ext_init@Base 2.9.0
- _try_val_to_str_ext_init@Base 1.9.1
- abs_time_secs_to_str@Base 1.99.0
- abs_time_to_str@Base 1.99.0
- add_conversation_table_data@Base 2.5.0
- add_conversation_table_data_with_conv_id@Base 2.5.0
- add_hostlist_table_data@Base 2.5.0
- 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
- add_srt_table_data@Base 1.99.8
- address_to_bytes@Base 2.1.1
- address_to_display@Base 1.99.2
- address_to_name@Base 2.1.0
- address_to_str@Base 1.12.0~rc1
- address_with_resolution_to_str@Base 1.99.3
- address_to_str_buf@Base 1.9.1
- address_type_dissector_register@Base 2.0.0
- address_type_get_by_name@Base 2.1.0
- addresses_ports_reassembly_table_functions@Base 1.9.1
- addresses_reassembly_table_functions@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_foreach@Base 1.9.1
- bluetooth_company_id_vals_ext@Base 1.99.6
- bluetooth_gatt_has_no_parameter@Base 2.1.0
- bluetooth_uuid_vals@Base 1.99.2
- bluetooth_uuid_vals_ext@Base 1.99.2
- bluetooth_uuids@Base 2.1.0
- bp_block_canonical_new@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_block_primary_free@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_block_primary_new@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_bundle_free@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_bundle_ident_equal@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_bundle_ident_free@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_bundle_ident_hash@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_bundle_ident_new@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_bundle_new@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_creation_ts_compare@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_creation_ts_free@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_eid_equal@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_eid_free@Base 3.5.1rc0-3265-gb0c69d7db316
- bp_eid_new@Base 3.5.1rc0-3265-gb0c69d7db316
- bpsec_id_equal@Base 3.5.1rc0-3265-gb0c69d7db316
- bpsec_id_free@Base 3.5.1rc0-3265-gb0c69d7db316
- bpsec_id_hash@Base 3.5.1rc0-3265-gb0c69d7db316
- bpsec_id_new@Base 3.5.1rc0-3265-gb0c69d7db316
- bssgp_cause_vals_ext@Base 1.9.1
- bthci_cmd_authentication_enable_values@Base 2.1.2
- bthci_cmd_encrypt_mode_vals@Base 2.1.2
- bthci_cmd_inq_modes@Base 2.1.2
- bthci_cmd_scan_enable_values@Base 2.1.2
- bthci_evt_hci_version@Base 1.99.6
- bthci_evt_lmp_version@Base 1.99.6
- build_column_format_array@Base 1.9.1
- byte_array_dup@Base 1.9.1
- byte_array_equal@Base 1.9.1
- bytesprefix_to_str@Base 2.3.0
- bytesval_to_str@Base 2.3.0
- call_ber_oid_callback@Base 1.9.1
- call_capture_dissector@Base 2.3.0
- call_data_dissector@Base 2.1.0
- 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
- call_per_oid_callback@Base 1.99.1
- camelSRTtype_naming@Base 1.9.1
- camel_opr_code_strings@Base 1.9.1
- capture_dissector_add_uint@Base 2.3.0
- capture_dissector_get_count@Base 2.1.0
- capture_dissector_increment_count@Base 2.1.0
- chunk_type_values@Base 2.1.0
- col_add_fstr@Base 1.9.1
- col_add_lstr@Base 1.12.0~rc1
- col_add_str@Base 1.9.1
- col_append_frame_number@Base 2.5.1
- col_append_fstr@Base 1.9.1
- col_append_lstr@Base 1.99.0
- col_append_ports@Base 2.1.0
- col_append_sep_fstr@Base 1.9.1
- col_append_sep_str@Base 1.9.1
- col_append_str@Base 1.9.1
- col_append_str_uint@Base 2.0.0
- 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_data_changed@Base 2.5.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_finalize@Base 2.5.0
- col_format_desc@Base 1.9.1
- col_format_to_string@Base 1.9.1
- col_get_text@Base 2.0.0
- 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
- color_filter_delete@Base 2.1.0
- color_filter_list_delete@Base 2.1.0
- color_filter_new@Base 2.1.0
- color_filters_apply@Base 2.1.0
- color_filters_cleanup@Base 2.1.0
- color_filters_clone@Base 2.1.0
- color_filters_colorize_packet@Base 2.1.0
- color_filters_export@Base 2.1.0
- color_filters_get_tmp@Base 3.3.0
- color_filters_import@Base 2.1.0
- color_filters_init@Base 2.1.0
- color_filters_prime_edt@Base 2.1.0
- color_filters_read_globals@Base 2.1.0
- color_filters_reload@Base 2.1.0
- color_filters_reset_tmp@Base 2.1.0
- color_filters_set_tmp@Base 2.1.0
- color_filters_tmp_color@Base 2.1.0
- color_filters_used@Base 2.1.0
- color_filters_write@Base 2.1.0
- column_dump_column_formats@Base 1.12.0~rc1
- conv_filter_list@Base 2.0.0
- conversation_add_proto_data@Base 1.9.1
- conversation_create_endpoint@Base 2.5.0
- conversation_create_endpoint_by_id@Base 2.5.0
- conversation_delete_proto_data@Base 1.9.1
- conversation_filter_from_packet@Base 2.2.8
- conversation_get_dissector@Base 2.0.0
- conversation_get_endpoint_by_id@Base 2.5.0
- conversation_get_html_hash@Base 2.5.0
- conversation_get_proto_data@Base 1.9.1
- conversation_hash_exact@Base 2.5.0
- conversation_key_addr1@Base 2.5.0
- conversation_key_addr2@Base 2.5.0
- conversation_key_port1@Base 2.5.0
- conversation_key_port2@Base 2.5.0
- conversation_new@Base 1.9.1
- conversation_new_by_id@Base 2.5.0
- conversation_pt_to_endpoint_type@Base 2.5.0
- conversation_set_dissector@Base 1.9.1
- conversation_set_dissector_from_frame_number@Base 2.0.0
- conversation_set_port2@Base 2.6.3
- conversation_set_addr2@Base 2.6.3
- conversation_table_get_num@Base 1.99.0
- conversation_table_iterate_tables@Base 1.99.0
- conversation_table_set_gui_info@Base 1.99.0
- convert_string_case@Base 1.9.1
- convert_string_to_hex@Base 1.9.1
- crc16_0x3D65_tvb_offset_seed@Base 1.99.0
- 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_iso14443a_tvb_offset@Base 2.1.0
- crc16_plain_tvb_offset@Base 1.9.1
- crc16_plain_tvb_offset_seed@Base 1.9.1
- crc16_r3_ccitt_tvb@Base 1.99.3
- crc16_usb_tvb_offset@Base 3.1.0
- 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
- crc32c_tvb_offset_calculate@Base 1.99.0
- crc6_compute_tvb@Base 1.99.0
- create_capture_dissector_handle@Base 2.3.0
- create_dissector_handle@Base 2.1.0
- create_dissector_handle_with_name@Base 2.1.0
- dcerpc_get_proto_hf_opnum@Base 2.1.0
- 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_bits_in_field@Base 1.9.1
- decode_build_reset_list@Base 2.3.0
- decode_cleanup@Base 3.3.0
- decode_clear_all@Base 2.3.0
- decode_dcerpc_add_show_list@Base 1.12.0~rc1
- decode_dcerpc_reset_all@Base 1.12.0~rc1
- decode_tcp_ports@Base 1.99.0
- decode_udp_ports@Base 1.99.0
- decode_zcl_time_in_100ms@Base 2.5.2
- decode_zcl_time_in_minutes@Base 2.5.2
- decode_zcl_time_in_seconds@Base 2.5.2
- delete_itu_tcap_subdissector@Base 1.9.1
- deregister_depend_dissector@Base 2.1.0
- 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_free@Base 1.9.1
- dfilter_macro_build_ftv_cache@Base 1.9.1
- dfilter_macro_get_uat@Base 1.9.1
- disable_name_resolution@Base 1.99.9
- 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_a21_ie_common@Base 1.99.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_octet_string_with_encoding@Base 3.0.3
- dissect_ber_real@Base 1.99.2
- 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_char@Base 2.3.0
- 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_UUID@Base 1.99.8
- dissect_dcom_VARIANT@Base 1.9.1
- dissect_dcom_VARTYPE@Base 1.9.1
- dissect_dcom_append_UUID@Base 1.99.8
- 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_e164_msisdn@Base 1.99.0
- dissect_e212_imsi@Base 1.99.0
- dissect_e212_mcc_mnc@Base 1.9.1
- dissect_e212_mcc_mnc_in_address@Base 1.9.1
- dissect_e212_mcc_mnc_in_utf8_address@Base 2.3.0
- dissect_e212_utf8_imsi@Base 1.99.0
- 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_http2_settings_ext@Base 3.5.0
- dissect_isup_called_party_number_parameter@Base 1.9.1
- dissect_isup_calling_geodetic_location_parameter@Base 3.1.0
- 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_float@Base 1.99.8
- dissect_ndr_nt_NTTIME@Base 1.99.8
- dissect_ndr_time_t@Base 1.99.8
- 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_uint64@Base 1.99.8
- 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_64bit_time_ex@Base 1.99.0
- dissect_nt_64bit_time_opt@Base 1.99.1
- dissect_nt_sid@Base 1.9.1
- dissect_oer_IA5String@Base 3.1.0
- dissect_oer_bit_string@Base 2.9.0
- dissect_oer_boolean@Base 3.1.0
- dissect_oer_choice@Base 2.9.0
- dissect_oer_constrained_integer@Base 2.9.0
- dissect_oer_constrained_integer_64b@Base 2.9.0
- dissect_oer_constrained_integer_64b_no_ub@Base 2.9.0
- dissect_oer_constrained_sequence_of@Base 2.9.0
- dissect_oer_enumerated@Base 2.9.0
- dissect_oer_integer@Base 2.9.0
- dissect_oer_null@Base 2.9.0
- dissect_oer_octet_string@Base 2.9.0
- dissect_oer_sequence@Base 2.9.0
- dissect_oer_sequence_of@Base 2.9.0
- 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_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_not_decoded_yet@Base 1.99.2
- 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_new@Base 1.9.1
- dissect_per_open_type@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_Address@Base 2.5.0
- dissect_q932_PartyNumber@Base 1.9.1
- dissect_q932_PartySubaddress@Base 1.9.1
- dissect_q932_PresentationAllowedIndicator@Base 2.5.0
- dissect_q932_PresentedAddressScreened@Base 2.5.0
- dissect_q932_PresentedAddressUnscreened@Base 2.5.0
- dissect_q932_PresentedNumberScreened@Base 1.9.1
- dissect_q932_PresentedNumberUnscreened@Base 1.9.1
- dissect_q932_ScreeningIndicator@Base 2.5.0
- dissect_qsig_Extension@Base 2.5.0
- dissect_qsig_PSS1InformationElement@Base 2.5.0
- 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_auth@Base 1.99.8
- 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_rpc_unknown@Base 1.99.8
- dissect_rpc_void@Base 1.99.8
- dissect_rtp_shim_header@Base 2.9.1
- dissect_tcp_payload@Base 1.99.0
- dissect_thrift_t_bool@Base 3.5.0
- dissect_thrift_t_i8@Base 3.5.0
- dissect_thrift_t_i16@Base 3.5.0
- dissect_thrift_t_i32@Base 2.5.0
- dissect_thrift_t_i64@Base 2.5.1
- dissect_thrift_t_double@Base 3.5.0
- dissect_thrift_t_binary@Base 3.5.0
- dissect_thrift_t_list@Base 3.5.0
- dissect_thrift_t_map@Base 3.5.0
- dissect_thrift_t_set@Base 3.5.0
- dissect_thrift_t_string@Base 3.5.0
- dissect_thrift_t_string_enc@Base 3.5.0
- dissect_thrift_t_stop@Base 2.5.0
- dissect_thrift_t_struct@Base 2.5.0
- dissect_tpkt_encap@Base 1.9.1
- dissect_unknown_ber@Base 1.9.1
- dissect_xdlc_control@Base 1.9.1
- dissect_zcl_attr_data@Base 2.5.2
- dissector_add_custom_table_handle@Base 1.99.8
- dissector_add_for_decode_as@Base 1.9.1
- dissector_add_for_decode_as_with_preference@Base 2.3.0
- dissector_add_guid@Base 2.1.0
- dissector_add_string@Base 1.9.1
- dissector_add_uint@Base 1.9.1
- dissector_add_uint_range@Base 1.12.0~rc1
- dissector_add_uint_range_with_preference@Base 2.3.0
- dissector_add_uint_with_preference@Base 2.3.0
- 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_payload@Base 2.5.0
- dissector_change_string@Base 1.9.1
- dissector_change_uint@Base 1.9.1
- dissector_conversation_init@Base 1.99.0
- 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_dissector_tables@Base 1.99.1
- dissector_dump_heur_decodes@Base 1.9.1
- dissector_get_custom_table_handle@Base 1.99.8
- dissector_get_default_string_handle@Base 1.12.0~rc1
- dissector_get_default_uint_handle@Base 1.12.0~rc1
- dissector_get_guid_handle@Base 2.1.0
- dissector_get_payload_handle@Base 3.1.0
- 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_hostlist_init@Base 1.99.0
- dissector_reset_payload@Base 2.5.0
- dissector_reset_string@Base 1.9.1
- dissector_reset_uint@Base 1.9.1
- dissector_table_allow_decode_as@Base 2.3.0
- dissector_table_foreach@Base 1.9.1
- dissector_table_foreach_handle@Base 1.9.1
- dissector_table_get_dissector_handle@Base 2.3.0
- dissector_table_get_dissector_handles@Base 1.12.0~rc1
- dissector_table_get_type@Base 1.12.0~rc1
- dissector_try_guid@Base 2.1.0
- dissector_try_guid_new@Base 2.1.0
- dissector_try_heuristic@Base 1.9.1
- dissector_try_payload@Base 2.5.0
- dissector_try_payload_new@Base 2.5.0
- dissector_try_string@Base 1.9.1
- dissector_try_string_new@Base 2.5.0
- dissector_try_uint@Base 1.9.1
- dissector_try_uint_new@Base 1.12.0~rc1
- dot11decrypt_ctx@Base 2.5.0
- draw_tap_listeners@Base 1.9.1
- dscp_short_vals_ext@Base 2.0.0
- dscp_vals_ext@Base 1.9.1
- dtbl_entry_get_handle@Base 1.9.1
- dtbl_entry_get_initial_handle@Base 1.9.1
- dtls_dissector_add@Base 2.1.0
- dtls_dissector_delete@Base 2.1.0
- 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
- dvbci_event@Base 2.1.0
- 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
- ecn_short_vals_ext@Base 2.0.0
- ecn_vals_ext@Base 2.0.0
- ei_btatt_invalid_usage@Base 2.1.0
- 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
- enterprises_base_custom@Base 2.5.0
- enterprises_lookup@Base 2.5.0
- eo_ct2ext@Base 2.3.0
- eo_free_entry@Base 2.3.0
- eo_iterate_tables@Base 2.3.0
- eo_massage_str@Base 2.3.0
- 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_with_dfilter@Base 2.3.0
- epan_dissect_prime_with_hfid@Base 2.3.0
- epan_dissect_prime_with_hfid_array@Base 2.3.0
- 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_interface_description@Base 2.3.0
- epan_get_interface_name@Base 1.99.2
- epan_get_modified_block@Base 3.5.0
- epan_get_runtime_version_info@Base 1.9.1
- epan_get_version@Base 1.9.1
- epan_get_version_number@Base 2.5.0
- epan_init@Base 2.9.0
- epan_load_settings@Base 2.3.0
- epan_memmem@Base 1.9.1
- epan_new@Base 1.12.0~rc1
- epan_plugins_supported@Base 3.5.0
- epan_register_plugin@Base 2.5.0
- epan_set_always_visible@Base 3.5.1
- 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
- etype_vals@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
- except_vthrowf@Base 2.5.2
- exp_pdu_data_dissector_table_num_value_size@Base 2.1.1
- exp_pdu_data_dissector_table_num_value_populate_data@Base 2.1.1
- exp_pdu_data_dst_ip@Base 2.1.2
- exp_pdu_data_dst_port@Base 2.1.2
- exp_pdu_data_orig_frame_num@Base 2.1.2
- exp_pdu_data_port_type@Base 2.1.2
- exp_pdu_data_src_ip@Base 2.1.2
- exp_pdu_data_src_port@Base 2.1.2
- 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_get_summary@Base 1.99.10
- 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
- export_pdu_create_common_tags@Base 2.1.1
- export_pdu_create_tags@Base 2.1.1
- ext_menubar_add_entry@Base 1.99.8
- ext_menubar_add_separator@Base 1.99.8
- ext_menubar_add_submenu@Base 1.99.8
- ext_menubar_add_website@Base 1.99.8
- ext_menubar_get_entries@Base 1.99.8
- ext_menubar_register_menu@Base 1.99.8
- ext_menubar_set_parentmenu@Base 2.0.0
- ext_toolbar_add_entry@Base 2.3.0
- ext_toolbar_add_val@Base 2.3.0
- ext_toolbar_entry_by_label@Base 2.3.0
- ext_toolbar_get_entries@Base 2.3.0
- ext_toolbar_register_toolbar@Base 2.3.0
- ext_toolbar_register_update_cb@Base 2.3.0
- ext_toolbar_unregister_toolbar@Base 2.3.0
- ext_toolbar_unregister_toolbar_by_name@Base 2.3.0
- ext_toolbar_update_data@Base 2.3.0
- ext_toolbar_update_data_add_entry@Base 2.3.0
- ext_toolbar_update_data_by_index@Base 2.3.0
- ext_toolbar_update_data_remove_entry@Base 2.3.0
- ext_toolbar_update_data_set_active@Base 2.3.0
- ext_toolbar_update_value@Base 2.3.0
- fc_fc4_val@Base 1.9.1
- fetch_tapped_data@Base 1.9.1
- filter_expression_iterate_expressions@Base 2.5.0
- filter_expression_new@Base 1.9.1
- find_and_mark_frame_depended_upon@Base 1.12.0~rc1
- find_capture_dissector@Base 2.3.0
- find_conversation@Base 1.9.1
- find_conversation_by_id@Base 2.5.0
- find_conversation_pinfo@Base 2.5.0
- find_conversation_filter@Base 2.0.0
- find_depend_dissector_list@Base 2.1.0
- find_dissector@Base 1.9.1
- find_dissector_add_dependency@Base 2.1.0
- find_dissector_table@Base 1.9.1
- find_heur_dissector_by_unique_short_name@Base 1.99.8
- find_heur_dissector_list@Base 1.99.2
- find_or_create_conversation@Base 1.9.1
- find_or_create_conversation_by_id@Base 2.6.3
- find_protocol_by_id@Base 1.9.1
- find_sid_name@Base 1.9.1
- find_stream@Base 3.5.0
- find_tap_id@Base 1.9.1
- follow_get_stat_tap_string@Base 2.1.0
- follow_info_free@Base 2.3.0
- follow_iterate_followers@Base 2.1.0
- follow_reset_stream@Base 2.1.0
- follow_tvb_tap_listener@Base 2.1.0
- format_text@Base 1.9.1
- format_text_chr@Base 1.12.0~rc1
- format_text_string@Base 3.3.0
- 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_add_seq_single@Base 2.3.0
- fragment_add_seq_single_aging@Base 2.3.0
- 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
- free_key_string@Base 2.0.0~rc1
- free_rtd_table@Base 1.99.8
- free_srt_table@Base 1.99.8
- free_srt_table_data@Base 1.99.8
- free_stat_tables@Base 1.99.9
- 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_cleanup@Base 2.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_reload_menus@Base 1.99.9
- 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_sinteger64@Base 1.99.3
- fvalue_get_sinteger@Base 1.9.1
- fvalue_get_uinteger64@Base 1.99.3
- 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
- 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
- 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
- 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_fields@Base 2.1.0
- 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_resolved@Base 1.9.1
- get_column_title@Base 1.9.1
- get_column_tooltip@Base 2.0.1
- get_column_visible@Base 1.9.1
- get_column_width_string@Base 1.9.1
- get_conversation_address@Base 1.99.0
- get_conversation_by_proto_id@Base 1.99.0
- get_conversation_filter@Base 1.99.0
- 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_conversation_hide_ports@Base 1.99.0
- get_conversation_packet_func@Base 1.99.0
- get_conversation_port@Base 1.99.0
- get_conversation_proto_id@Base 1.99.0
- get_data_source_name@Base 1.9.1
- get_data_source_tvb@Base 1.9.1
- get_data_source_tvb_by_name@Base 2.3.0
- get_dccp_stream_count@Base 3.5.0
- get_dissector_names@Base 1.12.0~rc1
- get_dissector_table_param@Base 1.99.2
- get_dissector_table_selector_type@Base 1.9.1
- get_dissector_table_ui_name@Base 1.9.1
- get_edited_resolved_name@Base 3.3.0
- get_eo_by_name@Base 2.3.0
- get_eo_packet_func@Base 2.3.0
- get_eo_proto_id@Base 2.3.0
- get_eo_reset_func@Base 2.3.0
- get_eo_tap_listener_name@Base 2.3.0
- get_eth_hashtable@Base 1.12.0~rc1
- get_ether_name@Base 1.9.1
- get_etsi_ts_102_221_annex_a_string@Base 3.3.1
- get_euc_kr_string@Base 3.3.2
- get_follow_address_func@Base 2.1.0
- get_follow_by_name@Base 2.1.0
- get_follow_conv_func@Base 2.1.0
- get_follow_index_func@Base 2.1.0
- get_follow_port_to_display@Base 2.1.0
- get_follow_proto_id@Base 2.1.0
- get_follow_tap_handler@Base 2.1.0
- get_follow_tap_string@Base 2.1.0
- get_export_pdu_tap_list@Base 1.99.0
- get_gb18030_string@Base 3.3.2
- get_hash_ether_status@Base 1.99.3
- get_hash_ether_hexaddr@Base 1.99.3
- get_hash_ether_resolved_name@Base 1.99.3
- get_hash_manuf_resolved_name@Base 1.99.3
- get_host_ipaddr6@Base 1.9.1
- get_host_ipaddr@Base 1.9.1
- get_hostlist_filter@Base 1.99.0
- get_hostlist_packet_func@Base 1.99.0
- 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_iso_646_string@Base 3.1.0
- get_mac_lte_proto_data@Base 1.9.1
- get_mac_nr_proto_data@Base 2.5.2
- get_manuf_hashtable@Base 1.12.0~rc1
- get_manuf_name_if_known@Base 1.9.1
- get_mptcp_stream_count@Base 2.0.0
- get_node_field_value@Base 1.12.0~rc1
- get_nonascii_unichar2_string@Base 2.3.0
- get_pdcp_nr_proto_data@Base 2.9.0
- get_rose_ctx@Base 1.9.1
- get_rtd_num_tables@Base 1.99.8
- get_rtd_packet_func@Base 1.99.8
- get_rtd_proto_id@Base 1.99.8
- get_rtd_table_by_name@Base 1.99.8
- get_rtd_tap_listener_name@Base 1.99.8
- get_rtd_value_string@Base 1.99.8
- get_srt_max_tables@Base 1.99.8
- get_srt_packet_func@Base 1.99.8
- get_srt_proto_id@Base 1.99.8
- get_srt_table_by_name@Base 1.99.8
- get_srt_table_param_data@Base 1.99.8
- get_srt_tap_listener_name@Base 1.99.8
- get_serv_port_hashtable@Base 1.12.0~rc1
- get_t61_string@Base 2.3.0
- 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_packed@Base 3.3.1
- get_ts_23_038_7bits_string_unpacked@Base 3.3.1
- get_ucs_2_string@Base 1.12.0~rc1
- get_ucs_4_string@Base 1.12.0~rc1
- get_udp_conversation_data@Base 1.99.2
- 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_utf_8_string@Base 3.3.1
- get_vlan_hash_table@Base 2.1.0
- get_wka_hashtable@Base 1.12.0~rc1
- get_quic_connections_count@Base 3.1.1
- giop_add_CDR_string@Base 3.0.1
- 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_cmp@Base 2.0.0
- guid_to_str@Base 1.99.2
- guid_to_str_buf@Base 3.5.1
- 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_field_extractors@Base 2.0.2
- have_tap_listener@Base 1.12.0~rc1
- heur_dissector_add@Base 1.9.1
- heur_dissector_delete@Base 1.9.1
- heur_dissector_table_foreach@Base 1.99.2
- hex_str_to_bytes@Base 1.9.1
- hex_str_to_bytes_encoding@Base 1.12.0~rc1
- hf_text_only@Base 1.9.1
- hfinfo_bitshift@Base 1.12.0~rc1
- host_name_lookup_process@Base 1.9.1
- hostlist_table_set_gui_info@Base 1.99.0
- http2_get_stream_id_ge@Base 3.1.1
- http2_get_stream_id_le@Base 3.1.1
- http_tcp_dissector_add@Base 2.1.0
- http_tcp_dissector_delete@Base 2.3.0
- http_tcp_port_add@Base 2.1.0
- ieee1609dot2_Psid_vals@Base 2.9.1
- ieee1609dot2_set_next_default_psid@Base 2.9.1
- ieee80211_ht_Dbps@Base 2.1.0
- ieee80211_supported_rates_vals_ext@Base 1.99.1
- ieee802a_add_oui@Base 1.9.1
- in_cksum@Base 1.9.1
- init_srt_table@Base 1.99.8
- init_srt_table_row@Base 1.99.8
- ip_checksum@Base 1.99.0
- ip_checksum_tvb@Base 1.99.0
- ipopt_type_class_vals@Base 1.9.1
- ipopt_type_number_vals@Base 1.9.1
- ipproto_val_ext@Base 2.1.0
- ipprotostr@Base 1.9.1
- ipv6extprotostr@Base 2.1.0
- is_big_endian@Base 1.9.1
- is_broadcast_bssid@Base 2.0.0
- 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
- join_string_list@Base 1.99.0
- ldap_procedure_names@Base 1.99.8
- link_type_vals@Base 2.1.0
- list_stat_cmd_args@Base 1.9.1
- llc_add_oui@Base 1.9.1
- make_printable_string@Base 1.9.1
- mark_frame_as_depended_upon@Base 1.9.1
- maxmind_db_get_paths@Base 2.5.1
- maxmind_db_lookup_ipv4@Base 2.5.1
- maxmind_db_lookup_ipv6@Base 2.5.1
- maxmind_db_set_synchrony@Base 3.5.0
- 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
- mibenum_charset_to_encoding@Base 2.1.0
- mibenum_vals_character_sets_ext@Base 2.1.0
- 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
- ncp_nds_verb_vals@Base 2.1.0
- new_frame_data_sequence@Base 1.12.0~rc1
- new_page@Base 1.12.0~rc1
- 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_list_new@Base 3.5.0
- nmas_subverb_enum@Base 2.1.0
- 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
- 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_fields_valid@Base 1.99.0
- p_add_proto_data@Base 1.9.1
- p_get_proto_data@Base 1.9.1
- p_get_proto_depth@Base 3.3.0
- p_remove_proto_data@Base 1.12.0~rc1
- p_set_proto_depth@Base 3.3.0
- parse_key_string@Base 1.9.1
- plugin_if_apply_filter@Base 1.99.8
- plugin_if_get_capture_file@Base 3.3.0
- plugin_if_get_frame_data@Base 3.3.0
- plugin_if_get_ws_info@Base 2.1.0
- plugin_if_goto_frame@Base 2.0.0
- plugin_if_register_gui_cb@Base 1.99.8
- plugin_if_save_preference@Base 1.99.8
- port_type_to_str@Base 1.12.0~rc1
- port_with_resolution_to_str@Base 2.1.0
- port_with_resolution_to_str_buf@Base 2.0.0
- postdissectors_want_hfids@Base 2.3.0
- postseq_cleanup_all_protocols@Base 1.9.1
- pref_clean_stash@Base 2.3.0
- pref_stash@Base 2.3.0
- pref_unstash@Base 2.3.0
- prefs@Base 1.9.1
- prefs_add_decode_as_value@Base 2.3.0
- 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_bool_value@Base 2.3.0
- prefs_get_color_value@Base 2.3.0
- prefs_get_description@Base 2.3.0
- prefs_get_effect_flags@Base 2.5.0
- prefs_get_enum_value@Base 2.3.0
- prefs_get_enum_radiobuttons@Base 2.3.0
- prefs_get_enumvals@Base 2.3.0
- prefs_get_gui_type@Base 2.3.0
- prefs_get_module_effect_flags@Base 2.5.0
- prefs_get_max_value@Base 2.3.0
- prefs_get_name@Base 2.3.0
- prefs_get_range_value@Base 2.3.0
- prefs_get_range_value_real@Base 2.3.0
- prefs_get_string_list@Base 1.9.1
- prefs_get_string_value@Base 2.3.0
- prefs_get_title@Base 2.3.0
- prefs_get_title_by_name@Base 1.9.1
- prefs_get_type@Base 2.3.0
- prefs_get_uat_value@Base 2.3.0
- prefs_get_uint_base@Base 2.3.0
- prefs_get_uint_value@Base 2.3.0
- prefs_get_uint_value_real@Base 2.3.0
- prefs_has_layout_pane_content@Base 2.2.5
- prefs_invert_bool_value@Base 2.3.0
- 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_is_default@Base 2.3.0
- 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_range_add_value@Base 2.3.0
- prefs_range_remove_value@Base 2.3.0
- prefs_register_bool_preference@Base 1.9.1
- prefs_register_codec@Base 2.5.0
- 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_module_alias@Base 2.9.0
- prefs_register_obsolete_preference@Base 1.9.1
- prefs_register_protocol@Base 1.9.1
- prefs_register_protocol_obsolete@Base 3.5.0
- 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_remove_decode_as_value@Base 2.3.0
- prefs_set_bool_value@Base 2.3.0
- prefs_set_color_value@Base 2.3.0
- prefs_set_custom_value@Base 3.1.0
- prefs_set_effect_flags@Base 2.5.0
- prefs_set_effect_flags_by_name@Base 2.5.0
- prefs_set_enum_value@Base 2.3.0
- prefs_set_enum_string_value@Base 3.5.0
- prefs_set_gui_theme_is_dark@Base 2.5.0
- prefs_set_module_effect_flags@Base 2.5.0
- prefs_set_pref@Base 1.9.1
- prefs_set_preference_effect_fields@Base 3.3.0
- prefs_set_range_value@Base 2.1.0
- prefs_set_range_value_work@Base 2.3.0
- prefs_set_stashed_range_value@Base 2.3.0
- prefs_set_string_value@Base 2.3.0
- prefs_set_uint_value@Base 2.3.0
- prime_epan_dissect_with_postdissector_wanted_hfids@Base 2.3.0
- 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_line_color@Base 2.5.0
- 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
- print_uuid@Base 2.0.0
- print_numeric_uuid@Base 2.0.0
- process_reassembled_data@Base 1.9.1
- process_stat_cmd_arg@Base 1.9.1
- proto_all_finfos@Base 1.9.1
- proto_add_deregistered_data@Base 1.12.2
- 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_checksum_vals@Base 2.2.0
- proto_construct_match_selected_string@Base 1.9.1
- proto_deregister_field@Base 1.99.9
- proto_disable_by_default@Base 2.1.2
- proto_disable_proto_by_name@Base 1.99.8
- proto_enable_heuristic_by_name@Base 1.99.8
- proto_enable_proto_by_name@Base 2.3.0
- proto_expert@Base 1.9.1
- proto_field_is_referenced@Base 1.9.1
- proto_field_display_to_string@Base 2.1.0
- proto_find_field_from_offset@Base 1.9.1
- proto_find_finfo@Base 1.9.1
- proto_find_first_finfo@Base 2.3.0
- proto_find_undecoded_data@Base 1.99.3
- proto_free_deregistered_fields@Base 1.12.2
- proto_free_field_strings@Base 3.1.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_id_by_short_name@Base 1.99.0
- 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_heuristic_dissector_foreach@Base 2.0.0
- proto_initialize_all_prefixes@Base 1.9.1
- proto_is_protocol_enabled@Base 1.9.1
- proto_is_protocol_enabled_by_default@Base 2.3.0
- proto_is_frame_protocol@Base 1.99.1
- proto_is_pino@Base 2.3.0
- proto_item_add_subtree@Base 1.9.1
- proto_item_append_text@Base 1.9.1
- proto_item_fill_label@Base 1.9.1
- proto_item_fill_display_label@Base 3.5.0
- proto_item_get_display_repr@Base 3.3.0
- 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_bits_offset_len@Base 3.3.0
- 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_name_already_registered@Base 2.0.1
- proto_node_group_children_by_json_key@Base 2.5.0
- proto_node_group_children_by_unique@Base 2.5.0
- proto_reenable_all@Base 2.3.0
- proto_register_alias@Base 2.9.0
- 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_plugin@Base 2.5.0
- proto_register_prefix@Base 1.9.1
- proto_register_protocol@Base 1.9.1
- proto_register_protocol_in_name_only@Base 2.3.0
- proto_register_subtree_array@Base 1.9.1
- proto_registrar_dump_elastic@Base 2.9.0
- proto_registrar_dump_fieldcount@Base 2.0.0
- 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_byalias@Base 2.9.0
- proto_registrar_get_byname@Base 1.9.1
- proto_registrar_get_ftype@Base 1.9.1
- proto_registrar_get_id_byname@Base 2.1.0
- proto_registrar_get_name@Base 1.99.8
- 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_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_list@Base 1.99.4
- proto_tree_add_bitmask_list_value@Base 2.1.0
- proto_tree_add_bitmask_ret_uint64@Base 2.1.0
- proto_tree_add_bitmask_text@Base 1.9.1
- proto_tree_add_bitmask_value@Base 1.99.4
- proto_tree_add_bitmask_value_with_flags@Base 1.99.4
- proto_tree_add_bitmask_with_flags@Base 1.99.2
- proto_tree_add_bitmask_with_flags_ret_uint64@Base 2.1.0
- 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_bytes_with_length@Base 1.99.3
- proto_tree_add_cbor_bitmask@Base 3.5.1
- proto_tree_add_cbor_boolean@Base 3.5.1
- proto_tree_add_cbor_bstr@Base 3.5.1
- proto_tree_add_cbor_container@Base 3.5.1
- proto_tree_add_cbor_ctrl@Base 3.5.1
- proto_tree_add_cbor_eid@Base 3.5.1rc0-3265-gb0c69d7db316
- proto_tree_add_cbor_int64@Base 3.5.1
- proto_tree_add_cbor_tstr@Base 3.5.1
- proto_tree_add_cbor_uint64@Base 3.5.1
- proto_tree_add_checksum@Base 2.1.1
- 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_item_new_ret_length@Base 2.1.0
- proto_tree_add_item_ret_boolean@Base 2.3.0
- proto_tree_add_item_ret_display_string@Base 3.1.0
- proto_tree_add_item_ret_display_string_and_length@Base 3.1.0
- proto_tree_add_item_ret_int64@Base 3.1.1
- proto_tree_add_item_ret_int@Base 1.99.6
- proto_tree_add_item_ret_ipv4@Base 3.3.2
- proto_tree_add_item_ret_length@Base 2.1.0
- proto_tree_add_item_ret_time_string@Base 3.1.1
- proto_tree_add_item_ret_string@Base 2.1.0
- proto_tree_add_item_ret_string_and_length@Base 2.1.0
- proto_tree_add_item_ret_uint@Base 1.99.6
- proto_tree_add_item_ret_uint64@Base 2.3.0
- proto_tree_add_item_ret_varint@Base 2.5.0
- proto_tree_add_none_format@Base 1.9.1
- proto_tree_add_oid@Base 3.1.1
- proto_tree_add_oid_format@Base 3.1.1
- proto_tree_add_oid_format_value@Base 3.1.1
- proto_tree_add_protocol_format@Base 1.9.1
- proto_tree_add_split_bits_item_ret_val@Base 2.3.0
- 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_subtree@Base 1.99.0
- proto_tree_add_subtree_format@Base 1.99.0
- 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_packed_item@Base 3.3.1
- proto_tree_add_uint64@Base 1.9.1
- proto_tree_add_uint64_bits_format_value@Base 1.99.6
- 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_parent_tree@Base 1.99.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
- protocols_module@Base 1.9.1
- ptvcursor_add@Base 1.9.1
- ptvcursor_add_no_advance@Base 1.9.1
- ptvcursor_add_ret_boolean@Base 2.5.0
- ptvcursor_add_ret_int@Base 2.5.0
- ptvcursor_add_ret_string@Base 2.5.0
- ptvcursor_add_ret_uint@Base 2.5.0
- 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
- q932_PartyNumber_vals@Base 2.1.0
- q932_PartySubaddress_vals@Base 2.1.0
- q932_PresentedAddressScreened_vals@Base 2.5.0
- q932_PresentedAddressUnscreened_vals@Base 2.5.0
- q932_PresentedNumberScreened_vals@Base 2.1.0
- q932_PresentedNumberUnscreened_vals@Base 2.1.0
- q932_ScreeningIndicator_vals@Base 2.5.0
- quic_get_stream_id_le@Base 3.5.0
- quic_get_stream_id_ge@Base 3.5.0
- qs_func_vals@Base 1.9.1
- qs_rate_vals_ext@Base 1.9.1
- raknet_add_udp_dissector@Base 2.3.0
- raknet_conversation_set_dissector@Base 2.3.0
- raknet_delete_udp_dissector@Base 2.3.0
- range_convert_range@Base 1.9.1
- range_convert_str@Base 1.9.1
- range_convert_str_work@Base 2.3.0
- range_copy@Base 1.9.1
- range_empty@Base 1.9.1
- range_foreach@Base 1.9.1
- range_add_value@Base 2.3.0
- range_remove_value@Base 2.3.0
- ranges_are_equal@Base 1.9.1
- read_keytab_file@Base 1.9.1
- read_keytab_file_from_preferences@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
- reassembly_table_register@Base 2.3.0
- register_all_tap_listeners@Base 3.5.0
- register_ber_oid_dissector@Base 2.1.0
- register_ber_oid_dissector_handle@Base 1.9.1
- register_ber_oid_syntax@Base 1.9.1
- register_ber_syntax_dissector@Base 2.1.0
- register_capture_dissector@Base 2.1.0
- register_capture_dissector_table@Base 2.1.0
- register_cleanup_routine@Base 1.99.8
- register_conversation_filter@Base 2.0.0
- register_conversation_table@Base 2.5.0
- register_custom_dissector_table@Base 1.99.8
- register_custom_dissector_table@Base 1.99.8
- register_decode_as@Base 1.12.0~rc1
- register_decode_as_next_proto@Base 2.5.0
- register_depend_dissector@Base 2.1.0
- register_dissector@Base 2.1.0
- register_dissector_table@Base 1.9.1
- register_dissector_table_alias@Base 2.9.0
- register_dissector_with_data@Base 2.5.0
- register_export_object@Base 2.3.0
- register_export_pdu_tap@Base 1.99.0
- register_follow_stream@Base 2.1.0
- 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_per_oid_dissector@Base 2.1.0
- register_postdissector@Base 1.9.1
- register_postseq_cleanup_routine@Base 1.9.1
- register_rtd_table@Base 1.99.8
- register_seq_analysis@Base 2.5.0
- register_shutdown_routine@Base 2.3.0
- register_srt_table@Base 1.99.8
- register_stat_tap_table_ui@Base 2.1.0
- register_stat_tap_ui@Base 1.99.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_secs_str@Base 1.99.0
- rel_time_to_str@Base 1.99.0
- 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_conversation_table_data@Base 1.99.0
- reset_hostlist_table_data@Base 1.99.0
- reset_pref@Base 2.3.0
- reset_rtd_table@Base 1.99.8
- reset_srt_table@Base 1.99.8
- reset_stashed_pref@Base 2.3.0
- reset_stat_table@Base 1.99.8
- reset_tap_listeners@Base 1.9.1
- rose_ctx_clean_data@Base 1.9.1
- rose_ctx_init@Base 1.9.1
- rpc_init_prog@Base 1.9.1
- rpc_proc_name@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
- rtd_table_dissector_init@Base 1.99.8
- rtd_table_get_filter@Base 1.99.8
- rtd_table_get_tap_string@Base 1.99.8
- rtd_table_iterate_tables@Base 1.99.8
- 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_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
- s1ap_Cause_vals@Base 2.3.0
- save_decode_as_entries@Base 2.3.0
- save_enabled_and_disabled_lists@Base 2.3.0
- 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
- scsistat_param@Base 2.5.0
- sctp_port_to_display@Base 1.99.2
- sctpppid_val_ext@Base 3.5.0
- secrets_get_available_keys@Base 2.9.1
- secrets_rsa_decrypt@Base 2.9.0
- secrets_verify_key@Base 2.9.1
- secrets_wtap_callback@Base 2.9.0
- sequence_analysis_create_sai_with_addresses@Base 2.5.0
- sequence_analysis_dump_to_file@Base 2.5.0
- sequence_analysis_find_by_name@Base 2.5.0
- sequence_analysis_free_nodes@Base 2.5.0
- sequence_analysis_get_name@Base 2.5.0
- sequence_analysis_get_nodes@Base 2.5.0
- sequence_analysis_get_packet_func@Base 2.5.0
- sequence_analysis_get_tap_flags@Base 2.5.0
- sequence_analysis_get_tap_listener_name@Base 2.5.0
- sequence_analysis_get_ui_name@Base 2.5.0
- sequence_analysis_info_free@Base 2.5.0
- sequence_analysis_info_new@Base 2.5.0
- sequence_analysis_list_free@Base 2.5.0
- sequence_analysis_list_sort@Base 2.5.0
- sequence_analysis_table_iterate_tables@Base 2.5.0
- sequence_analysis_use_col_info_as_label_comment@Base 2.5.0
- sequence_analysis_use_color_filter@Base 2.5.0
- serv_name_lookup@Base 2.1.0
- set_actual_length@Base 1.9.1
- set_column_custom_fields@Base 2.1.0
- 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_fd_time@Base 1.9.1
- set_mac_lte_proto_data@Base 1.9.1
- set_mac_nr_proto_data@Base 2.5.2
- set_pdcp_nr_proto_data@Base 2.9.0
- set_postdissector_wanted_hfids@Base 2.3.0
- set_resolution_synchrony@Base 2.9.0
- set_srt_table_param_data@Base 1.99.8
- 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
- signed_time_msecs_to_str@Base 2.1.0
- signed_time_secs_to_str@Base 2.1.0
- sip_response_code_vals@Base 3.3.0
- smb2_cmd_vals_ext@Base 1.9.1
- smb_cmd_vals_ext@Base 1.9.1
- srt_table_dissector_init@Base 1.99.8
- srt_table_get_filter@Base 1.99.8
- srt_table_get_tap_string@Base 1.99.8
- srt_table_iterate_tables@Base 1.99.8
- srtcp_add_address@Base 1.9.1
- srtp_add_address@Base 1.9.1
- ssl_dissector_add@Base 2.1.0
- ssl_dissector_delete@Base 2.1.0
- ssl_starttls_ack@Base 2.1.0
- ssl_starttls_post_ack@Base 2.1.0
- ssl_session_hash@Base 1.9.1
- ssl_crandom_hash@Base 1.99.4
- ssl_set_master_secret@Base 1.9.1
- sss_verb_enum@Base 2.1.0
- start_requested_stats@Base 1.9.1
- stat_node_array_sortcmp@Base 1.12.0~rc1
- stat_tap_add_table@Base 2.5.1
- stat_tap_by_name@Base 2.5.1
- stat_tap_find_table@Base 3.5.0
- stat_tap_get_field_data@Base 2.5.1
- stat_tap_get_filter@Base 2.5.1
- stat_tap_init_table@Base 2.5.1
- stat_tap_init_table_row@Base 2.5.1
- stat_tap_iterate_tables@Base 2.5.1
- stat_tap_set_field_data@Base 2.5.1
- 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_float@Base 2.9.0
- stats_tree_manip_node_int@Base 2.9.0
- 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_ip6@Base 2.1.0
- str_to_ip@Base 2.1.0
- 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@Base 3.5.0
- 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_dfilter_recompile@Base 2.0.0
- tap_listeners_require_dissection@Base 1.9.1
- tap_queue_packet@Base 1.9.1
- tap_register_plugin@Base 2.5.0
- tcp_dissect_pdus@Base 1.9.1
- tcp_port_to_display@Base 1.99.2
- tcpcl_dissect_ctx_get@Base 3.7.0
- tfs_accept_reject@Base 1.9.1
- tfs_accepted_not_accepted@Base 1.9.1
- tfs_ack_nack@Base 1.9.1
- tfs_acknowledged_not_acknowledged@Base 1.99.2
- tfs_activated_deactivated@Base 2.5.1
- tfs_active_inactive@Base 1.9.1
- tfs_add_drop@Base 3.3.0
- tfs_allocated_by_receiver_sender@Base 1.99.1
- tfs_allow_block@Base 1.9.1
- tfs_allowed_not_allowed@Base 1.9.1
- tfs_applicable_not_applicable@Base 3.5.0
- tfs_asynchronous_synchronous@Base 1.99.1
- tfs_available_not_available@Base 1.9.1
- tfs_c2s_s2c@Base 2.5.0
- tfs_capable_not_capable@Base 1.9.1
- tfs_changed_not_changed@Base 2.9.1
- tfs_client_server@Base 2.1.0
- tfs_command_response@Base 1.9.1
- tfs_complete_incomplete@Base 1.12.0~rc1
- tfs_confirmed_unconfirmed@Base 1.12.0~rc1
- tfs_constructed_primitive@Base 1.99.8
- tfs_critical_not_critical@Base 1.12.0~rc1
- tfs_defined_not_defined@Base 1.99.8
- 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_down_up@Base 2.5.0
- tfs_downlink_uplink@Base 2.5.0
- tfs_enabled_disabled@Base 1.9.1
- tfs_encrypt_do_not_encrypt@Base 2.1.0
- tfs_enforced_not_enforced@Base 1.12.0~rc1
- tfs_error_ok@Base 1.9.1
- tfs_external_internal@Base 2.9.1
- tfs_fail_success@Base 1.9.1
- tfs_found_not_found@Base 1.9.1
- tfs_full_half@Base 1.99.1
- tfs_get_string@Base 3.3.0
- tfs_group_unique_name@Base 1.9.1
- tfs_high_low@Base 1.9.1
- tfs_high_normal@Base 2.5.1
- tfs_implemented_not_implemented@Base 1.9.1
- tfs_included_not_included@Base 1.99.1
- tfs_inuse_not_inuse@Base 1.9.1
- tfs_invalid_valid@Base 1.99.0
- tfs_low_normal@Base 2.5.1
- tfs_more_nomore@Base 1.9.1
- tfs_needed_not_needed@Base 2.9.1
- tfs_no_extension_extension@Base 3.3.0
- tfs_no_yes@Base 1.9.1
- tfs_not_allowed_allowed@Base 1.9.1
- tfs_not_supported_supported@Base 2.9.1
- tfs_odd_even@Base 1.9.1
- tfs_ok_error@Base 1.9.1
- tfs_on_off@Base 1.9.1
- tfs_open_closed@Base 2.5.0
- tfs_possible_not_possible@Base 1.99.0
- tfs_preferred_no_preference@Base 2.1.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_protocol_sensative_bit_transparent@Base 1.99.1
- tfs_provisioned_not_provisioned@Base 1.99.0
- tfs_registered_not_registered@Base 1.99.0
- 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_response_command@Base 2.1.0
- tfs_response_request@Base 1.99.8
- tfs_restricted_allowed@Base 1.9.1
- tfs_restricted_not_restricted@Base 2.5.0
- tfs_s2c_c2s@Base 2.5.0
- tfs_segmentation_no_segmentation@Base 2.1.0
- tfs_selected_not_selected@Base 2.9.1
- tfs_server_client@Base 2.1.0
- 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_up_down@Base 2.5.0
- tfs_uplink_downlink@Base 2.5.0
- tfs_used_notused@Base 1.9.1
- tfs_user_provider@Base 3.3.0
- tfs_valid_invalid@Base 1.9.1
- tfs_valid_not_valid@Base 1.12.0~rc1
- tfs_yes_no@Base 1.9.1
- 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
- tls_set_appdata_dissector@Base 3.1.1
- tmp_color_filters_used@Base 2.1.0
- trans2_cmd_vals_ext@Base 1.9.1
- tree_expanded@Base 1.12.0~rc1
- tree_expanded_set@Base 1.12.0~rc1
- try_capture_dissector@Base 2.1.0
- try_conversation_dissector@Base 2.6.3
- try_conversation_dissector_by_id@Base 2.6.3
- try_bytesprefix_to_str@Base 2.3.0
- try_bytesval_to_str@Base 2.3.0
- try_enterprises_lookup@Base 2.5.0
- try_rval_to_str@Base 1.9.1
- try_rval_to_str_idx@Base 1.9.1
- try_rval64_to_str@Base 2.3.0
- try_rval64_to_str_idx@Base 2.3.0
- try_serv_name_lookup@Base 2.1.0
- 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_ext@Base 2.9.0
- try_val64_to_str_idx@Base 1.12.0~rc1
- try_val64_to_str_idx_ext@Base 2.9.0
- 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_address_to_str@Base 1.99.2
- tvb_address_with_resolution_to_str@Base 1.99.3
- tvb_address_var_to_str@Base 1.99.2
- tvb_ascii_isprint@Base 2.9.0
- tvb_bcd_dig_to_str@Base 3.5.0
- tvb_bcd_dig_to_str_be@Base 3.5.0
- tvb_bytes_exist@Base 1.9.1
- tvb_bytes_to_str@Base 1.99.2
- tvb_bytes_to_str_punct@Base 1.99.2
- 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_child_uncompress_brotli@Base 3.1.0
- tvb_child_uncompress_lz77@Base 3.1.0
- tvb_child_uncompress_lz77huff@Base 3.1.0
- tvb_child_uncompress_lznt1@Base 3.1.0
- 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_bytes_exist64@Base 1.99.0
- tvb_ensure_captured_length_remaining@Base 1.12.0~rc1
- tvb_ensure_reported_length_remaining@Base 3.5.0
- tvb_get_etsi_ts_102_221_annex_a_string@Base 3.3.1
- tvb_find_guint8@Base 1.9.1
- tvb_find_guint16@Base 2.3.0
- 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_bcd_string@Base 3.3.0
- 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_bits_array@Base 3.3.0
- tvb_get_const_stringz@Base 1.9.1
- tvb_get_ds_tvb@Base 1.9.1
- tvb_get_ether_name@Base 1.99.3
- tvb_get_gint16@Base 2.9.0
- tvb_get_gint24@Base 2.9.0
- tvb_get_gint32@Base 2.9.0
- tvb_get_gint40@Base 1.99.2
- tvb_get_gint48@Base 1.99.2
- tvb_get_gint56@Base 1.99.2
- tvb_get_gint64@Base 2.9.0
- tvb_get_gint8@Base 2.9.0
- tvb_get_guid@Base 1.9.1
- tvb_get_guint16@Base 1.99.2
- tvb_get_guint24@Base 1.99.2
- tvb_get_guint32@Base 1.99.2
- tvb_get_guint40@Base 1.99.2
- tvb_get_guint48@Base 1.99.2
- tvb_get_guint56@Base 1.99.2
- tvb_get_guint64@Base 1.99.2
- tvb_get_guint8@Base 1.9.1
- tvb_get_ieee_double@Base 1.99.2
- tvb_get_ieee_float@Base 1.99.2
- 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_letohi24@Base 2.9.0
- 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_letohi64@Base 2.9.0
- tvb_get_letohieee_double@Base 1.9.1
- tvb_get_letohieee_float@Base 1.9.1
- tvb_get_letohil@Base 2.9.0
- tvb_get_letohis@Base 2.9.0
- 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_ntohi24@Base 2.9.0
- 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_ntohi64@Base 2.9.0
- tvb_get_ntohieee_double@Base 1.9.1
- tvb_get_ntohieee_float@Base 1.9.1
- tvb_get_ntohil@Base 2.9.0
- tvb_get_ntohis@Base 2.9.0
- tvb_get_ntohl@Base 1.9.1
- tvb_get_ntohs@Base 1.9.1
- tvb_get_ptr@Base 1.9.1
- tvb_get_raw_bytes_as_string@Base 3.1.0
- 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_token_len@Base 2.9.0
- tvb_get_ts_23_038_7bits_string_packed@Base 3.3.1
- tvb_get_ts_23_038_7bits_string_unpacked@Base 3.3.1
- tvb_get_varint@Base 2.5.0
- 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_octet_right_aligned@Base 3.5.1
- tvb_new_real_data@Base 1.9.1
- tvb_new_subset_length@Base 1.9.1
- tvb_new_subset_length_caplen@Base 2.3.0
- 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_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_uncompress_brotli@Base 3.1.0
- tvb_uncompress_lz77@Base 3.1.0
- tvb_uncompress_lz77huff@Base 3.1.0
- tvb_uncompress_lznt1@Base 3.1.0
- tvb_unicode_strsize@Base 1.9.1
- tvb_ws_mempbrk_pattern_guint8@Base 1.99.3
- 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_bool@Base 2.5.0
- uat_fld_chk_color@Base 2.5.0
- uat_fld_chk_enum@Base 1.9.1
- uat_fld_chk_num_dec64@Base 3.5.0
- uat_fld_chk_num_dec@Base 1.9.1
- uat_fld_chk_num_hex64@Base 3.5.0
- uat_fld_chk_num_hex@Base 1.9.1
- uat_fld_chk_num_signed_dec64@Base 3.5.0
- uat_fld_chk_num_signed_dec@Base 2.9.0
- 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_fld_tostr@Base 2.3.0
- 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_insert_record_idx@Base 2.3.0
- uat_load@Base 1.9.1
- uat_move_index@Base 2.5.0
- 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
- uat_update_record@Base 1.99.3
- udp_dissect_pdus@Base 1.99.3
- udp_port_to_display@Base 1.99.2
- union_of_tap_listener_flags@Base 1.9.1
- unit_name_string_get_value@Base 2.3.0
- unit_name_string_get_value64@Base 2.3.0
- unit_name_string_get_double@Base 2.3.0
- units_amp@Base 2.5.0
- units_bit_bits@Base 2.3.0
- units_bit_sec@Base 2.3.0
- units_bpm@Base 2.9.0
- units_byte_bytes@Base 2.3.0
- units_byte_bytespsecond@Base 2.5.0
- units_calorie@Base 2.9.0
- units_centibels@Base 3.3.0
- units_day_days@Base 2.3.0
- units_dbi@Base 2.3.0
- units_dbm@Base 2.3.0
- units_decibels@Base 2.3.0
- units_degree_bearing@Base 2.5.0
- units_degree_celsius@Base 2.3.0
- units_degree_degrees@Base 2.3.0
- units_foot_feet@Base 2.3.0
- units_frame_frames@Base 2.3.0
- units_ghz@Base 2.3.0
- units_grams_per_second@Base 2.3.0
- units_hour_hours@Base 2.3.0
- units_hours@Base 2.3.0
- units_hz@Base 2.3.0
- units_hz_s@Base 2.3.0
- units_kbit@Base 2.3.0
- units_kbps@Base 2.3.0
- units_khz@Base 2.3.0
- units_kibps@Base 2.3.0
- units_kilopascal@Base 2.3.0
- units_km@Base 2.3.0
- units_kmh@Base 2.3.0
- units_liter_per_hour@Base 2.3.0
- units_mbm@Base 2.3.0
- units_meter_meters@Base 2.3.0
- units_meter_sec@Base 2.3.0
- units_meter_sec_squared@Base 2.3.0
- units_meters@Base 2.3.0
- units_mhz@Base 2.3.0
- units_microsecond_microseconds@Base 2.3.0
- units_microseconds@Base 2.3.0
- units_millisecond_milliseconds@Base 2.3.0
- units_milliseconds@Base 2.3.0
- units_microwatts@Base 2.3.0
- units_milliamps@Base 2.3.0
- units_minute_minutes@Base 2.3.0
- units_minutes@Base 2.3.0
- units_nanometers@Base 2.3.0
- units_nanosecond_nanoseconds@Base 2.3.0
- units_nanoseconds@Base 2.3.0
- units_newton_metre@Base 2.3.0
- units_octet_octets@Base 2.3.0
- units_percent@Base 2.3.0
- units_pkts@Base 3.1.0
- units_pkts_per_sec@Base 3.1.0
- units_revolutions_per_minute@Base 2.3.0
- units_second_seconds@Base 2.3.0
- units_seconds@Base 2.3.0
- units_segment_remaining@Base 2.3.0
- units_tick_ticks@Base 2.3.0
- units_volt@Base 2.3.0
- units_watt@Base 2.5.0
- units_watthour@Base 2.5.0
- units_week_weeks@Base 2.3.0
- units_word_words@Base 2.3.0
- unsigned_time_secs_to_str@Base 2.1.0
- update_crc10_by_bytes_tvb@Base 1.99.0
- uri_str_to_bytes@Base 1.9.1
- vals_http_status_code@Base 3.3.0
- val64_string_ext_free@Base 2.9.0
- val64_string_ext_new@Base 2.9.0
- val64_to_str@Base 1.12.0~rc1
- val64_to_str_const@Base 1.12.0~rc1
- val64_to_str_ext@Base 2.9.0
- val64_to_str_ext_const@Base 2.9.0
- val64_to_str_ext_wmem@Base 2.9.0
- val_to_str@Base 1.9.1
- val_to_str_wmem@Base 1.99.2
- val_to_str_const@Base 1.9.1
- val_to_str_ext@Base 1.9.1
- val_to_str_ext_wmem@Base 1.99.2
- 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_cleanup_scopes@Base 3.5.0
- wmem_epan_scope@Base 3.5.0
- wmem_init_scopes@Base 3.5.0
- wmem_packet_scope@Base 3.5.0
- wmem_file_scope@Base 3.5.0
- write_carrays_hex_data@Base 1.99.1
- write_csv_column_titles@Base 1.99.1
- write_csv_columns@Base 1.99.1
- write_ek_proto_tree@Base 2.1.2
- write_fields_finale@Base 1.12.0~rc1
- write_fields_preamble@Base 1.12.0~rc1
- write_fields_proto_tree@Base 1.99.1
- write_json_finale@Base 2.1.2
- write_json_preamble@Base 2.1.2
- write_json_proto_tree@Base 2.1.2
- write_pdml_finale@Base 1.12.0~rc1
- write_pdml_preamble@Base 1.12.0~rc1
- write_pdml_proto_tree@Base 1.99.1
- write_prefs@Base 1.9.1
- write_psml_columns@Base 1.99.1
- write_psml_finale@Base 1.12.0~rc1
- write_psml_preamble@Base 1.12.0~rc1
- ws_find_media_type_parameter@Base 2.2.0
- ws_strdup_escape_char@Base 1.9.1
- ws_strdup_unescape_char@Base 1.9.1
- wscbor_chunk_free@Base 3.5.1
- wscbor_chunk_mark_errors@Base 3.5.1
- wscbor_chunk_read@Base 3.5.1
- wscbor_error_new@Base 3.5.1
- wscbor_expert_items@Base 3.5.1
- wscbor_has_errors@Base 3.5.1
- wscbor_init@Base 3.5.1
- wscbor_is_indefinite_break@Base 3.5.1
- wscbor_require_array@Base 3.5.1
- wscbor_require_array_size@Base 3.5.1
- wscbor_require_boolean@Base 3.5.1
- wscbor_require_bstr@Base 3.5.1
- wscbor_require_int64@Base 3.5.1
- wscbor_require_major_type@Base 3.5.1
- wscbor_require_map@Base 3.5.1
- wscbor_require_tstr@Base 3.5.1
- wscbor_require_uint64@Base 3.5.1
- wscbor_skip_if_errors@Base 3.5.1
- wscbor_skip_next_item@Base 3.5.1
- wslua_count_plugins@Base 1.12.0~rc1
- wslua_plugin_type_name@Base 2.5.0
- wslua_plugins_dump_all@Base 1.12.0~rc1
- wslua_plugins_get_descriptions@Base 1.12.0~rc1
- wslua_reload_plugins@Base 1.99.9
- 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
- zbee_zcl_init_cluster@Base 2.5.2
diff --git a/debian/libwiretap-dev.install b/debian/libwiretap-dev.install
deleted file mode 100644
index 21c2ea0920..0000000000
--- a/debian/libwiretap-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libwiretap.so
-wiretap/*.h usr/include/wireshark/wiretap
diff --git a/debian/libwiretap0.docs b/debian/libwiretap0.docs
deleted file mode 100644
index 0c48271709..0000000000
--- a/debian/libwiretap0.docs
+++ /dev/null
@@ -1 +0,0 @@
-wiretap/README
diff --git a/debian/libwiretap0.install b/debian/libwiretap0.install
deleted file mode 100644
index f9d702aa79..0000000000
--- a/debian/libwiretap0.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libwiretap.so.*
-usr/lib/*/wireshark/plugins/*/wiretap/*.so
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols
deleted file mode 100644
index 218240f8ed..0000000000
--- a/debian/libwiretap0.symbols
+++ /dev/null
@@ -1,184 +0,0 @@
-libwiretap.so.0 libwiretap0 #MINVER#
- 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_getsp@Base 2.9.0
- 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
- get_backwards_compatibility_lua_table@Base 3.5.0
- init_open_routines@Base 1.12.0~rc1
- merge_files@Base 1.99.9
- merge_files_to_stdout@Base 2.3.0
- merge_files_to_tempfile@Base 2.3.0
- merge_idb_merge_mode_to_string@Base 1.99.9
- merge_string_to_idb_merge_mode@Base 1.99.9
- open_info_name_to_type@Base 1.12.0~rc1
- open_routines@Base 1.12.0~rc1
- pcapng_process_options@Base 3.5.0
- pcapng_process_bytes_option@Base 3.5.0
- pcapng_process_string_option@Base 3.5.0
- pcapng_process_timestamp_option@Base 3.5.0
- pcapng_process_uint8_option@Base 3.5.0
- pcapng_process_uint32_option@Base 3.5.0
- pcapng_process_uint64_option@Base 3.5.0
- register_pcapng_block_type_handler@Base 1.99.0
- register_pcapng_option_handler@Base 1.99.2
- wtap_add_generated_idb@Base 3.3.0
- wtap_addrinfo_list_empty@Base 2.5.0
- wtap_block_add_custom_option@Base 3.5.0
- wtap_block_add_bytes_option@Base 3.5.0
- wtap_block_add_bytes_option_borrow@Base 3.5.0
- wtap_block_add_if_filter_option@Base 3.5.0
- wtap_block_add_ipv4_option@Base 2.1.2
- wtap_block_add_ipv6_option@Base 2.1.2
- wtap_block_add_nflx_custom_option@Base 3.5.0
- wtap_block_add_packet_verdict_option@Base 3.5.1
- wtap_block_add_string_option@Base 2.1.2
- wtap_block_add_string_option_format@Base 2.1.2
- wtap_block_add_uint32_option@Base 3.5.0
- wtap_block_add_uint64_option@Base 2.1.2
- wtap_block_add_uint8_option@Base 2.1.2
- wtap_block_array_free@Base 2.1.2
- wtap_block_copy@Base 2.1.2
- wtap_block_count_option@Base 3.5.0
- wtap_block_create@Base 2.1.2
- wtap_block_foreach_option@Base 2.1.2
- wtap_block_get_bytes_option_value@Base 3.5.0
- wtap_block_get_if_filter_option_value@Base 3.5.0
- wtap_block_get_ipv4_option_value@Base 2.1.2
- wtap_block_get_ipv6_option_value@Base 2.1.2
- wtap_block_get_mandatory_data@Base 2.1.2
- wtap_block_get_nflx_custom_option@Base 3.5.0
- wtap_block_get_nth_bytes_option_value@Base 3.5.0
- wtap_block_get_nth_packet_verdict_option_value@Base 3.5.1
- wtap_block_get_nth_string_option_value@Base 2.1.2
- wtap_block_get_string_option_value@Base 2.1.2
- wtap_block_get_type@Base 3.5.0
- wtap_block_get_uint32_option_value@Base 3.5.0
- wtap_block_get_uint64_option_value@Base 2.1.2
- wtap_block_get_uint8_option_value@Base 2.1.2
- wtap_block_make_copy@Base 3.3.2
- wtap_block_ref@Base 3.5.0
- wtap_block_remove_nth_option_instance@Base 2.2.0
- wtap_block_remove_option@Base 2.2.0
- wtap_block_set_bytes_option_value@Base 3.5.0
- wtap_block_set_if_filter_option_value@Base 3.5.0
- wtap_block_set_ipv4_option_value@Base 2.1.2
- wtap_block_set_ipv6_option_value@Base 2.1.2
- wtap_block_set_nth_bytes_option_value@Base 3.5.0
- wtap_block_set_nth_packet_verdict_option_value@Base 3.5.1
- wtap_block_set_nth_string_option_value@Base 2.1.2
- wtap_block_set_nth_string_option_value_format@Base 3.5.0
- wtap_block_set_string_option_value@Base 2.1.2
- wtap_block_set_string_option_value_format@Base 2.1.2
- wtap_block_set_uint32_option_value@Base 3.5.0
- wtap_block_set_uint64_option_value@Base 2.1.2
- wtap_block_set_uint8_option_value@Base 2.1.2
- wtap_block_unref@Base 3.5.0
- wtap_cleanup@Base 2.3.0
- wtap_cleareof@Base 1.9.1
- wtap_close@Base 1.9.1
- wtap_compression_type_description@Base 2.9.0
- wtap_compression_type_extension@Base 2.9.0
- 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_add_idb@Base 3.3.2
- 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_can_write_encap@Base 3.5.0
- wtap_dump_close@Base 1.9.1
- wtap_dump_discard_decryption_secrets@Base 3.0.0
- wtap_dump_fdopen@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_type_subtype@Base 3.3.2
- wtap_dump_file_write@Base 1.12.0~rc1
- wtap_dump_flush@Base 1.9.1
- wtap_dump_get_needs_reload@Base 2.5.0
- wtap_dump_open@Base 1.9.1
- wtap_dump_open_stdout@Base 2.0.0
- wtap_dump_open_tempfile@Base 2.0.0
- wtap_dump_params_cleanup@Base 2.9.0
- wtap_dump_params_discard_decryption_secrets@Base 3.0.0
- wtap_dump_params_init@Base 2.9.0
- wtap_dump_params_init_no_idbs@Base 3.3.2
- wtap_dump_set_addrinfo_list@Base 1.9.1
- wtap_encap_description@Base 2.9.1
- wtap_encap_name@Base 2.9.1
- wtap_encap_requires_phdr@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_nrb@Base 2.1.2
- wtap_file_get_num_shbs@Base 3.3.0
- wtap_file_get_shb@Base 1.99.9
- wtap_file_size@Base 1.9.1
- wtap_file_tsprec@Base 1.99.0
- wtap_file_type_subtype@Base 1.12.0~rc1
- wtap_file_type_subtype_description@Base 3.5.0
- wtap_file_type_subtype_name@Base 3.5.0
- wtap_file_type_subtype_supports_block@Base 3.5.0
- wtap_file_type_subtype_supports_option@Base 3.5.0
- wtap_free_extensions_list@Base 1.9.1
- wtap_free_idb_info@Base 1.99.9
- wtap_fstat@Base 1.9.1
- wtap_get_all_capture_file_extensions_list@Base 2.3.0
- wtap_get_all_compression_type_extensions_list@Base 2.9.0
- wtap_get_all_file_extensions_list@Base 2.6.2
- wtap_get_bytes_dumped@Base 1.9.1
- wtap_get_compression_type@Base 2.9.0
- wtap_get_debug_if_descr@Base 1.99.9
- 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_next_interface_description@Base 3.3.2
- wtap_get_num_encap_types@Base 1.9.1
- wtap_get_num_file_type_extensions@Base 1.12.0~rc1
- wtap_get_savable_file_types_subtypes_for_file@Base 3.5.0
- wtap_get_writable_file_types_subtypes@Base 3.5.0
- wtap_has_open_info@Base 1.12.0~rc1
- wtap_init@Base 2.3.0
- wtap_name_to_encap@Base 2.9.1
- wtap_name_to_file_type_subtype@Base 3.5.0
- wtap_open_offline@Base 1.9.1
- wtap_opttypes_initialize@Base 2.1.2
- wtap_opttypes_cleanup@Base 2.3.0
- wtap_packet_verdict_free@Base 3.5.1
- wtap_pcap_encap_to_wtap_encap@Base 1.9.1
- wtap_pcap_file_type_subtype@Base 3.5.0
- wtap_pcap_nsec_file_type_subtype@Base 3.5.0
- wtap_pcapng_file_type_subtype@Base 3.5.0
- wtap_plugins_supported@Base 3.5.0
- wtap_read@Base 1.9.1
- wtap_read_bytes@Base 1.99.1
- wtap_read_bytes_or_eof@Base 1.99.1
- wtap_read_packet_bytes@Base 1.12.0~rc1
- wtap_read_so_far@Base 1.9.1
- wtap_rec_cleanup@Base 2.5.1
- wtap_rec_init@Base 2.5.1
- wtap_rec_reset@Base 3.5.0
- wtap_register_encap_type@Base 1.9.1
- wtap_register_file_type_extension@Base 1.12.0~rc1
- wtap_register_file_type_subtype@Base 3.5.0
- wtap_register_open_info@Base 1.12.0~rc1
- wtap_register_plugin@Base 2.5.0
- 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_secrets@Base 2.9.0
- wtap_set_cb_new_ipv4@Base 1.9.1
- wtap_set_cb_new_ipv6@Base 1.9.1
- wtap_snapshot_length@Base 1.9.1
- wtap_strerror@Base 1.9.1
- wtap_tsprec_string@Base 1.99.9
- wtap_uses_lua_filehandler@Base 3.5.1
- wtap_write_shb_comment@Base 1.9.1
diff --git a/debian/libwsutil-dev.install b/debian/libwsutil-dev.install
deleted file mode 100644
index 2284dee2ea..0000000000
--- a/debian/libwsutil-dev.install
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/lib/*/libwsutil.so
-ws_attributes.h usr/include/wireshark
-ws_compiler_tests.h usr/include/wireshark
-ws_diag_control.h usr/include/wireshark
-ws_symbol_export.h usr/include/wireshark
-wsutil/*.h usr/include/wireshark/wsutil
-wsutil/wmem/*.h usr/include/wireshark/wsutil/wmem
diff --git a/debian/libwsutil0.install b/debian/libwsutil0.install
deleted file mode 100644
index e9f0761286..0000000000
--- a/debian/libwsutil0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libwsutil.so.*
diff --git a/debian/libwsutil0.symbols b/debian/libwsutil0.symbols
deleted file mode 100644
index 146080d5fe..0000000000
--- a/debian/libwsutil0.symbols
+++ /dev/null
@@ -1,420 +0,0 @@
-libwsutil.so.0 libwsutil0 #MINVER#
- Dot11DecryptWepDecrypt@Base 2.5.0
- Eax_Decrypt@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
- allowed_profile_filenames@Base 3.1.1
- ascii_strdown_inplace@Base 1.10.0
- ascii_strup_inplace@Base 1.10.0
- bitswap_buf_inplace@Base 1.12.0~rc1
- bytes_to_hexstr@Base 3.5.0
- bytes_to_hexstr_punct@Base 3.5.0
- bytes_to_str_max@Base 3.5.0
- bytes_to_str_punct_max@Base 3.5.0
- codec_decode@Base 3.1.0
- codec_get_channels@Base 3.1.0
- codec_get_frequency@Base 3.1.0
- codec_init@Base 3.1.0
- codec_release@Base 3.1.0
- codecs_cleanup@Base 3.1.0
- codecs_init@Base 3.1.0
- codecs_register_plugin@Base 3.1.0
- config_file_exists_with_entries@Base 2.9.0
- 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_0x080F_seed@Base 2.3.0
- crc16_0x3D65_seed@Base 1.99.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_iso14443a@Base 2.1.0
- crc16_plain_update@Base 1.10.0
- crc16_usb@Base 3.1.0
- crc16_x25_ccitt_seed@Base 1.99.3
- crc32_0x5D6DCB_seed@Base 2.3.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
- crc5_usb_11bit_input@Base 3.1.1
- crc5_usb_19bit_input@Base 3.1.1
- crc6_0X6F@Base 1.12.0~rc1
- crc7update@Base 1.10.0
- crc8_0x2F@Base 1.10.0
- crc8_0x37@Base 2.3.0
- crc8_0x3B@Base 2.3.0
- create_persconffile_dir@Base 1.12.0~rc1
- create_persconffile_profile@Base 1.12.0~rc1
- create_profiles_dir@Base 2.5.0
- create_tempfile@Base 1.12.0~rc1
- create_timestamp@Base 2.5.0
- crypt_des_ecb@Base 2.3.0
- crypto_scalarmult_curve25519@Base 2.9.0
- crypto_scalarmult_curve25519_base@Base 2.9.0
- data_file_url@Base 2.3.0
- decrypt_xtea_ecb@Base 2.5.0
- decrypt_xtea_le_ecb@Base 2.5.0
- delete_persconffile_profile@Base 1.12.0~rc1
- deregister_codec@Base 3.1.0
- dword_to_hex@Base 3.5.1
- dword_to_hex_punct@Base 3.5.1
- eui64_to_str@Base 3.5.1
- file_exists@Base 1.12.0~rc1
- file_needs_reopen@Base 3.0.6
- 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
- filetime_to_nstime@Base 2.0.0
- find_codec@Base 3.1.0
- find_last_pathname_separator@Base 1.12.0~rc1
- format_size_wmem@Base 3.5.0
- free_progdirs@Base 2.3.0
- get_basename@Base 1.12.0~rc1
- get_copyright_info@Base 1.99.0
- get_cur_groupname@Base 1.10.0
- get_cur_username@Base 1.10.0
- get_cpu_info@Base 2.3.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_extcap_dir@Base 1.99.0
- get_friendly_program_name@Base 3.5.0
- get_global_profiles_dir@Base 1.12.0~rc1
- get_os_version_info@Base 1.99.0
- get_persconffile_path@Base 1.12.0~rc1
- get_persdatafile_dir@Base 1.12.0~rc1
- get_plugins_dir@Base 2.5.0
- get_plugins_dir_with_version@Base 2.5.0
- get_plugins_pers_dir@Base 1.12.0~rc1
- get_plugins_pers_dir_with_version@Base 2.5.0
- get_profile_dir@Base 2.9.0
- 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_resource_usage@Base 2.3.0
- get_systemfile_dir@Base 1.12.0~rc1
- guint32_to_str_buf@Base 3.5.1
- guint64_to_str_buf@Base 3.5.1
- guint8_to_hex@Base 3.5.1
- has_global_profiles@Base 1.12.0~rc1
- hex64_to_str_back_len@Base 3.5.1
- hex_to_str_back_len@Base 3.5.1
- hkdf_expand@Base 2.5.1
- ieee80211_chan_to_mhz@Base 1.99.7
- ieee80211_mhz_to_chan@Base 1.99.7
- ieee80211_mhz_to_str@Base 1.99.7
- init_process_policies@Base 1.10.0
- init_progfile_dir@Base 1.12.0~rc1
- init_report_message@Base 2.3.0
- int64_to_str_back@Base 3.5.1
- int_compare@Base 3.6.0
- int_to_str_back@Base 3.5.1
- ip6_to_str@Base 3.5.1
- ip6_to_str_buf@Base 3.5.1
- ip_to_str@Base 3.5.1
- ip_to_str_buf@Base 3.5.1
- ipxnet_to_str_punct@Base 3.5.1
- is_default_profile@Base 1.12.0~rc1
- isdigit_string@Base 1.10.0
- iso8601_to_nstime@Base 3.5.0
- isprint_string@Base 1.10.0
- isprint_utf8_string@Base 2.6.1
- json_decode_string_inplace@Base 2.9.0
- json_dumper_begin_array@Base 2.9.0
- json_dumper_begin_base64@Base 2.9.1
- json_dumper_begin_object@Base 2.9.0
- json_dumper_end_array@Base 2.9.0
- json_dumper_end_base64@Base 2.9.1
- json_dumper_end_object@Base 2.9.0
- json_dumper_finish@Base 2.9.0
- json_dumper_set_member_name@Base 2.9.0
- json_dumper_value_anyf@Base 2.9.0
- json_dumper_value_double@Base 3.0.0
- json_dumper_value_string@Base 2.9.0
- json_dumper_value_va_list@Base 2.9.1
- json_dumper_write_base64@Base 2.9.1
- json_get_array@Base 3.5.0
- json_get_array_index@Base 3.5.0
- json_get_array_len@Base 3.5.0
- json_get_double@Base 3.1.0
- json_get_object@Base 3.1.0
- json_get_string@Base 3.1.0
- json_parse@Base 2.9.0
- json_validate@Base 2.9.0
- linear2alaw@Base 1.12.0~rc1
- linear2ulaw@Base 1.12.0~rc1
- local_interfaces_to_list@Base 2.1.2
- log_resource_usage@Base 2.1.2
- 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
- nsfiletime_to_nstime@Base 2.0.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
- oct64_to_str_back@Base 3.5.1
- oct_to_str_back@Base 3.5.1
- please_report_bug@Base 3.1.0
- please_report_bug_short@Base 3.1.0
- plugins_cleanup@Base 2.3.0
- plugins_dump_all@Base 1.12.0~rc1
- plugins_get_count@Base 2.5.0
- plugins_get_descriptions@Base 1.12.0~rc1
- printable_char_or_period@Base 1.99.0
- profile_exists@Base 1.12.0~rc1
- profile_register_persconffile@Base 3.5.1
- profile_store_persconffiles@Base 1.12.0~rc1
- qword_to_hex@Base 3.5.1
- qword_to_hex_punct@Base 3.5.1
- register_codec@Base 3.1.0
- relinquish_special_privs_perm@Base 1.10.0
- rename_persconffile_profile@Base 1.12.0~rc1
- report_cfile_close_failure@Base 3.5.0
- report_cfile_dump_open_failure@Base 3.5.0
- report_cfile_open_failure@Base 3.5.0
- report_cfile_read_failure@Base 3.5.0
- report_cfile_write_failure@Base 3.5.0
- report_failure@Base 1.12.0~rc1
- report_open_failure@Base 1.12.0~rc1
- report_read_failure@Base 1.12.0~rc1
- report_warning@Base 2.3.0
- report_write_failure@Base 1.12.0~rc1
- rsa_load_pem_key@Base 2.5.0
- rsa_load_pkcs12@Base 2.5.0
- rsa_decrypt_inplace@Base 2.5.0
- rsa_private_key_free@Base 2.5.0
- rsa_privkey_to_sexp@Base 2.5.0
- running_in_build_directory@Base 1.12.0~rc1
- running_with_special_privs@Base 1.10.0
- plugins_init@Base 2.5.0
- set_persconffile_dir@Base 1.12.0~rc1
- set_persdatafile_dir@Base 1.12.0~rc1
- set_profile_name@Base 1.12.0~rc1
- sober128_add_entropy@Base 1.99.0
- sober128_read@Base 1.99.0
- sober128_start@Base 1.99.0
- started_with_special_privs@Base 1.10.0
- test_for_directory@Base 1.12.0~rc1
- test_for_fifo@Base 1.12.0~rc1
- tm_is_valid@Base 3.5.0
- type_util_gdouble_to_guint64@Base 1.10.0
- type_util_guint64_to_gdouble@Base 1.10.0
- uint_compare@Base 3.6.0
- uint64_to_str_back@Base 3.5.1
- uint64_to_str_back_len@Base 3.5.1
- uint_to_str_back@Base 3.5.1
- uint_to_str_back_len@Base 3.5.1
- ulaw2linear@Base 1.12.0~rc1
- unix_epoch_to_nstime@Base 3.5.0
- update_adler32@Base 1.12.0~rc1
- update_crc10_by_bytes@Base 1.10.0
- wmem_alloc0@Base 3.5.0
- wmem_alloc@Base 3.5.0
- wmem_allocator_new@Base 3.5.0
- wmem_array_append@Base 3.5.0
- wmem_array_bzero@Base 3.5.0
- wmem_array_get_count@Base 3.5.0
- wmem_array_get_raw@Base 3.5.0
- wmem_array_grow@Base 3.5.0
- wmem_array_index@Base 3.5.0
- wmem_array_new@Base 3.5.0
- wmem_array_set_null_terminator@Base 3.5.0
- wmem_array_sized_new@Base 3.5.0
- wmem_array_sort@Base 3.5.0
- wmem_array_try_index@Base 3.5.0
- wmem_ascii_strdown@Base 3.5.0
- wmem_cleanup@Base 3.5.0
- wmem_destroy_allocator@Base 3.5.0
- wmem_destroy_array@Base 3.5.0
- wmem_destroy_list@Base 3.5.0
- wmem_double_hash@Base 3.5.0
- wmem_enter_scope@Base 3.5.0
- wmem_free@Base 3.5.0
- wmem_free_all@Base 3.5.0
- wmem_gc@Base 3.5.0
- wmem_in_scope@Base 3.5.0
- wmem_init@Base 3.5.0
- wmem_int64_hash@Base 3.5.0
- wmem_itree_find_intervals@Base 3.5.0
- wmem_itree_insert@Base 3.5.0
- wmem_itree_is_empty@Base 3.5.0
- wmem_itree_new@Base 3.5.0
- wmem_leave_scope@Base 3.5.0
- wmem_list_append@Base 3.5.0
- wmem_list_count@Base 3.5.0
- wmem_list_find@Base 3.5.0
- wmem_list_find_custom@Base 3.5.0
- wmem_list_foreach@Base 3.5.0
- wmem_list_frame_data@Base 3.5.0
- wmem_list_frame_next@Base 3.5.0
- wmem_list_frame_prev@Base 3.5.0
- wmem_list_head@Base 3.5.0
- wmem_list_insert_sorted@Base 3.5.0
- wmem_list_new@Base 3.5.0
- wmem_list_prepend@Base 3.5.0
- wmem_list_remove@Base 3.5.0
- wmem_list_remove_frame@Base 3.5.0
- wmem_list_tail@Base 3.5.0
- wmem_map_contains@Base 3.5.0
- wmem_map_foreach@Base 3.5.0
- wmem_map_get_keys@Base 3.5.0
- wmem_map_insert@Base 3.5.0
- wmem_map_lookup@Base 3.5.0
- wmem_map_lookup_extended@Base 3.5.0
- wmem_map_new@Base 3.5.0
- wmem_map_new_autoreset@Base 3.5.0
- wmem_map_remove@Base 3.5.0
- wmem_map_size@Base 3.5.0
- wmem_map_steal@Base 3.5.0
- wmem_memdup@Base 3.5.0
- wmem_realloc@Base 3.5.0
- wmem_register_callback@Base 3.5.0
- wmem_stack_peek@Base 3.5.0
- wmem_stack_pop@Base 3.5.0
- wmem_str_hash@Base 3.5.0
- wmem_strbuf_append@Base 3.5.0
- wmem_strbuf_append_c@Base 3.5.0
- wmem_strbuf_append_len@Base 3.5.0
- wmem_strbuf_append_printf@Base 3.5.0
- wmem_strbuf_append_unichar@Base 3.5.0
- wmem_strbuf_append_vprintf@Base 3.5.0
- wmem_strbuf_destroy@Base 3.5.0
- wmem_strbuf_finalize@Base 3.5.0
- wmem_strbuf_get_len@Base 3.5.0
- wmem_strbuf_get_str@Base 3.5.0
- wmem_strbuf_new@Base 3.5.0
- wmem_strbuf_sized_new@Base 3.5.0
- wmem_strbuf_truncate@Base 3.5.0
- wmem_strconcat@Base 3.5.0
- wmem_strdup@Base 3.5.0
- wmem_strdup_printf@Base 3.5.0
- wmem_strdup_vprintf@Base 3.5.0
- wmem_strjoin@Base 3.5.0
- wmem_strjoinv@Base 3.5.0
- wmem_strndup@Base 3.5.0
- wmem_strong_hash@Base 3.5.0
- wmem_strsplit@Base 3.5.0
- wmem_tree_count@Base 3.5.0
- wmem_tree_destroy@Base 3.5.0
- wmem_tree_foreach@Base 3.5.0
- wmem_tree_insert32@Base 3.5.0
- wmem_tree_insert32_array@Base 3.5.0
- wmem_tree_insert_string@Base 3.5.0
- wmem_tree_is_empty@Base 3.5.0
- wmem_tree_lookup32@Base 3.5.0
- wmem_tree_lookup32_array@Base 3.5.0
- wmem_tree_lookup32_array_le@Base 3.5.0
- wmem_tree_lookup32_le@Base 3.5.0
- wmem_tree_lookup_string@Base 3.5.0
- wmem_tree_new@Base 3.5.0
- wmem_tree_new_autoreset@Base 3.5.0
- wmem_tree_remove_string@Base 3.5.0
- wmem_tree_remove32@Base 3.5.0
- wmem_unregister_callback@Base 3.5.0
- word_to_hex@Base 3.5.1
- word_to_hex_npad@Base 3.5.1
- word_to_hex_punct@Base 3.5.1
- write_file_binary_mode@Base 3.5.0
- ws_add_crash_info@Base 1.10.0
- ws_ascii_strnatcasecmp@Base 1.99.1
- ws_ascii_strnatcmp@Base 1.99.1
- ws_assert_failed@Base 3.5.0
- ws_base32_decode@Base 2.3.0
- ws_basestrtou16@Base 2.9.0
- ws_basestrtou32@Base 2.9.0
- ws_basestrtou64@Base 2.9.0
- ws_basestrtou8@Base 2.9.0
- ws_basestrtou@Base 3.3.0
- ws_buffer_append@Base 1.99.0
- ws_buffer_assure_space@Base 1.99.0
- ws_buffer_free@Base 1.99.0
- ws_buffer_init@Base 1.99.0
- ws_buffer_remove_start@Base 1.99.0
- ws_cleanup_sockets@Base 3.1.0
- ws_cmac_buffer@Base 3.1.0
- ws_getopt@Base 3.5.1
- ws_getopt_long@Base 3.5.1
- ws_getopt_long_only@Base 3.5.1
- ws_buffer_cleanup@Base 2.3.0
- ws_hexstrtou16@Base 2.3.0
- ws_hexstrtou32@Base 2.3.0
- ws_hexstrtou64@Base 2.3.0
- ws_hexstrtou8@Base 2.3.0
- ws_hexstrtou@Base 3.3.0
- ws_hmac_buffer@Base 2.3.0
- ws_inet_ntop4@Base 2.1.2
- ws_inet_ntop6@Base 2.1.2
- ws_inet_pton4@Base 2.1.2
- ws_inet_pton6@Base 2.1.2
- ws_init_sockets@Base 3.1.0
- ws_log@Base 3.5.0
- ws_log_add_custom_file@Base 3.5.0
- ws_log_buffer_full@Base 3.5.1
- ws_log_default_writer@Base 3.5.0
- ws_log_full@Base 3.5.0
- ws_log_get_level@Base 3.5.0
- ws_log_init@Base 3.5.0
- ws_log_init_with_writer@Base 3.5.0
- ws_log_init_with_writer_and_data@Base 3.5.0
- ws_log_level_to_string@Base 3.5.0
- ws_log_msg_is_active@Base 3.5.0
- ws_log_parse_args@Base 3.5.0
- ws_log_print_usage@Base 3.5.0
- ws_log_set_debug_filter@Base 3.5.0
- ws_log_set_domain_filter@Base 3.5.0
- ws_log_set_noisy_filter@Base 3.5.0
- ws_log_set_fatal@Base 3.5.0
- ws_log_set_fatal_str@Base 3.5.0
- ws_log_set_level@Base 3.5.0
- ws_log_set_level_str@Base 3.5.0
- ws_log_write_always_full@Base 3.5.0
- ws_logv@Base 3.5.0
- ws_logv_full@Base 3.5.0
- ws_mempbrk_compile@Base 1.99.4
- ws_mempbrk_exec@Base 1.99.4
- ws_optarg@Base 3.5.1
- ws_opterr@Base 3.5.1
- ws_optind@Base 3.5.1
- ws_optopt@Base 3.5.1
- ws_optpos@Base 3.5.1
- ws_optreset@Base 3.5.1
- ws_pipe_close@Base 2.6.5
- ws_pipe_data_available@Base 2.5.0
- ws_pipe_init@Base 2.5.1
- ws_pipe_spawn_async@Base 2.5.1
- ws_pipe_spawn_sync@Base 2.5.1
- ws_read_string_from_pipe@Base 2.5.0
- ws_socket_ptoa@Base 3.1.1
- ws_strtoi16@Base 2.3.0
- ws_strtoi32@Base 2.3.0
- ws_strtoi64@Base 2.3.0
- ws_strtoi8@Base 2.3.0
- ws_strtoi@Base 3.3.0
- ws_strtou16@Base 2.3.0
- ws_strtou32@Base 2.3.0
- ws_strtou64@Base 2.3.0
- ws_strtou8@Base 2.3.0
- ws_strtou@Base 3.3.0
- ws_utf8_char_len@Base 1.12.0~rc1
- ws_vadd_crash_info@Base 2.5.2
- ws_xton@Base 1.12.0~rc1
diff --git a/debian/license-text-about-dialog b/debian/license-text-about-dialog
deleted file mode 100644
index 9aa38b2b67..0000000000
--- a/debian/license-text-about-dialog
+++ /dev/null
@@ -1,15 +0,0 @@
-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/maxmind_db_paths b/debian/maxmind_db_paths
deleted file mode 100644
index 0ca498c9b8..0000000000
--- a/debian/maxmind_db_paths
+++ /dev/null
@@ -1 +0,0 @@
-"/usr/share/GeoIP"
diff --git a/debian/patches/09_idl2wrs.patch b/debian/patches/09_idl2wrs.patch
deleted file mode 100644
index 87cb8c38ed..0000000000
--- a/debian/patches/09_idl2wrs.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-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 - https://www.wireshark.org/tools/modelines.html
diff --git a/debian/patches/16_licence_about_location.patch b/debian/patches/16_licence_about_location.patch
deleted file mode 100644
index c40e89af59..0000000000
--- a/debian/patches/16_licence_about_location.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Change location of license file in about dialog
-Forwarded: not-needed
-Author: Frederic Peters <fpeters@debian.org>
-
---- a/ui/qt/about_dialog.cpp
-+++ b/ui/qt/about_dialog.cpp
-@@ -335,7 +335,7 @@
- #if defined(_WIN32)
- f_license.setFileName(get_datafile_path("COPYING.txt"));
- #else
-- f_license.setFileName(get_datafile_path("COPYING"));
-+ f_license.setFileName(get_datafile_path("ABOUT.GPL"));
- #endif
-
- f_license.open(QFile::ReadOnly | QFile::Text);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 07c543b0a4..0000000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-09_idl2wrs.patch
-16_licence_about_location.patch
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
deleted file mode 100644
index cef83a3407..0000000000
--- a/debian/po/POTFILES.in
+++ /dev/null
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
deleted file mode 100644
index 186c9f8023..0000000000
--- a/debian/po/cs.po
+++ /dev/null
@@ -1,138 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Martin Sin <martin.sin@zshk.cz>, 2009
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Czech (http://www.transifex.com/wireshark/wireshark/language/cs/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
-"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\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 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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/da.po b/debian/po/da.po
deleted file mode 100644
index f4b981fb42..0000000000
--- a/debian/po/da.po
+++ /dev/null
@@ -1,138 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# 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: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Danish (http://www.transifex.com/wireshark/wireshark/language/da/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: da\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/de.po b/debian/po/de.po
deleted file mode 100644
index d01d44c24e..0000000000
--- a/debian/po/de.po
+++ /dev/null
@@ -1,143 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Dominik Eismann <dominik.eismann@posteo.de>, 2016
-# Dominik Eismann <dominik.eismann@posteo.de>, 2016
-# uhei, 2017
-# uhei, 2015,2017
-# Uli Heilmeier, 2015
-# uhei, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: uhei\n"
-"Language-Team: German (http://www.transifex.com/wireshark/wireshark/language/de/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Should non-superusers be able to capture packets?"
-msgstr "Soll es normalen Benutzern erlaubt sein, Pakete aufzuzeichnen?"
-
-#. 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 es Mitgliedern der Systemgruppe \"wireshark\" erlaubt ist Pakete aufzuzeichnen. Da hier weniger Programmcode mit erhöhten Rechten ausgeführt wird ist diese Option eher zu empfehlen anstatt Wireshark/Tshark direkt als root-Benutzer zu starten."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"For more detailed information please see /usr/share/doc/wireshark-"
-"common/README.Debian."
-msgstr "Weitere detaillierte Informationen sind unter /usr/share/doc/wireshark-common/README.Debian zu finden."
-
-#. 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 "Da das Aktivieren dieser Funktion ein Sicherheitsrisiko darstellen kann, ist es standardmäßig deaktiviert. Es wird Empfohlen dies im Zweifelsfall deaktiviert zu lassen."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr "Erstellen der wireshark Systemgruppe fehlgeschlagen"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr "Die wireshark Gruppe existiert nicht und konnte nicht erstellt werden. Wireshark kann daher nicht so konfiguriert werden, dass ein Mitschnitt von Datenverkehr auch einem unpreviligiertem Benutzer möglich ist."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr "Bitte erstellen Sie die wireshark Systemgruppe und rekonfigurieren Sie wireshark-common nochmals."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr "Die wireshark Gruppe ist eine Systemgruppe"
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr "Die wireshark Gruppe existiert als eine Benutzergruppe. Die bevorzugte Konfiguration sieht vor, dass die Gruppe als Systemgruppe erstellt wird."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr "Als Ergebnis wird ein Löschen von wireshark-common nicht die Gruppe wireshark entfernen. Alles andere sollte normal funktionieren."
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr "Setzen der Einstellungen für dumpcap fehlgeschlagen"
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr "Der Versuch die Linux Fähigkeiten zum Berechtigen von Paket-Mitschnitten für dumpcamp zu vergeben ist gescheitert. Es wurde daher das Set-User-ID Bit gesetzt."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr "Entfernen der wireshark Gruppe fehlgeschlagen"
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr "Wenn das wireshark-common Paket so konfiguriert wird, damit einem Nicht-Superuser das Mitschneiden von Paketen erlaubt ist, dann wird das postinst Skript von wireshark-common die wireshark Gruppe als eine Systemgruppe erstellen."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr "Auf diesem System ist die wireshark Gruppe eine Benutzergruppe anstatt einer Systemgruppe. Das Löschen von wireshark-common wird die Gruppe daher nicht entfernen."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr "Wenn die Gruppe nicht mehr länger benötigt wird entfernen Sie diese bitte manuell."
diff --git a/debian/po/es.po b/debian/po/es.po
deleted file mode 100644
index 785bb5a933..0000000000
--- a/debian/po/es.po
+++ /dev/null
@@ -1,138 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009-2010
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Spanish (http://www.transifex.com/wireshark/wireshark/language/es/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\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 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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/eu.po b/debian/po/eu.po
deleted file mode 100644
index c18b3a8dc8..0000000000
--- a/debian/po/eu.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2010
-# Piarres Beobide <pi@beobide.net>, 2009
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Basque (http://www.transifex.com/wireshark/wireshark/language/eu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: eu\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 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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/fi.po b/debian/po/fi.po
deleted file mode 100644
index 564315a33c..0000000000
--- a/debian/po/fi.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# edu28b5088de91f4c05 <edu@iki.fi>, 2009
-# edu28b5088de91f4c05 <edu@iki.fi>, 2009
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Finnish (http://www.transifex.com/wireshark/wireshark/language/fi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fi\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
-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 "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ä."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/fr.po b/debian/po/fr.po
deleted file mode 100644
index 2b5de996dc..0000000000
--- a/debian/po/fr.po
+++ /dev/null
@@ -1,140 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Simon Paillard <spaillard@debian.org>, 2009
-# Yann Domingo, 2019
-# Yann Domingo, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2019-06-30 23:24+0000\n"
-"Last-Translator: Yann Domingo\n"
-"Language-Team: French (http://www.transifex.com/wireshark/wireshark/language/fr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\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 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'information, 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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/hu.po b/debian/po/hu.po
deleted file mode 100644
index e278060a6f..0000000000
--- a/debian/po/hu.po
+++ /dev/null
@@ -1,138 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# 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: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Hungarian (http://www.transifex.com/wireshark/wireshark/language/hu/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: hu\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\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 ahá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 ahálózati forgalmat. Ez biztonságosabb, mint rendszergazdaként futtatni aWireshark/Tshark programokat, mivel kevesebb kód fut így rendszergazdaijogokkal 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.Debianfá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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/id.po b/debian/po/id.po
deleted file mode 100644
index fdfb7b6865..0000000000
--- a/debian/po/id.po
+++ /dev/null
@@ -1,137 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Indonesian (http://www.transifex.com/wireshark/wireshark/language/id/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
-"Plural-Forms: nplurals=1; plural=0;\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"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/it.po b/debian/po/it.po
deleted file mode 100644
index 18ebce882a..0000000000
--- a/debian/po/it.po
+++ /dev/null
@@ -1,138 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Vincenzo Reale <vinx.reale@gmail.com>, 2015,2017
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
-"Language-Team: Italian (http://www.transifex.com/wireshark/wireshark/language/it/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid "Should non-superusers be able to capture packets?"
-msgstr "Vuoi consentire la cattura dei pacchetti agli utenti non privilegiati?"
-
-#. 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 consentire ai membri del gruppo di sistema \"wireshark\" di catturare i pacchetti. Ciò è consigliato all'alternativa di eseguire Wireshark/Tshark come root, poiché una parte minore del codice sarà eseguita con privilegi elevati."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-msgid ""
-"For more detailed information please see /usr/share/doc/wireshark-"
-"common/README.Debian."
-msgstr "Per ulteriori informazioni, vedi /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'abilitazione di questa funzionalità potrebbe essere un rischio per la sicurezza, perciò è disabilitata in modo predefinito. Se hai dubbi, ti consigliamo di lasciarla disabilitata."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr "Creazione del gruppo di sistema wireshark non riuscita"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr "Il gruppo wireshark non esiste, e la sua creazione non è riuscita, per cui Wireshark non può essere configurato per catturare il traffico con un utente non privilegiato."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr "Crea il gruppo di sistema wireshark e prova a configurare nuovamente wireshark-common."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr "Il gruppo wireshark è un gruppo di sistema"
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr "Il gruppo wireshark esiste come gruppo utente, ma la configurazione preferita consiste nel crearlo come gruppo di sistema."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr "Come risultato, la rimozione di wireshark-common non rimuoverà il gruppo wireshark, ma tutto il resto dovrebbe funzionare correttamente."
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr "Impostazione delle capacità di dumpcap non riuscita"
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr "Il tentativo di utilizzare le capacità di Linux per accordare i privilegi di cattura dei pacchetti al binario dumpcap non è riuscito. Invece, è stato impostato il bit set-user-id."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr "Rimozione del gruppo di sistema wireshark non riuscita"
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr "Quando il pacchetto wireshark-common è configurato per consentire a utenti non privilegiati di catturare pacchetti, lo script di post-installazione di wireshark-common crea un gruppo wireshark come un gruppo di sistema."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr "Tuttavia, su questo sistema il gruppo wireshark è un gruppo utente invece di essere un gruppo di sistema, per cui la rimozione di wireshark-common non lo ha rimosso."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr "Se il gruppo non è più necessario, rimuovilo manualmente."
diff --git a/debian/po/ja.po b/debian/po/ja.po
deleted file mode 100644
index f5e0c898e2..0000000000
--- a/debian/po/ja.po
+++ /dev/null
@@ -1,137 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 08:02+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Japanese (http://www.transifex.com/wireshark/wireshark/language/ja/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ja\n"
-"Plural-Forms: nplurals=1; plural=0;\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 "この機能を有効にするのはセキュリティ上のリスクになる可能性があるので、デフォルトでは無効にされています。分からない場合は無効のままにしておくことをお勧めします。"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/ko.po b/debian/po/ko.po
deleted file mode 100644
index dea00e1e50..0000000000
--- a/debian/po/ko.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# ks k, 2019
-# ks k, 2019
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2019-11-24 12:41+0000\n"
-"Last-Translator: ks k\n"
-"Language-Team: Korean (http://www.transifex.com/wireshark/wireshark/language/ko/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ko\n"
-"Plural-Forms: nplurals=1; plural=0;\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를 실행시키는 것의 대안으로 좀 더 적은 권한으로 패킷 갈무리를 하기위해 \"와이어샤크\" 체제 묶음의 일원인 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 "활성화 하는 것은 보안상 위험할 수 있기 때문에 기본적으로 비활성화 되어 있습니다. 비활성화로 두는 것을 추천합니다."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr "와이어샤크 체제 묶음 작성에 실패했습니다"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr "와이어샤크 묶음은 존재하지 않아 만들기에 실패하므로 와이어샤크는 권한이 없는 사용자로 트래픽을 갈무리하도록 구성할 수 없습니다."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr "와이어샤크 체제 묶음을 작성하고 wireshark-common 구성을 다시 시도하십시오."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr "와이어샤크 묶음은 체제 묶음입니다"
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr "와이어샤크 묶음은 사용자 묶음으로 존재하지만 기본 구성은 체제 묶음으로 작성하는 것입니다."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr "결과적으로 wireshark-common을 제거해도 와이어샤크 묶음이 제거되지는 않지만 다른 모든 기능은 제대로 작동해야합니다."
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr "덤프캡에 대한 기능 설정 실패"
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr "리눅스 기능을 사용하여 덤프 갈무리 바이너리에 패킷 갈무리 권한을 부여하려는 시도가 실패했습니다. 대신 set-user-id 비트가 설정되었습니다."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr "와이어샤크 묶음을 제거하지 못했습니다."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr "슈퍼 유저가 아닌 사용자가 패킷을 갈무리 할 수 있도록 wireshark-common 패키지를 구성하면 wireshark-common의 postinst 스크립트가 와이어샤크 묶음을 체제 묶음으로 만듭니다."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr "그러나, 이 체제에서 와이어샤크 묶음은 체제 묶음이 아닌 사용자 묶음이므로 wireshark-common을 제거해도 제거되지 않았습니다."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr "묶음이 더 이상 필요하지 않으면 수동으로 제거하십시오."
diff --git a/debian/po/nl.po b/debian/po/nl.po
deleted file mode 100644
index 30ccb01611..0000000000
--- a/debian/po/nl.po
+++ /dev/null
@@ -1,138 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# 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\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Dutch (http://www.transifex.com/wireshark/wireshark/language/nl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: nl\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/pt.po b/debian/po/pt.po
deleted file mode 100644
index 8e4e08c741..0000000000
--- a/debian/po/pt.po
+++ /dev/null
@@ -1,137 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Portuguese (http://www.transifex.com/wireshark/wireshark/language/pt/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\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 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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
deleted file mode 100644
index cd424ffc2e..0000000000
--- a/debian/po/pt_BR.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Adriano Rafael Gomes <adrianorg@gmail.com>, 2010
-# Rafael Henrique da Silva Correia <rafaelhenriqu@gmail.com>, 2009
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Portuguese (Brazil) (http://www.transifex.com/wireshark/wireshark/language/pt_BR/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\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 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."
-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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/ru.po b/debian/po/ru.po
deleted file mode 100644
index d37256edb0..0000000000
--- a/debian/po/ru.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Vladlen Shapo <vladlen.shapo@gmail.com>, 2017
-# Yuri Kozlov <yuray@komyakino.ru>, 2009-2010
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-11-23 18:24+0000\n"
-"Last-Translator: Vladlen Shapo <vladlen.shapo@gmail.com>\n"
-"Language-Team: Russian (http://www.transifex.com/wireshark/wireshark/language/ru/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\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 "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 "Использование данной возможности влияет на безопасность, поэтому по умолчанию не используется. Если сомневаетесь, то оставьте выключенной."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr "Создание системной группы wireshark не выполнено"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr "Группа wireshark не существует, её создание не выполнено, поэтому Wireshark не может быть сконфигурирован для захвата трафика в качестве непривилегированного пользователя."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr "Пожалуйста, создайте системную группу wireshark и попробуйте вновь выполнить конфигурирование wireshark-common. "
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr "Группа wireshark является системной группой."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr "Группа wireshark существует как пользовательская группа, но предпочтительная конфигурация для неё - быть созданной в качестве системной группы."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr "Как результат, очистка wireshark-common не удалит группу wireshark, но всё остальное должно работать правильно."
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr "Установка возможностей для dumpcap закончилась ошибкой."
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr "Попытка использовать возможности Linux для присвоения привилегий для захвата пакетов двоичному dumpcap закончилась ошибкой. Однако был установлен бит идентификации пользователя set-user-id ."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr "Удаление группы wireshark не выполнено."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr "Когда пакет wireshark-common сконфигурирован так, чтобы позволить не суперпользователям захватывать пакеты, скрипт postinst в wireshark-common создаёт группу wireshark как системную группу."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr "Однако в этой системе группа wireshark - пользовательская группа, вместо того, чтобы быть системной группой, поэтому очистка wireshark-common не удалит её."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr "Если группа более не нужна, пожалуйста, удалите её вручную."
diff --git a/debian/po/sk.po b/debian/po/sk.po
deleted file mode 100644
index 93f26f0008..0000000000
--- a/debian/po/sk.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Automatically generated, 2011
-# Slavko <linux@slavino.sk>, 2011
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Slovak (http://www.transifex.com/wireshark/wireshark/language/sk/)\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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\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ú."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/sv.po b/debian/po/sv.po
deleted file mode 100644
index 03e521ebca..0000000000
--- a/debian/po/sv.po
+++ /dev/null
@@ -1,139 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-# Göran Uddeborg <goeran@uddeborg.se>, 2017
-# Martin Ågren <martin.agren@gmail.com>, 2009-2010
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-11-27 22:17+0000\n"
-"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
-"Language-Team: Swedish (http://www.transifex.com/wireshark/wireshark/language/sv/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: sv\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 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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr "Att skapa systemgruppen wireshark misslyckades"
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr "Gruppen wireshark finns inte, och att skapa den misslyckades, så Wireshark kan inte konfigureras att fånga trafik som en opriviligierad användare."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr "Skapa systemgruppen wireshark och försök konfigurera wireshark-common igen."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr "Gruppen wireshark är en systemgrupp"
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr "Gruppen wireshark finns som en användargrupp, men den rekommenderade konfigurationen är att den skapas som sen systemgrupp."
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr "Som ett resultat kommer rensning av wireshark-common inte ta bort gruppen wireshark, men allt annat skall fungera normalt."
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr "Att sätta förmågor för dumpcap misslyckades"
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr "Försöket att använda Linux förmågor (capabilities) för att ge rättigheter att fånga paket till programmet dumpcap misslyckades. Istället har det fått set-user-id-biten satt."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr "Att ta bort gruppen wireshark misslyckades"
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr "När paketet wireshark-common är konfigurerat för att tillåta andra än superanvändaren att fånga paket skapara postinst-skriptet i wireshark-common gruppen wireshark som en systemgrupp."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr "Dock är gruppen wireshark en användargrupp på detta system istället för en systemgrupp, så att rensa bort wireshark-common tog inte bort den."
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr "Om gruppen inte behövs längre, ta då bort den manuellt."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
deleted file mode 100644
index e5fa0f8c5c..0000000000
--- a/debian/po/templates.pot
+++ /dev/null
@@ -1,137 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\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"
-"Language: \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 ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being "
-"a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/po/vi.po b/debian/po/vi.po
deleted file mode 100644
index a08bbe8991..0000000000
--- a/debian/po/vi.po
+++ /dev/null
@@ -1,137 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the wireshark package.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Wireshark\n"
-"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
-"POT-Creation-Date: 2017-08-06 18:31-0400\n"
-"PO-Revision-Date: 2017-09-22 06:50+0000\n"
-"Last-Translator: Gerald Combs <gerald@wireshark.org>\n"
-"Language-Team: Vietnamese (http://www.transifex.com/wireshark/wireshark/language/vi/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Language: vi\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-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?"
-
-#. 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 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."
-
-#. Type: boolean
-#. Description
-#: ../templates:2001
-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 »."
-
-#. 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 "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."
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid "Creating the wireshark system group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"The wireshark group does not exist, and creating it failed, so Wireshark "
-"cannot be configured to capture traffic as an unprivileged user."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:3001
-msgid ""
-"Please create the wireshark system group and try configuring wireshark-"
-"common again."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid "The wireshark group is a system group"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"The wireshark group exists as a user group, but the preferred configuration "
-"is for it to be created as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:4001
-msgid ""
-"As a result, purging wireshark-common will not remove the wireshark group, "
-"but everything else should work properly."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid "Setting capabilities for dumpcap failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:5001
-msgid ""
-"The attempt to use Linux capabilities to grant packet-capturing privileges "
-"to the dumpcap binary failed. Instead, it has had the set-user-id bit set."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "Removal of the wireshark group failed"
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"When the wireshark-common package is configured to allow non-superusers to "
-"capture packets the postinst script of wireshark-common creates the "
-"wireshark group as a system group."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid ""
-"However, on this system the wireshark group is a user group instead of being"
-" a system group, so purging wireshark-common did not remove it."
-msgstr ""
-
-#. Type: error
-#. Description
-#: ../templates:6001
-msgid "If the group is no longer needed, please remove it manually."
-msgstr ""
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 5640fc3bc5..0000000000
--- a/debian/postinst
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh -e
-
-if test -e /usr/etc/manuf ; then rm /usr/etc/manuf ; fi
-
-#DEBHELPER#
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index a43261cbb1..0000000000
--- a/debian/rules
+++ /dev/null
@@ -1,87 +0,0 @@
-#!/usr/bin/make -f
-# 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
-
-# Catch symbol additions.
-export DPKG_GENSYMBOLS_CHECK_LEVEL=4
-
-distrelease := $(shell lsb_release -cs)
-ifeq ($(distrelease),n/a)
- distrelease := sid
-endif
-
-GIT_VERSION = "Git v$(DEB_VERSION_UPSTREAM)" packaged as "$(DEB_VERSION)"
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
- MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-endif
-
-ifeq ($(MAKE),ninja)
- DH_BUILDSYSTEM = cmake+ninja
-else
- DH_BUILDSYSTEM = cmake
-endif
-
-%:
- dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt
-
-override_dh_auto_configure:
- echo "#define VCSVERSION \"$(GIT_VERSION)\"" > version.h
- dh_auto_configure -- -DBUILD_xxx2deb=ON -DBUILD_corbaidl2wrs=ON
-
-override_dh_auto_build:
- # Ignore warnings from asn2wrs.py about duplicate field names.
- PYTHONWARNINGS='ignore:The same:UserWarning::0' \
- $(MAKE) -C $(CURDIR)/obj-* asn1
- dh_auto_build
- $(MAKE) -C $(CURDIR)/obj-* user_guide_html developer_guide_html
- # fix links in documentation
- sed -i "s|$(CURDIR)/docbook|..|" obj-*/docbook/ws*g_html_chunked/*.html
-ifneq ($(filter $(DEB_BUILD_OPTIONS),nocheck),)
- # Required for the "unittests" suite.
- $(MAKE) -C $(CURDIR)/obj-* test-programs
-endif
-
-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
- 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
-
-override_dh_install:
- dh_install
- # check all necessary headers are included
- $(CC) -c debian/headers-check.c $(shell pkg-config --cflags glib-2.0) $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get CFLAGS) -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
-
-override_dh_fixperms:
- dh_fixperms
- chmod 644 debian/wireshark-dev/usr/share/pyshared/make-plugin-reg.py \
- debian/wireshark-dev/usr/share/pyshared/wireshark_be.py \
- debian/wireshark-dev/usr/share/pyshared/wireshark_gen.py
-
-# Adapted from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861988
-override_dh_auto_test:
-ifneq ($(filter $(DEB_BUILD_OPTIONS),nocheck),)
- # XXX Add -- --verbose?
- dh_auto_test
-else
- @echo '"DEB_BUILD_OPTIONS" has "nocheck". Skipping tests'
-endif
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 89ae9db8f8..0000000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 49747df30c..0000000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# the package uses quilt, see: /usr/share/doc/quilt/README.source
-wireshark source: patch-system-but-no-source-readme
diff --git a/debian/templates b/debian/templates
deleted file mode 100644
index dc47130770..0000000000
--- a/debian/templates
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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.
-
-Template: wireshark-common/addgroup-failed
-Type: error
-_Description: Creating the wireshark system group failed
- The wireshark group does not exist, and creating it failed, so
- Wireshark cannot be configured to capture traffic as an unprivileged
- user.
- .
- Please create the wireshark system group and try configuring
- wireshark-common again.
-
-Template: wireshark-common/group-is-user-group
-Type: error
-_Description: The wireshark group is a system group
- The wireshark group exists as a user group, but the preferred
- configuration is for it to be created as a system group.
- .
- As a result, purging wireshark-common will not remove the wireshark
- group, but everything else should work properly.
-
-Template: wireshark-common/setcap-failed
-Type: error
-_Description: Setting capabilities for dumpcap failed
- The attempt to use Linux capabilities to grant packet-capturing
- privileges to the dumpcap binary failed. Instead, it has had the
- set-user-id bit set.
-
-Template: wireshark-common/group-removal-failed
-Type: error
-_Description: Removal of the wireshark group failed
- When the wireshark-common package is configured to allow
- non-superusers to capture packets the postinst script of
- wireshark-common creates the wireshark group as a system group.
- .
- However, on this system the wireshark group is a user group instead of
- being a system group, so purging wireshark-common did not remove it.
- .
- If the group is no longer needed, please remove it manually.
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 889d49c9fe..0000000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,5 +0,0 @@
-Tests: tshark
-Depends: tshark
-
-Tests: gui
-Depends: wireshark-qt, xvfb, xauth, at-spi2-core
diff --git a/debian/tests/frame-count.lua b/debian/tests/frame-count.lua
deleted file mode 100644
index b41b4d2050..0000000000
--- a/debian/tests/frame-count.lua
+++ /dev/null
@@ -1,17 +0,0 @@
-do
- packets = 0;
- local function init_listener()
- local tap = Listener.new("frame")
- function tap.reset()
- packets = 0;
- end
- function tap.packet(pinfo,tvb, ip)
- packets = packets + 1
- end
- function tap.draw()
- print("Packet count:", packets)
- os.exit(0)
- end
- end
- init_listener()
-end
diff --git a/debian/tests/gui b/debian/tests/gui
deleted file mode 100755
index 38ad706dbb..0000000000
--- a/debian/tests/gui
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# autopkgtest check: Run wireshark GUI to see basic functionality working
-# Author: Balint Reczey <balint@balintreczey.hu>
-
-set -e
-
-xvfb-run --auto-servernum -s '-screen 0 1920x1080x24 +extension GLX' wireshark -Xlua_script:debian/tests/frame-count.lua test/captures/dhcp.pcap 2>&1
-
-echo "run: OK"
diff --git a/debian/tests/tshark b/debian/tests/tshark
deleted file mode 100755
index 020574f772..0000000000
--- a/debian/tests/tshark
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-# autopkgtest check: Run tshark to see basic functionality working
-# Author: Balint Reczey <balint@balintreczey.hu>
-
-set -e
-
-tshark --version
-echo "run: OK"
diff --git a/debian/tshark.docs b/debian/tshark.docs
deleted file mode 100644
index e174728f54..0000000000
--- a/debian/tshark.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/README.Debian
diff --git a/debian/tshark.install b/debian/tshark.install
deleted file mode 100644
index 9fe0330e06..0000000000
--- a/debian/tshark.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/tshark
diff --git a/debian/tshark.lintian-overrides b/debian/tshark.lintian-overrides
deleted file mode 100644
index 4ac7504ef5..0000000000
--- a/debian/tshark.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# those long lines are examples which we can't break
-tshark: manpage-has-errors-from-man usr/share/man/man1/tshark.1.gz *
diff --git a/debian/tshark.manpages b/debian/tshark.manpages
deleted file mode 100644
index 8e9f3646c2..0000000000
--- a/debian/tshark.manpages
+++ /dev/null
@@ -1 +0,0 @@
-obj-*/doc/tshark.1
diff --git a/debian/wireshark-common.config b/debian/wireshark-common.config
deleted file mode 100644
index e81a176d29..0000000000
--- a/debian/wireshark-common.config
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-db_input high wireshark-common/install-setuid || true
-db_go
-
-exit 0
diff --git a/debian/wireshark-common.install b/debian/wireshark-common.install
deleted file mode 100644
index 3bfbd3c346..0000000000
--- a/debian/wireshark-common.install
+++ /dev/null
@@ -1,13 +0,0 @@
-usr/bin/capinfos
-usr/bin/captype
-usr/bin/dumpcap
-usr/bin/editcap
-usr/bin/mergecap
-usr/bin/mmdbresolve
-usr/bin/randpkt
-usr/bin/rawshark
-usr/bin/reordercap
-usr/bin/text2pcap
-usr/lib/*/wireshark/extcap
-usr/share/icons/
-usr/share/mime/packages/
diff --git a/debian/wireshark-common.lintian-overrides b/debian/wireshark-common.lintian-overrides
deleted file mode 100644
index e87e3215f0..0000000000
--- a/debian/wireshark-common.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# those long lines are examples which we can't break
-wireshark-common: manpage-has-errors-from-man usr/share/man/man1/dumpcap.1.gz 156: warning [p 1, 2.0i]: can't break line
diff --git a/debian/wireshark-common.manpages b/debian/wireshark-common.manpages
deleted file mode 100644
index f32ca49cc4..0000000000
--- a/debian/wireshark-common.manpages
+++ /dev/null
@@ -1,17 +0,0 @@
-obj-*/doc/capinfos.1
-obj-*/doc/captype.1
-obj-*/doc/dumpcap.1
-obj-*/doc/editcap.1
-obj-*/doc/mergecap.1
-obj-*/doc/mmdbresolve.1
-obj-*/doc/randpkt.1
-obj-*/doc/rawshark.1
-obj-*/doc/reordercap.1
-obj-*/doc/text2pcap.1
-obj-*/doc/androiddump.1
-obj-*/doc/ciscodump.1
-obj-*/doc/randpktdump.1
-obj-*/doc/udpdump.1
-obj-*/doc/sshdump.1
-obj-*/doc/extcap.4
-obj-*/doc/wireshark-filter.4
diff --git a/debian/wireshark-common.postinst b/debian/wireshark-common.postinst
deleted file mode 100644
index 8e6df32f1f..0000000000
--- a/debian/wireshark-common.postinst
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-PROGRAM=$(dpkg-divert --truename /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
- if ! getent group wireshark > /dev/null; then
- db_input high wireshark-common/addgroup-failed || true
- db_go
- exit 1
- else
- db_input high wireshark-common/group-is-user-group || true
- db_go
- fi
- 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
- db_input high wireshark-common/setcap-failed || true
- db_go
- chmod u=rwxs,g=rx,o=r $PROGRAM
- fi
- else
- chmod u=rwxs,g=rx,o=r $PROGRAM
- fi
- fi
- fi
-else
- dpkg-statoverride --list $PROGRAM
-fi
-
-#DEBHELPER#
diff --git a/debian/wireshark-common.postrm b/debian/wireshark-common.postrm
deleted file mode 100644
index c261d6b15e..0000000000
--- a/debian/wireshark-common.postrm
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-GROUP=wireshark
-
-. /usr/share/debconf/confmodule
-
-if [ "$1" = "purge" ] ; then
- if getent group $GROUP >/dev/null; then
- if [ -x "$(command -v delgroup)" ]; then
- if ! delgroup --quiet --system $GROUP; then
- db_input high wireshark-common/group-removal-failed || true
- db_go
- fi
- fi
- fi
-fi
-
-#DEBHELPER#
diff --git a/debian/wireshark-dev.docs b/debian/wireshark-dev.docs
deleted file mode 100644
index 223c20bba2..0000000000
--- a/debian/wireshark-dev.docs
+++ /dev/null
@@ -1,5 +0,0 @@
-doc/README.design
-doc/README.developer
-doc/README.idl2wrs
-doc/README.plugins
-doc/README.xml-output
diff --git a/debian/wireshark-dev.install b/debian/wireshark-dev.install
deleted file mode 100644
index 8701644a03..0000000000
--- a/debian/wireshark-dev.install
+++ /dev/null
@@ -1,8 +0,0 @@
-tools/idl2wrs usr/bin
-tools/idl2deb usr/bin
-tools/asn2deb usr/bin
-tools/make-plugin-reg.py usr/share/pyshared
-tools/wireshark_be.py usr/share/pyshared
-tools/wireshark_gen.py usr/share/pyshared
-tools/asn2wrs.py usr/share/pyshared
-usr/lib/*/wireshark/cmake/*.cmake
diff --git a/debian/wireshark-dev.manpages b/debian/wireshark-dev.manpages
deleted file mode 100644
index 1d678f9e53..0000000000
--- a/debian/wireshark-dev.manpages
+++ /dev/null
@@ -1,3 +0,0 @@
-obj-*/doc/idl2wrs.1
-obj-*/doc/idl2deb.1
-obj-*/doc/asn2deb.1
diff --git a/debian/wireshark-dev.prerm b/debian/wireshark-dev.prerm
deleted file mode 100644
index 8614658c8f..0000000000
--- a/debian/wireshark-dev.prerm
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /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 |
- awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
- xargs rm -f >&2
-
-#DEBHELPER#
-
diff --git a/debian/wireshark-doc.docs b/debian/wireshark-doc.docs
deleted file mode 100644
index c95d3d9d6a..0000000000
--- a/debian/wireshark-doc.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-obj-*/docbook/wsdg_html_chunked
-obj-*/docbook/wsug_html_chunked
diff --git a/debian/wireshark-qt.docs b/debian/wireshark-qt.docs
deleted file mode 100644
index e174728f54..0000000000
--- a/debian/wireshark-qt.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/README.Debian
diff --git a/debian/wireshark-qt.install b/debian/wireshark-qt.install
deleted file mode 100644
index a31db40ac9..0000000000
--- a/debian/wireshark-qt.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/wireshark
-usr/share/applications/org.wireshark.Wireshark.desktop
diff --git a/debian/wireshark-qt.lintian-overrides b/debian/wireshark-qt.lintian-overrides
deleted file mode 100644
index b10a4955f2..0000000000
--- a/debian/wireshark-qt.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# those long lines are examples which we can't break
-wireshark-qt: manpage-has-errors-from-man usr/share/man/man1/wireshark.1.gz *
diff --git a/debian/wireshark-qt.manpages b/debian/wireshark-qt.manpages
deleted file mode 100644
index f8d254eaf2..0000000000
--- a/debian/wireshark-qt.manpages
+++ /dev/null
@@ -1 +0,0 @@
-obj-*/doc/wireshark.1