summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/README.Debian94
-rw-r--r--debian/README.Debian.security13
-rw-r--r--debian/changelog4367
-rw-r--r--debian/compat1
-rw-r--r--debian/control284
-rw-r--r--debian/copyright310
-rw-r--r--debian/dirs5
-rw-r--r--debian/ethereal-common.NEWS13
-rw-r--r--debian/gbp.conf5
-rw-r--r--debian/gitlab-ci.yml3
-rw-r--r--debian/headers-check.c16
-rw-r--r--debian/libwireshark-data.NEWS12
-rw-r--r--debian/libwireshark-data.install4
-rw-r--r--debian/libwireshark-data.maintscript1
-rw-r--r--debian/libwireshark-dev.install3
-rw-r--r--debian/libwireshark17.install3
-rw-r--r--debian/libwireshark17.lintian-overrides10
-rw-r--r--debian/libwireshark17.symbols2196
-rw-r--r--debian/libwiretap-dev.install2
-rw-r--r--debian/libwiretap14.docs1
-rw-r--r--debian/libwiretap14.install2
-rw-r--r--debian/libwiretap14.symbols208
-rw-r--r--debian/libwsutil-dev.install3
-rw-r--r--debian/libwsutil15.install1
-rw-r--r--debian/libwsutil15.symbols532
-rw-r--r--debian/license-text-about-dialog16
-rw-r--r--debian/maxmind_db_paths2
-rw-r--r--debian/not-installed2
-rw-r--r--debian/patches/0004-Use-packaged-JS-and-CSS-resources-instead-of-pulling.patch63
-rw-r--r--debian/patches/09_idl2wrs.patch55
-rw-r--r--debian/patches/series2
-rw-r--r--debian/po/POTFILES.in1
-rw-r--r--debian/po/cs.po148
-rw-r--r--debian/po/da.po161
-rw-r--r--debian/po/de.po167
-rw-r--r--debian/po/es.po174
-rw-r--r--debian/po/eu.po148
-rw-r--r--debian/po/fi.po155
-rw-r--r--debian/po/fr.po171
-rw-r--r--debian/po/hu.po149
-rw-r--r--debian/po/id.po147
-rw-r--r--debian/po/it.po145
-rw-r--r--debian/po/ja.po145
-rw-r--r--debian/po/ko.po145
-rw-r--r--debian/po/nl.po174
-rw-r--r--debian/po/pt.po166
-rw-r--r--debian/po/pt_BR.po152
-rw-r--r--debian/po/ro.po175
-rw-r--r--debian/po/ru.po170
-rw-r--r--debian/po/sk.po147
-rw-r--r--debian/po/sv.po146
-rw-r--r--debian/po/templates.pot138
-rw-r--r--debian/po/tr.po165
-rw-r--r--debian/po/vi.po145
-rw-r--r--debian/postinst6
-rwxr-xr-xdebian/rules86
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/lintian-overrides2
-rw-r--r--debian/templates62
-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/watch2
-rw-r--r--debian/wireshark-common.config10
-rw-r--r--debian/wireshark-common.install14
-rw-r--r--debian/wireshark-common.lintian-overrides2
-rw-r--r--debian/wireshark-common.manpages21
-rw-r--r--debian/wireshark-common.postinst43
-rw-r--r--debian/wireshark-common.postrm18
-rw-r--r--debian/wireshark-dev.docs5
-rw-r--r--debian/wireshark-dev.install9
-rw-r--r--debian/wireshark-dev.lintian-overrides2
-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.docs1
-rw-r--r--debian/wireshark.install2
-rw-r--r--debian/wireshark.lintian-overrides2
-rw-r--r--debian/wireshark.manpages1
84 files changed, 12018 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..f52ffe6
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,94 @@
+
+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
new file mode 100644
index 0000000..64f116f
--- /dev/null
+++ b/debian/README.Debian.security
@@ -0,0 +1,13 @@
+
+ Handling security fixes in source package wireshark
+
+Wireshark is a network protocol analyzer and it's ability to perform deep
+packet inspection in live traffic may encourage users to use Wireshark/Tshark
+as a part of an intrusion detection or traffic monitoring system.
+In that case, please note that Wireshark/Tshark may contain remotely
+triggerable bugs causing crashes or allowing code injection.
+
+Bugs allowing code injection will be fixed in regular Debian Security
+Advisories, but fixes for pure crash bugs may be delayed.
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 10 Jul 2009 15:38:33 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d4be6d8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,4367 @@
+wireshark (4.2.2-1) unstable; urgency=medium
+
+ * New upstream version 4.2.1:
+ - security fixes (Closes: #1059925):
+ - GVCP dissector crash (CVE-2024-0208)
+ - IEEE 1609.2 dissector crash (CVE-2024-0209)
+ - HTTP3 dissector crash (CVE-2024-0207)
+ - Zigbee TLV dissector crash (CVE-2024-0210)
+ - DOCSIS dissector crash (CVE-2024-0211)
+ * debian/control: Replace all Qt5 dependencies with Qt6 equivalents
+ (Closes: #1056642)
+ * debian/control: Use versioned Conflicts+Replaces to migrate wireshark-qt
+ files to wireshark (Closes: #1056985)
+ * Suggest installing the missing packages on ipmap.html
+ when the JavaScript files are missing.
+ Thanks to Uli Heilmeier for the improved patch.
+ * debian/control: Skip pytest build dependencies in the nocheck profile
+ * debian/copyright: Don't exclude debian/
+ Upstream moved the dir to packaging/debian thus there can't be any
+ file collision between upsteam's and Debian's packaing
+ * New upstream version 4.2.2
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 05 Jan 2024 23:25:07 +0100
+
+wireshark (4.2.0-1) unstable; urgency=medium
+
+ * Merge wireshark-qt to the wireshark package
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 23 Nov 2023 18:33:15 +0100
+
+wireshark (4.2.0-1~exp0) experimental; urgency=medium
+
+ * Ship /usr/include/wireshark/config.h in wireshark-dev.
+ This fixes building external plugins generated by make-plugin-reg.py.
+ (LP: #2033979)
+ * debian/libwireshark-data.install: Ship files moved to
+ usr/share/doc/wireshark in upstream's 4.2.0 release.
+ * Build and ship falcodump
+ * Switch to shippin
+ * debian/control: Make wireshark-dev depend on ${shlibs:Depends}
+ because the shipped idl2wrs became an ELF binary with potential
+ shared library dependencies.
+ * debian/control: Build depend on libopencore-amrnb-dev, libopus-dev and
+ libxkbcommon-dev
+ * debian/control: Extend description of libwsutil to keep Lintian happy
+ * debian/*.symbols: Add Build-Depends-Package tag
+ * New major upstream release
+ * debian/copyright: Cover copyright of metainfo.xml files
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 17 Nov 2023 23:47:27 +0100
+
+wireshark (4.2.0~rc3-1~exp1) experimental; urgency=medium
+
+ * Relax embedded-library Lintian override to please FTP Master
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 04 Nov 2023 20:00:35 +0100
+
+wireshark (4.2.0~rc3-1~exp0) experimental; urgency=medium
+
+ [ Atila KOÇ ]
+ * Turkish debconf translation update (Closes: #1032116)
+
+ [ Balint Reczey ]
+ * New major upstream release candidate
+ * Update SO versions
+ * debian/*.symbols: Update symbols
+ * debian/control: Build-depend on libnghttp3-dev
+ * debian/control: Build-depend on Qt6 development packages
+ * debian/control: Build-depend on python3-pytest and python3-pytest-xdist
+ * debian/rules: Install headers using upstream's install-headers target
+ * debian/wireshark-dev.install: Update path of cmake files
+ * debian/wireshark-common.manpages: Don't ship dftest.1.
+ Upstream does not ship this file anymore.
+ * debian/copyright: Update license of ws_strptime.c
+ * Don't ship /etc/init.lua. Also remove the conffile from the system and
+ add a NEWS entry about the change.
+ * Update lintian overrides
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 02 Nov 2023 07:27:47 +0100
+
+wireshark (4.0.11-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - SSH dissector crash
+ - NetScreen file parser crash
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 17 Nov 2023 08:40:50 +0100
+
+wireshark (4.0.10-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - RTPS dissector memory leak (CVE-2023-5371)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 05 Oct 2023 15:51:56 +0200
+
+wireshark (4.0.8-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - CBOR dissector crash (CVE-2023-4512)
+ - BT SDP dissector infinite loop (CVE-2023-4511)
+ - BT SDP dissector memory leak (CVE-2023-4513)
+ - CP2179 dissector crash
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 24 Aug 2023 15:44:26 +0200
+
+wireshark (4.0.7-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - Kafka dissector crash (CVE-2023-3648)
+ - iSCSI dissector crash (CVE-2023-3649)
+ * Drop wireshark-gtk transitional package (Closes: #1038267)
+ * Ignore test failure on hppa, like on many other exotic architectures
+ (Closes: #1025875)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 14 Jul 2023 23:03:18 +0200
+
+wireshark (4.0.6-1) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 14 Jun 2023 12:39:46 +0200
+
+wireshark (4.0.6-1~exp1) experimental; urgency=medium
+
+ * New upstream version 4.0.6
+ - security fixes:
+ - Candump log file parser crash (CVE-2023-2855)
+ - BLF file parser crash (CVE-2023-2857)
+ - GDSDB dissector infinite loop
+ - NetScaler file parser crash (CVE-2023-2858)
+ - VMS TCPIPtrace file parser crash (CVE-2023-2856)
+ - BLF file parser crash (CVE-2023-2854)
+ - RTPS dissector crash (CVE-2023-0666)
+ - IEEE C37.118 Synchrophasor dissector crash (CVE-2023-0668)
+ - XRA dissector infinite loop
+ * Fix mismatched Lintian overrides
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 25 May 2023 23:49:45 +0200
+
+wireshark (4.0.5-1~exp1) experimental; urgency=medium
+
+ [ Balint Reczey ]
+ * New upstream version 4.0.4
+ - security fixes:
+ - ISO 15765 and ISO 10681 dissector crash (CVE-2023-1161)
+ (Closes: #1033756)
+ * Drop 0001-tests-Get-tests-working-with-Python-3.11-except-with.patch
+ integrated to the new upstream release.
+ * New upstream version 4.0.5
+ - security fixes (Closes: #1034721):
+ - RPCoRDMA dissector crash (CVE-2023-1992)
+ - LISP dissector large loop (CVE-2023-1993)
+ - GQUIC dissector crash (CVE-2023-1994)
+
+ [ Remus-Gabriel Chelu ]
+ * Adding Romanian debconf templates translation (Closes: #1033792)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 22 Apr 2023 20:29:22 +0200
+
+wireshark (4.0.3-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - EAP dissector crash
+ - NFS dissector memory leak
+ - Dissection engine crash
+ - GNW dissector crash
+ - iSCSI dissector crash
+ - Multiple dissector excessive loops
+ - TIPC dissector crash
+ * debian/patches: Cherry-pick upstream patch to fix tests with Python 3.11
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 20 Jan 2023 11:25:23 +0100
+
+wireshark (4.0.2-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - Multiple dissector infinite loops
+ - Kafka dissector memory exhaustion
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 09 Dec 2022 14:53:35 +0100
+
+wireshark (4.0.1-1) unstable; urgency=medium
+
+ * New upstream version
+ * wireshark-common: Ship wifidump(1) man page
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 28 Oct 2022 20:37:12 +0200
+
+wireshark (4.0.0-1) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 09 Oct 2022 14:39:44 +0200
+
+wireshark (4.0.0-1~exp0) experimental; urgency=medium
+
+ * New upstream version
+ * Refresh patches
+ * Update shipped headers
+ * Fix mismatched Lintian overrides
+ * debian/control: Make libwsutil-dev break/replace libwireshark-dev (<< 4.0.0)
+ Libwsutil now ships header files previously present in libwireshark-dev.
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 06 Oct 2022 12:47:31 +0200
+
+wireshark (3.6.8-1) unstable; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - F5 Ethernet Trailer dissector infinite loop
+ * Update symbols
+ * debian/copyright: Drop unused ISC copyright paragraph
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 09 Sep 2022 10:53:46 +0200
+
+wireshark (3.6.7-1) unstable; urgency=medium
+
+ * New upstream version
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 28 Jul 2022 20:18:52 +0200
+
+wireshark (3.6.6-1) unstable; urgency=medium
+
+ * New upstream version
+ * Update Lintian overrides to conform to the new format
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 30 Jun 2022 21:48:06 +0200
+
+wireshark (3.6.5-1) unstable; urgency=medium
+
+ * New upstream version
+ * debian/control: Set Rules-Requires-Root: no
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 05 May 2022 21:13:31 +0200
+
+wireshark (3.6.3-1) unstable; urgency=medium
+
+ * New upstream version
+ * Update symbols
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 24 Mar 2022 20:44:04 +0100
+
+wireshark (3.6.2-2) unstable; urgency=medium
+
+ * debian/rules: Ignore tests again on s390x, they are still failing.
+ Thanks to Matthias Klose
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 04 Mar 2022 17:13:20 +0100
+
+wireshark (3.6.2-1) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * New upstream version
+ - security fixes:
+ - RTMPT dissector infinite loop (CVE-2021-4185)
+ - BitTorrent DHT dissector infinite loop (CVE-2021-4184)
+ - pcapng file parser crash (CVE-2021-4183)
+ - RFC 7468 file parser infinite loop (CVE-2021-4182)
+ - Sysdig Event dissector crash (CVE-2021-4181)
+ - Kafka dissector infinite loop
+ - RTMPT dissector infinite loop
+ - Large loops in multiple dissectors
+ - PVFS dissector crash
+ - CSN.1 dissector crash
+ - CMS dissector crash
+ * debian/rules: Don't ignore test results on riscv64, they are passing now
+ * debian/watch: Update URL to find releses
+ * Update symbols
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 12 Feb 2022 00:34:42 +0100
+
+wireshark (3.6.0-1) unstable; urgency=medium
+
+ [ Jenkins ]
+ * Use canonical URL in Vcs-Browser, Vcs-Git.
+ Changes-By: lintian-brush
+ Fixes: lintian: vcs-field-not-canonical
+ See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
+ * Update renamed lintian tag names in lintian overrides.
+ Changes-By: lintian-brush
+ Fixes: lintian: renamed-tag
+ See-also: https://lintian.debian.org/tags/renamed-tag.html
+
+ [ Balint Reczey ]
+ * debian/control: Don't build-depend on libpcre3-dev.
+ It is obsolete as a package and Wireshark also already relies on GLib's
+ regular expression implementation. (Closes: #999929)
+ * New major upstream release:
+ - https://www.wireshark.org/docs/relnotes/wireshark-3.6.0.html
+ * Update symbols files
+ * debian/rules: Run dh_dwz with debhelper (>= 12.6) only
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 25 Nov 2021 16:16:55 +0100
+
+wireshark (3.6.0~rc1-0exp1) experimental; urgency=medium
+
+ * debian/changelog: Break too long line
+ * debian/rules: Merge identical override_dh_auto_configure-{arch|indep}
+ targets
+ * debian/rules: Pass -a and -i in *-arch and *-indep overrides respectively
+ * debian/wireshark-common.post{inst,rm}: Use "command -v" instead of "which"
+ (Closes: #996144)
+ * New upstream release candidate
+ * Refresh patches
+ * Update files to install
+ * Install files from debian/tmp instead of from source dir.
+ This silences dh_missing.
+ * debian/libwsutil-dev.install: Ship ws_log_defs.h
+ * Sort .install and .manpages files
+ * debian/control: Tidy up using "cme fix"
+ * debian/control: Don't (build-)depend on libtool and bison
+ * debian/rules: Update version string override
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 14 Oct 2021 22:00:47 +0200
+
+wireshark (3.4.9-1) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Trim trailing whitespace.
+ Changes-By: lintian-brush
+ Fixes: lintian: trailing-whitespace
+ See-also: https://lintian.debian.org/tags/trailing-whitespace.html
+
+ [ Balint Reczey ]
+ * New upstream version
+ * Update symbols
+ * debian/copyright: Fix typo and remove patterns for removed files
+ * debian/control: Drop Conflists: and Replaces: referring to very old versions
+ * Bump compat level to 12 keeping backports in mind
+ * debian/rules:
+ - Drop override_dh_strip doing ddeb migration.
+ This is not needed for quite some time.
+ - Don't pass --parallel to dh, it is the default now
+ - Turn on BUILD_corbaidl2wrs to ship idl2wrs man page
+ - Pass build idl2deb man page in arch:any build, too
+ * Bump standards version, no changes were needed
+ * Drop obsoleted override for not applied patch
+ * Override false positive missing-build-dependency-for-dh-addon Lintian
+ warning
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 09 Oct 2021 00:03:22 +0200
+
+wireshark (3.4.8-1) unstable; urgency=medium
+
+ * New upstream version
+ * debian/control: Revert to using my personal email address as the Uploader
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 28 Aug 2021 14:38:40 +0200
+
+wireshark (3.4.7-1) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <balint@balintreczey.hu> Mon, 16 Aug 2021 08:01:12 +0200
+
+wireshark (3.4.7-1~exp1) experimental; urgency=medium
+
+ * New upstream version
+ - security fixes:
+ - DNP dissector crash (CVE-2021-22235)
+ * Update symbols.
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 15 Jul 2021 13:20:41 +0200
+
+wireshark (3.4.6-1~exp1) experimental; urgency=medium
+
+ * New upstream version 3.4.5
+ - security fixes (Closes: #987853):
+ - MS-WSP dissector excessive memory consumption (CVE-2021-22207)
+ * debian/gbp.conf: Drop git-dch configuration.
+ With the move from Gerrit to GitLab there is no easy way of distinguishing
+ upstream commits.
+ * New upstream version 3.4.6
+ - security fixes:
+ - MS-WSP dissector excessive memory consumption. (CVE-2021-22207)
+ * Cherrypick upstream commit for SMCD(v2) support (LP: #1887933)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Mon, 07 Jun 2021 14:03:56 +0200
+
+wireshark (3.4.4-1) unstable; urgency=medium
+
+ * New upstream version 3.4.4
+ - security fixes:
+ - Wireshark could open unsafe URLs. (CVE-2021-22191)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 11 Mar 2021 15:06:14 +0100
+
+wireshark (3.4.3-1) unstable; urgency=medium
+
+ * New upstream version 3.4.3
+ - security fixes (Closes: #981791):
+ - USB HID dissector memory leak (CVE-2021-22173)
+ - USB HID dissector crash (CVE-2021-22174)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 29 Jan 2021 23:24:08 +0100
+
+wireshark (3.4.2-1) unstable; urgency=medium
+
+ * debian/wireshark-common: Simplify delgroup usage in postrm
+ * debian/rules: Drop special handling of wheezy and trusty releases
+ * debian/control: Add back build-dependency on libglib2.0-dev.
+ It is not pulled in transitively on Xenial.
+ * New upstream version 3.4.2
+ - security fixes:
+ - QUIC dissector crash (CVE-2020-26422)
+ * Fix matching Lintian overrides
+ * debian/rules: Honor nocheck in override_dh_auto_test
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sat, 26 Dec 2020 18:40:56 +0100
+
+wireshark (3.4.1-1) unstable; urgency=medium
+
+ * Build depend on libbcg729-dev for G.729 codec support
+ * debian/watch: Monitor new tags on gitlab.com
+ * New upstream version 3.4.1
+ - security fixes:
+ - Kafka dissector memory leak. (CVE-2020-26418)
+ - USB HID dissector crash. (CVE-2020-26421)
+ - RTPS dissector memory leak. (CVE-2020-26420)
+ - Multiple dissector memory leak. (CVE-2020-26419)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 11 Dec 2020 23:38:37 +0100
+
+wireshark (3.4.0-1) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 06 Dec 2020 21:28:59 +0100
+
+wireshark (3.4.0-0exp1) experimental; urgency=medium
+
+ [ Balint Reczey ]
+ * New upstream version 3.4.0
+ * Update links to use HTTPS
+ * Update symbols files
+ * debian/control: Drop obsolete build dependencies: w3m, lynx, libglib2.0-dev
+ * Refresh patches
+ * ACK NMU, thanks Adrian Bunk!
+ * Build-depend on libminizip-dev to enable Minizip support
+
+ [ Gerald Combs ]
+ * Depend on libqt5svg5 instead of build-depending on libqt5svg5-dev
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 06 Dec 2020 13:52:29 +0100
+
+wireshark (3.2.8-0.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * New upstream version 3.2.8
+ - security fixes:
+ - FBZERO dissector crash. (CVE-2020-26575) (Closes: #974688)
+ - GQUIC dissector crash. (CVE-2020-28030) (Closes: #974689)
+
+ -- Adrian Bunk <bunk@debian.org> Mon, 23 Nov 2020 00:04:50 +0200
+
+wireshark (3.2.7-1) unstable; urgency=medium
+
+ * New upstream version 3.2.7
+ - security fixes:
+ - MIME Multipart dissector crash. (CVE-2020-25863)
+ - TCP dissector crash. (CVE-2020-25862)
+ - BLIP dissector crash. (CVE-2020-25866)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 24 Sep 2020 21:48:12 +0200
+
+wireshark (3.2.6-1) unstable; urgency=medium
+
+ * New upstream version 3.2.6
+ - security fixes:
+ - Kafka dissector crash. (CVE-2020-17498)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 13 Aug 2020 23:31:08 +0200
+
+wireshark (3.2.5-1) unstable; urgency=medium
+
+ * New upstream version 3.2.5
+ - security fixes:
+ - GVCP dissector infinite loop. (CVE-2020-15466)
+ * Update symbols files
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 05 Jul 2020 23:04:10 +0200
+
+wireshark (3.2.4-1) unstable; urgency=medium
+
+ * New upstream version 3.2.4
+ - security fixes:
+ - The NFS dissector crash
+ * Carry Lintian overrides over to libwireshark from libwscodecs
+
+ -- Balint Reczey <rbalint@ubuntu.com> Wed, 20 May 2020 12:56:28 +0200
+
+wireshark (3.2.3-1) unstable; urgency=medium
+
+ * debian: Ship codecs libraries in libwireshark0.
+ * New upstream version 3.2.3
+ - security fixes:
+ - The BACapp dissector could crash. (CVE-2020-11647) (Closes: #958213)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 19 Apr 2020 23:04:12 +0200
+
+wireshark (3.2.2-1) unstable; urgency=medium
+
+ * libwireshark-dev: Ship cfile.h (Closes: #950871)
+ * New upstream version 3.2.2
+ -security fixes:
+ - LTE RRC dissector memory leak.
+ - WiMax DLMAP dissector crash.
+ - EAP dissector crash.
+ - WireGuard dissector crash.
+ * Refresh patches
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 27 Feb 2020 00:09:39 +0100
+
+wireshark (3.2.1-1) unstable; urgency=medium
+
+ * New upstream version 3.2.1
+ - security fixes:
+ - WASSP dissector crash. (CVE-2020-7044)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 19 Jan 2020 09:56:18 +0100
+
+wireshark (3.2.0-1) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <rbalint@ubuntu.com> Tue, 24 Dec 2019 23:29:45 +0100
+
+wireshark (3.2.0-1~exp0) experimental; urgency=medium
+
+ [ Balint Reczey ]
+ * New upstream version 3.2.0
+ * Bump symbols file names with new versions
+ * Build-depend on libzstd-dev, libbrotli-dev, and libspeexdsp-dev
+ * debian/control, debian/copyright: Use HTTPS in upstream URL
+ * Refresh patches
+ * Update symbols files
+
+ [ João Valverde ]
+ * debian/control: Kill libwscodecs plugin library, just use plugins.
+
+ [ Peter Wu ]
+ * debian/control: remove debhelper and cdbs from wireshark-dev to keep
+ Lintian happy
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 22 Dec 2019 17:08:36 +0100
+
+wireshark (3.0.7-1) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * Build-depend on libglib2.0-dev. This is needed for backports for example
+ to Ubuntu 16.04 and earlier releases.
+ * Ship sharkd in wireshark-common (Closes: #943403)
+ * New upstream version 3.0.7
+ - security fixes:
+ - CMS dissector crash. (CVE-2019-19553)
+ * Update symbols files
+
+ [ Frans Spiesschaert ]
+ * Dutch debconf translation update (Closes: #945025)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 08 Dec 2019 00:15:02 +0100
+
+wireshark (3.0.5-1) unstable; urgency=medium
+
+ [ Helge Kreutzmann ]
+ * Update German debconf translation (Closes: #940847)
+
+ [ Balint Reczey ]
+ * New upstream version 3.0.5
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 26 Sep 2019 22:42:04 +0200
+
+wireshark (3.0.4-1) unstable; urgency=medium
+
+ * debian/templates: Fix README.Debian's path.
+ Also note that the package needs to be installed to find it.
+ Thanks to Justin B Rye for the help in phrasing on debian-l10n-english
+ (Closes: #939770)
+ * New upstream version 3.0.4
+ - security fixes:
+ - Gryphon dissector infinite loop
+ * Refresh patches
+ * debian/po/templates.pot: Update
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 13 Sep 2019 00:08:10 +0200
+
+wireshark (3.0.3-1) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * Don't update version with tools/make-version.pl
+ * Report upstream and package version instead of git revision
+ * debian/gitlab-ci.yml: User minimal reference configuration
+ * Make wireshark depend on the same version of wireshark-qt
+ * New upstream version 3.0.3
+ - security fixes:
+ - ASN.1 BER and related dissectors crash. (CVE-2019-13619)
+ * Update symbols files
+ * Ignore failing tests on architectures where Lua tests are failing
+
+ [ Topi Miettinen ]
+ * Fix permission change in case of local diversions
+ /usr/bin/dumpcap may be locally diverted to somewhere else, so let's
+ query dpkg-divert for the current location.
+
+ [ Peter Wu ]
+ * debian/rules: reduce log spam from asn1 target.
+ There are 3694 warnings for one of the following two messages:
+ UserWarning: The same field names for different types. Explicit field renaming is recommended.
+ UserWarning: The same type names for different types. Explicit type renaming is recommended.
+ Both warnings are accompanied by some context. Since the packager is
+ unlikely going to address these issues, and CI systems struggle with the
+ size of the generated logs, disable this subset of warnings. The output
+ of `ninja asn1` shrinks from 28191 lines (2.4MiB) to 483 lines (32KiB).
+ Change-Id: I44e9e1ab40f2255136fb1440e3bde2ccc9e55295
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 18 Aug 2019 15:34:29 +0200
+
+wireshark (3.0.2-1~exp0) experimental; urgency=medium
+
+ * debian/rules: Don't override CMAKE_INSTALL_LIBDIR for multiarch support
+ Let the defaults take place and enable multiarch
+ * debian/po/templates.pot: Update description and copyright
+ * debian/copyright: List translators who contributed to debian/po/*
+ * New upstream version 3.0.2
+ - security fixes:
+ - Wireshark dissection engine crash (CVE-2019-12295) (Closes: #929446)
+ - NetScaler file parser crash. (CVE-2019-10895)
+ - SRVLOC dissector crash. (CVE-2019-10899)
+ - IEEE 802.11 dissector infinite loop. (CVE-2019-10897)
+ - GSUP dissector infinite loop. (CVE-2019-10898)
+ - Rbm dissector infinite loop. (CVE-2019-10900)
+ - GSS-API dissector crash. (CVE-2019-10894)
+ - DOF dissector crash. (CVE-2019-10896)
+ - TSDNS dissector crash. (CVE-2019-10902)
+ - LDSS dissector crash. (CVE-2019-10901)
+ - DCERPC SPOOLSS dissector crash. (CVE-2019-10903)
+ * Update symbols
+
+ -- Balint Reczey <rbalint@ubuntu.com> Tue, 04 Jun 2019 18:58:17 +0200
+
+wireshark (3.0.0-1~exp0) experimental; urgency=medium
+
+ * New upstream version 3.0.0
+ * Stop shipping Wireshark's GTK+ GUI.
+ Make wireshark-gtk a transitional package to wireshark-qt.
+ (Closes: #851338, #878726, #660870, #811327)
+ * Drop dependencies on autotool packages
+ * Drop backport-releated build-dependency comments.
+ * Migrate to using Python3
+ * Drop portaudio19-dev from build-dependencies, qtmultimedia5-dev is enough
+ * Build-depend on libsystemd-dev to support journal entries
+ * Bump cmake build-depenency version to (>= 3.5)
+ * Install new header files in libwsutil-dev
+ * Update symbols files and SO versions
+ * Refresh patches
+ * debian/rules: Stop mangling version.conf
+ * debian/rules: Drop backport-friendly comments about not building with Qt5
+ * debian/rules: Build test binaries
+ * wireshark-dev: Install .cmake files to their new location
+ * Add back misc:Depends for wireshark-gtk to keep Lintian happy
+ * Use packaged JS and CSS resources instead of pulling them from the Internet
+ * libwscodecs2.lintian-overrides: Use glob to cover other versions and arches
+ * Suggest GeoIP database packages
+ * debian/maxmind_db_paths: Add /var/lib/GeoIP to the paths
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 10 Mar 2019 21:54:28 +0100
+
+wireshark (2.6.10-1) unstable; urgency=medium
+
+ * New upstream version 2.6.10
+ - security fixes:
+ - ASN.1 BER and related dissectors crash (CVE-2019-13619)
+ - fix QIcon crash on exit on Ubuntu 16.04 with Qt 5.5.1 (LP: #1803808)
+ * debian/gitlab-ci.yml: User minimal reference configuration
+
+ -- Balint Reczey <rbalint@ubuntu.com> Wed, 17 Jul 2019 23:23:05 +0200
+
+wireshark (2.6.9-1) unstable; urgency=medium
+
+ * Acknowledge NMU
+ * New upstream version 2.6.9
+ * Drop obsolete CVE-2019-12295.patch
+ * Refresh patches
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 30 May 2019 22:13:15 +0200
+
+wireshark (2.6.8-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * CVE-2019-12295
+ In Wireshark 3.0.0 to 3.0.1, 2.6.0 to 2.6.8, and 2.4.0 to 2.4.14,
+ the dissection engine could crash. This was addressed in
+ epan/packet.c by restricting the number of layers and
+ consequently limiting recursion. (Closes: #929446)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org> Mon, 27 May 2019 16:08:44 +0200
+
+wireshark (2.6.8-1) unstable; urgency=medium
+
+ * New upstream version 2.6.8
+ - security fixes (Closes: #926718):
+ - NetScaler file parser crash. (CVE-2019-10895)
+ - SRVLOC dissector crash. (CVE-2019-10899)
+ - GSS-API dissector crash. (CVE-2019-10894)
+ - DOF dissector crash. (CVE-2019-10896)
+ - LDSS dissector crash. (CVE-2019-10901)
+ - DCERPC SPOOLSS dissector crash. (CVE-2019-10903)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Wed, 10 Apr 2019 15:58:16 +0200
+
+wireshark (2.6.7-1) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * Drop unapplied backport-to-old-gnutls.patch
+ * Ship captype and randpkt in wireshark-common (Closes: #919027)
+ * Override a few Lintian issues
+ * New upstream version 2.6.7
+ - security fixes (Closes: #923611):
+ - ASN.1 BER and related dissectors crash. (CVE-2019-9209)
+ - TCAP dissector crash. (CVE-2019-9208)
+ - RPCAP dissector crash. (CVE-2019-9214)
+
+ [ Joe Hansen ]
+ * Danish debconf translate translation update (Closes: #923064)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 28 Feb 2019 12:29:35 +0100
+
+wireshark (2.6.6-1) unstable; urgency=medium
+
+ [ Jean-Philippe MENGUAL ]
+ * French debconf translation update (Closes: #915161)
+
+ [ Balint Reczey ]
+ * New upstream version 2.6.6
+ - security fixes:
+ - The P_MUL dissector could crash. (CVE-2019-5717)
+ - The RTSE dissector and other dissectors could crash. (CVE-2019-5718)
+ - The ISAKMP dissector could crash. (CVE-2019-5719)
+ - The 6LoWPAN dissector could crash. (CVE-2019-5716)
+ * Mention GPLv3+ code snippet in tools/pidl/idl.yp (Closes: #918089)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Wed, 09 Jan 2019 14:58:36 +0700
+
+wireshark (2.6.5-1) unstable; urgency=medium
+
+ * Add debian/gitlab-ci.yml
+ * New upstream version 2.6.5
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.6.5.html
+ - security fixes:
+ - The Wireshark dissection engine could crash. (CVE-2018-19625)
+ - The DCOM dissector could crash. (CVE-2018-19626)
+ - The LBMPDM dissector could crash. (CVE-2018-19623)
+ - The MMSE dissector could go into an infinite loop. (CVE-2018-19622)
+ - The IxVeriWave file parser could crash. (CVE-2018-19627)
+ - The PVFS dissector could crash. (CVE-2018-19624)
+ - The ZigBee ZCL dissector could crash. (CVE-2018-19628)
+ * Update symbols
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 29 Nov 2018 14:41:14 +0100
+
+wireshark (2.6.4-2) unstable; urgency=medium
+
+ [ nyov ]
+ * Build and install mmdbresolve to make GeoIP-lookup work.
+ (adds dependency on libmaxminddb) (Closes: #911567)
+
+ [ Gregor Jasny ]
+ * debian: libwireshark-dev must depend on libwiretap-dev
+ because wireshark/epan/packet_info.h (libwireshark-dev)
+ depends on wireshark/wiretap/wtap.h (libwiretap-dev)
+ (LP: #1801666)
+
+ [ Balint Reczey ]
+ * Ship man page for mmdbresolve
+ * debian/tests/gui: Redirect stderr to stdout because Lua prints to stderr
+ making the test fail
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 08 Nov 2018 22:51:48 +0100
+
+wireshark (2.6.4-1) unstable; urgency=medium
+
+ [ Ondřej Nový ]
+ * d/control: Removing redundant Priority field in binary package
+ * d/changelog: Remove trailing whitespaces
+
+ [ Balint Reczey ]
+ * Install at-spi2-core in gui autopkgtest to avoid error messages
+ * debian/test/gui: Ignore stderr from wireshark-gtk since upstream deprecated
+ it and also start bigger virtual screen
+ * New upstream version 2.6.4
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.6.4.html
+ - security fixes:
+ - MS-WSP dissector crash (CVE-2018-18227)
+ - Steam IHS Discovery dissector memory leak (CVE-2018-18226)
+ - CoAP dissector crash (CVE-2018-18225)
+ - OpcUA dissector crash (CVE-2018-12086)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sat, 13 Oct 2018 19:47:47 +0200
+
+wireshark (2.6.3-1) unstable; urgency=medium
+
+ * Use GLX extension in autopkgtest, Qt needs it
+ * New upstream version 2.6.3
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.6.3.html
+ - security fixes:
+ - Bluetooth AVDTP dissector crash. (CVE-2018-16058)
+ - Bluetooth Attribute Protocol dissector crash. (CVE-2018-16056)
+ - Radiotap dissector crash. (CVE-2018-16057)
+ * Refresh patches
+ * Update symbols
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 30 Aug 2018 12:59:09 +0200
+
+wireshark (2.6.2-2) unstable; urgency=medium
+
+ * Add missing autopkgtest dependencies (Closes: #904920)
+ * Use automatic xvfb server number in tests
+ * Add Lintian override for extra patch for backporting
+
+ -- Balint Reczey <rbalint@ubuntu.com> Mon, 30 Jul 2018 04:31:02 +0800
+
+wireshark (2.6.2-1) unstable; urgency=medium
+
+ * Fix shipping README.Debian (Closes: #903722)
+ * Drop unused 06_release-version.patch.
+ * Drop unused backport-to-qt4.patch.
+ * Refresh backport-to-old-gnutls.patch.
+ * Skip building users and developers guide on Trusty.
+ Asciidoctor does not accept --require option there and breaks the build
+ and people can read documentation on more recent releases if they wish to.
+ * Add autopkgtest for testing starting GUI.
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.6.2.html
+ - security fixes:
+ - BGP dissector large loop (CVE-2018-14342)
+ - ISMP dissector crash (CVE-2018-14344)
+ - Multiple dissectors could crash (CVE-2018-14340)
+ - ASN.1 BER dissector crash (CVE-2018-14343)
+ - MMSE dissector infinite loop (CVE-2018-14339)
+ - DICOM dissector crash (CVE-2018-14341)
+ - Bazaar dissector infinite loop (CVE-2018-14368)
+ - HTTP2 dissector crash (CVE-2018-14369)
+ - CoAP dissector crash (CVE-2018-14367)
+ * Drop patches fixing shared library names, they are fixed upstream
+ * Refresh patches
+ * Update symbols files
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 27 Jul 2018 12:41:38 +0800
+
+wireshark (2.6.1-1) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.6.1.html
+ - security fixes (Closes: #900708):
+ - The LDSS dissector could crash. (CVE-2018-11362)
+ - The IEEE 1905.1a dissector could crash. (CVE-2018-11354)
+ - The RTCP dissector could crash. (CVE-2018-11355)
+ - Multiple dissectors could consume excessive memory. (CVE-2018-11357)
+ - The DNS dissector could crash. (CVE-2018-11356)
+ - The GSM A DTAP dissector could crash. (CVE-2018-11360)
+ - The Q.931 dissector could crash. (CVE-2018-11358)
+ - The IEEE 802.11 dissector could crash. (CVE-2018-11361)
+ - Multiple dissectors could crash. (CVE-2018-11359)
+ * debian/gbp.conf: describe repository layout
+ * Update Vcs-{Browser|Git} to point to Salsa
+ * Drop packaging changes for ipmap.html since it is also dropped upstream.
+ * Refresh patches.
+ * Switch to use asciidoctor instead of asciidoc
+ * Fix shared library symlink names.
+ * Update shared library package names and symbols files.
+ * Adjust packaging to upstream file name changes.
+ * Ship README.Debian in every binary package.
+ * Ship asn2deb and idl2deb documentation.
+
+ [ Peter Wu ]
+ * remove imagemagick build dependency and demote xdg-utils deps
+ xdg-utils is needed for xdg-open (opening websites) at runtime in GTK+,
+ but not for Qt nor during the build, remove it or mark it as optional.
+ * debian/rules: Skip installing icons and .desktop files.
+ They are now installed by CMake
+
+ [ Gerald Combs ]
+ * Transition from GeoIP Legacy to MaxMindDB.
+ MaxMind is discontinuing its legacy databases in April in favor of
+ GeoIP2, which use a newer database format (MaxMind DB). The reference C
+ library (libmaxminddb) is available under the Apache 2.0 license which
+ isn't quite compatible with ours.
+
+ [ Guy Harris ]
+ * Give more detailed information about capture permissions on Debian.
+ Indicate what you're supposed to do when running dpkg-reconfigure
+ wireshark-common, and indicate that you have to run it as root using
+ sudo.
+ Emphasize in README.Debian, and indicate in the permission failure
+ secondary message, that you have to add users to the "wireshark" group
+ after doing that, and that a user may have to log out and log in again
+ to make this change take effect.
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 22 Jun 2018 18:42:57 +0200
+
+wireshark (2.4.6-1) unstable; urgency=medium
+
+ [ Yuri Kozlov ]
+ * Updated Russian translation for debconf messages (Closes: #892902)
+
+ [ Balint Reczey ]
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.6.html
+ - security fixes:
+ - The MP4 dissector could crash. (CVE-2018-9259)
+ - The ADB dissector could crash. (CVE-2018-9264)
+ - The IEEE 802.15.4 dissector could crash. ()
+ - The NBAP dissector could crash. (CVE-2018-9261)
+ - The VLAN dissector could crash. (CVE-2018-9262)
+ - The LWAPP dissector could crash. (CVE-2018-9256)
+ - The TCP dissector could crash. (CVE-2018-9258)
+ - The CQL dissector could to into an infinite loop. (CVE-2018-9257)
+ - The Kerberos dissector could crash. (CVE-2018-9263)
+ - Multiple dissectors and other modules could leak memory.
+ The TN3270 (CVE-2018-9265), ISUP (CVE-2018-9266),
+ LAPD (CVE-2018-9267), SMB2 (CVE-2018-9268),
+ GIOP (CVE-2018-9269), ASN.1 (CVE-2018-9270),
+ MIME multipart (CVE-2018-9271), H.223 (CVE-2018-9272),
+ and PCP (CVE-2018-9273) dissectors were susceptible along with
+ Wireshark (CVE-2018-9274) and TShark.
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 29 Apr 2018 21:27:02 +0200
+
+wireshark (2.4.5-1) unstable; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.5.html
+ - security fixes:
+ - The SIGCOMP dissector could crash (CVE-2018-7320, CVE-2018-7418)
+ - Multiple dissectors could go into large infinite loops.
+ All ASN.1 BER dissectors, along with the DICOM, DMP, LLTD, OpenFlow,
+ RELOAD, RPCoRDMA, RPKI-Router, S7COMM, SCCP, Thread, Thrift, USB,
+ and WCCP dissectors were susceptible. (CVE-2018-7321, CVE-2018-7322,
+ CVE-2018-7323, CVE-2018-7324, CVE-2018-7325, CVE-2018-7326,
+ CVE-2018-7327, CVE-2018-7328, CVE-2018-7329, CVE-2018-7330,
+ CVE-2018-7331, CVE-2018-7332, CVE-2018-7333)
+ - The UMTS MAC dissector could crash (CVE-2018-7334)
+ - The IEEE 802.11 dissector could crash (CVE-2018-7335)
+ - The FCP dissector could crash (CVE-2018-7336)
+ - The DOCSIS dissector could crash (CVE-2018-7337)
+ - The IPMI dissector could crash (CVE-2018-7417)
+ - The NBAP disssector could crash (CVE-2018-7419)
+ - The pcapng file parser could crash (CVE-2018-7420)
+ * Only recommend libjs-openlayers (Closes: #888744)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Mon, 26 Feb 2018 16:45:39 +0700
+
+wireshark (2.4.4-1) unstable; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.4.html
+ - security fixes:
+ - Multiple dissectors could crash (CVE-2018-5336)
+ - The IxVeriWave file parser could crash (CVE-2018-5334)
+ - The WCP dissector could crash (CVE-2018-5335)
+ - Prior to this release dumpcap enabled the Linux kernel’s BPF JIT
+ compiler via the net.core.bpf_jit_enable sysctl. This could make
+ systems more vulnerable to Spectre variant 1 (CVE-2017-5753) and
+ this feature has been removed (Closes: #886619)
+ - There was a potential buffer underflow in File_read_line function
+ in epan/wslua/wslua_file.c file (CVE-2017-17935) (Closes: #885831)
+ * Update symbols files
+ * Fix dh_clean target in debian/rules
+ * Change wireshark-doc's priority to optional from extra following Policy
+ change
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sat, 13 Jan 2018 01:31:25 +0100
+
+wireshark (2.4.3-1) unstable; urgency=medium
+
+ * Show version info instead of just "Git Rev Unknown from unknown"
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.3.html
+ - security fixes:
+ - The IWARP_MPA dissector could crash (CVE-2017-17084)
+ - The NetBIOS dissector could crash (CVE-2017-17083)
+ Discovered by Kamil Frankowicz
+ - The CIP Safety dissector could crash (CVE-2017-17085)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 03 Dec 2017 22:49:15 +0100
+
+wireshark (2.4.2-1) unstable; urgency=medium
+
+ [ Pedro Ribeiro ]
+ * Updated Portuguese translation for debconf messages (Closes: #874522)
+
+ [ Balint Reczey ]
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.2.html
+ - security fixes:
+ - BT ATT dissector crash (CVE-2017-15192)
+ - MBIM dissector crash (CVE-2017-15193)
+ - DMP dissector crash (CVE-2017-15191)
+ - RTSP dissector crash (CVE-2017-15190)
+ - DOCSIS infinite loop (CVE-2017-15189)
+ [ Helge Kreutzmann ]
+ * Updated German translation for debconf messages (Closes: #877636)
+
+ [ Frans Spiesschaert ]
+ * Updated Dutch translation for debconf messages (Closes: #877244)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Wed, 11 Oct 2017 23:41:59 +0200
+
+wireshark (2.4.1-1) unstable; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.1.html
+ - security fixes:
+ - MSDP dissector infinite loop (CVE-2017-13767)
+ - Profinet I/O buffer overrun (CVE-2017-13766)
+ - Modbus dissector crash (CVE-2017-13764)
+ - IrCOMM dissector buffer overrun (CVE-2017-13765)
+ * Refresh patches
+ * Drop 0001-Set-libwscodecs.so-s-version-to-1.1.0.patch which is now
+ integrated upstream
+
+ -- Balint Reczey <rbalint@ubuntu.com> Thu, 31 Aug 2017 09:46:17 +0200
+
+wireshark (2.4.0-1) unstable; urgency=medium
+
+ * Use debconf messages instead of "echo" in postinst/postrm (LP: #1687344)
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.4.0.html
+ - security fixes:
+ - deeply nested DAAP data may cause stack exhaustion
+ (uncontrolled recursion) in the dissect_daap_one_tag function
+ (CVE-2017-9617) (Closes: #870174)
+ - PROFINET IO data with a high recursion depth allows remote
+ attackers to cause a denial of service (stack exhaustion)
+ in the dissect_IODWriteReq function. (CVE-2017-9766)
+ (Closes: #870175)
+ - the DOCSIS dissector could go into an infinite loop (CVE-2017-11406)
+ (Closes: #870172)
+ - the MQ dissector could crash (CVE-2017-11407) (Closes: #870172)
+ - the AMQP dissector could crash (CVE-2017-11408) (Closes: #870172)
+ - the WBXML dissector could go into an infinite loop, triggered
+ by packet injection or a malformed capture file (CVE-2017-11410)
+ (Closes: #870180)
+ - the openSAFETY dissector could crash or exhaust system memory
+ (CVE-2017-11411) (Closes: #870179)
+ * Update shared library package names to match new .so versions
+ * Refresh patches
+ * Drop workaround to use system's nghttp2 since upstream does not
+ ship the embedded copy anymore
+ * Add build-dependency on libparse-yapp-perl, liblz4-dev, libsnappy-dev,
+ libspandsp-dev, libxml2-dev and lynx to enable new upstream features
+ * Update PO files about debconf templates
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 06 Aug 2017 13:22:45 -0400
+
+wireshark (2.2.7-1) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * Convert d/copyright to machine readable format
+ * Download releases from GitHub excluding upstream's debian/ dir
+ * Use my @ubuntu.com email address in Maintainer field
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.7.html
+ - security fixes (Closes: #864058):
+ - Bazaar dissector infinite loop (CVE-2017-9352)
+ - DOF dissector read overflow (CVE-2017-9348)
+ - DHCP dissector read overflow (CVE-2017-9351)
+ - SoulSeek dissector infinite loop (CVE-2017-9346)
+ - DNS dissector infinite loop (CVE-2017-9345)
+ - DICOM dissector infinite loop (CVE-2017-9349)
+ - openSAFETY dissector memory exhaustion (CVE-2017-9350)
+ - BT L2CAP dissector divide by zero (CVE-2017-9344)
+ - MSNIP dissector crash (CVE-2017-9343)
+ - ROS dissector crash (CVE-2017-9347)
+ - RGMP dissector crash (CVE-2017-9354)
+ - IPv6 dissector crash (CVE-2017-9353)
+
+ [ Alexander Gerasiov ]
+ * Fix pkg-config libdir (Closes: #857729)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Tue, 27 Jun 2017 00:48:15 +0200
+
+wireshark (2.2.6+g32dac6a-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <rbalint@ubuntu.com> Sun, 28 May 2017 00:50:22 +0200
+
+wireshark (2.2.6+g32dac6a-1) experimental; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.6.html
+ - security fixes:
+ - The IMAP dissector could crash (CVE-2017-7703)
+ - The WBXML dissector could enter an infinite loop (CVE-2017-7702)
+ - The NetScaler file parser could enter an infinite loop
+ (CVE-2017-7700)
+ - The RPCoRDMA dissector enter an infinite loop (CVE-2017-7705)
+ - The BGP dissector could enter an infinite loop (CVE-2017-7701)
+ - The DOF dissector could enter an infinite loop (CVE-2017-7704)
+ - The PacketBB dissector could crash (CVE-2017-7747)
+ - The SLSK dissector could enter a long loop (CVE-2017-7746)
+ - The SIGCOMP dissector could enter an infinite loop
+ (CVE-2017-7745)
+ - The WSP dissector could enter an infinite loop (CVE-2017-7748)
+
+ -- Balint Reczey <rbalint@ubuntu.com> Fri, 14 Apr 2017 00:26:19 +0200
+
+wireshark (2.2.5+g440fd4d-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 09 Mar 2017 09:33:54 +0100
+
+wireshark (2.2.5+g440fd4d-1) experimental; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.5.html
+ - security fixes:
+ - The STANAG 4607 file parser could go into an infinite loop
+ (CVE-2017-6014)
+ - The NetScaler file parser could go into an infinite loop
+ (CVE-2017-6467)
+ - The NetScaler file parser could crash (CVE-2017-6468)
+ - The LDSS dissector could crash (CVE-2017-6469)
+ - The IAX2 dissector could go into an infinite loop
+ (CVE-2017-6470)
+ - The WSP dissector could go into an infinite loop (CVE-2017-6471)
+ - The RTMTP dissector could go into an infinite loop
+ (CVE-2017-6472)
+ - The K12 file parser could crash (CVE-2017-6473)
+ - The NetScaler file parser could go into an infinite loop
+ (CVE-2017-6474)
+ * Update symbols file for libwireshark8
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 05 Mar 2017 20:20:45 +0100
+
+wireshark (2.2.4+gcc3dc1b-1) unstable; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.4.html
+ - security fixes:
+ - The ASTERIX dissector could go into an infinite loop
+ - The DHCPv6 dissector could go into a large loop
+ * Update symbols file
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 24 Jan 2017 10:31:51 +0100
+
+wireshark (2.2.3+g57531cd-1) unstable; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.3.html
+ * Add basic tshark autopkgtest
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 16 Dec 2016 23:49:43 +0100
+
+wireshark (2.2.2+g9c5aae3-1) unstable; urgency=medium
+
+ * Use HTTPS links in README.Debian
+ * Ship sshdump and ciscodump
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html
+ - security fixes:
+ - Profinet I/O long loop (CVE-2016-9372)
+ - AllJoyn dissector crash (CVE-2016-9374)
+ - OpenFlow dissector crash (CVE-2016-9376)
+ - DCERPC dissector crash (CVE-2016-9373)
+ - DTN dissector infinite loop (CVE-2016-9375)
+ * Update symbols file
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 17 Nov 2016 17:59:30 +0100
+
+wireshark (2.2.1+ga6fbd27-1) unstable; urgency=medium
+
+ * Build-depend on cmake >= 2.8.8
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.1.html
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 05 Oct 2016 01:21:02 +0200
+
+wireshark (2.2.0+g5368c50-1) unstable; urgency=medium
+
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.0.html
+ * Don't show version in window title by default (Closes: #642427)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 08 Sep 2016 23:16:17 +0200
+
+wireshark (2.2.0~rc2+g7670a27-1) unstable; urgency=medium
+
+ * Use proper CC flags when test-compiling with development headers
+ * New upstream release candidate
+ * Update symbols files
+ * Build-depend on lsb-release to make release detection work
+ * Build-depend on libnghttp2-dev and use system's libnghttp2
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 02 Sep 2016 02:49:32 +0200
+
+wireshark (2.2.0~rc1+g438c022-1) unstable; urgency=medium
+
+ * New upstream release candidate
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.2.0rc1.html
+ - bug fixes
+ - Fix null dereference in stats (Closes: #786704)
+ - Detect proper large file defines (Closes: #776206)
+ - Use field info length instead of packet length for protocol
+ hierarchy stats (Closes: #151017)
+ * Drop obsolete patches integrated upstream
+ * Refresh patches
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 23 Aug 2016 02:31:31 +0200
+
+wireshark (2.0.5+ga3be9c6-1) unstable; urgency=medium
+
+ * Generate better pkg-config file (Closes: #832926)
+ * New upstream release
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.0.5.html
+ - bug fixes
+ - Allow restoring maximized windows as maximized (Closes: #780089)
+ - Restart current capture fails with "no interface selected" error
+ when capturing in promiscuous mode (Closes: #812495, #813680,
+ #826385)
+ - security fixes:
+ - PacketBB dissector could divide by zero (CVE-2016-6505)
+ - WSP infinite loop (CVE-2016-6506)
+ - RLC long loop (CVE-2016-6508)
+ - LDSS dissector crash (CVE-2016-6509)
+ - RLC dissector crash (CVE-2016-6510)
+ - OpenFlow long loop (CVE-2016-6511)
+ - MMSE, WAP, WBXML, and WSP infinite loop (CVE-2016-6512)
+ - WBXML crash (CVE-2016-6513)
+ * Bump standards version to 3.9.8
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 02 Aug 2016 11:11:21 +0200
+
+wireshark (2.0.4+gdd7746e-1) unstable; urgency=high
+
+ * Stop listing debconf in wireshark-common's dependencies in control
+ file, the versioned depends is generated by the package build
+ (Closes: #825957)
+ * New upstream release 2.0.4
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.0.4.html
+ - security fixes:
+ - The SPOOLS dissector could go into an infinite loop.
+ Discovered by the CESG.
+ - The IEEE 802.11 dissector could crash
+ - The IEEE 802.11 dissector could crash. Discovered by
+ Mateusz Jurczyk.
+ - The UMTS FP dissector could crash
+ - Some USB dissectors could crash. Discovered by Mateusz Jurczyk.
+ - The Toshiba file parser could crash. Discovered by iDefense Labs.
+ - The CoSine file parser could crash. Discovered by iDefense Labs.
+ - The NetScreen file parser could crash. Discovered by
+ iDefense Labs.
+ - The Ethernet dissector could crash
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 08 Jun 2016 22:59:34 +0200
+
+wireshark (2.0.3+geed34f0-1) unstable; urgency=medium
+
+ [ Pino Toscano ]
+ * Improve .desktop files (Closes: #812489)
+
+ [ Balint Reczey ]
+ * New upstream release 2.0.3
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.0.3.html
+ - security fixes:
+ - The NCP dissector could crash
+ - TShark could crash due to a packet reassembly bug
+ - The IEEE 802.11 dissector could crash
+ - The PKTC dissector could crash
+ - The PKTC dissector could crash
+ - The IAX2 dissector could go into an infinite loop
+ - Wireshark and TShark could exhaust the stack
+ - The GSM CBCH dissector could crash
+ - MS-WSP dissector crash
+ * Drop cherry-picked patch fixing SO version
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 22 Apr 2016 22:29:06 +0200
+
+wireshark (2.0.2+ga16e22e-1) unstable; urgency=high
+
+ * New upstream release 2.0.2
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.0.2.html
+ - security fixes:
+ - DLL hijacking vulnerability (CVE-2016-2521)
+ - ASN.1 BER dissector crash (CVE-2016-2522)
+ - DNP dissector infinite loop (CVE-2016-2523)
+ - X.509AF dissector crash (CVE-2016-2524)
+ - HTTP/2 dissector crash (CVE-2016-2525)
+ - HiQnet dissector crash (CVE-2016-2526)
+ - 3GPP TS 32.423 Trace file parser crash (CVE-2016-2527)
+ - LBMC dissector crash (CVE-2016-2528)
+ - iSeries file parser crash (CVE-2016-2529)
+ - RSL dissector crash (CVE-2016-2530 CVE-2016-2531)
+ - LLRP dissector crash (CVE-2016-2532)
+ - Ixia IxVeriWave file parser crash
+ - IEEE 802.11 dissector crash
+ - GSM A-bis OML dissector crash
+ - ASN.1 BER dissector crash
+ - SPICE dissector large loop
+ - NFS dissector crash
+ - ASN.1 BER dissector crash
+ * Update symbols file
+ * Bump SO version properly using patch cherry-picked from upstream
+ * Drop obsolete and unused
+ 0002-Fix-wireshark.pc-when-CMAKE_INSTALL_LIBDIR-is-absolu.patch
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 28 Feb 2016 16:51:35 +0100
+
+wireshark (2.0.1+g59ea380-3) unstable; urgency=medium
+
+ * Fix setting -Wl,-Bsymbolic on Wheezy only (Closes: #810159)
+ * Override a few lintian warnings which can't be fixed
+
+ -- Balint Reczey <balint@balintreczey.hu> Mon, 11 Jan 2016 01:08:58 +0100
+
+wireshark (2.0.1+g59ea380-2) unstable; urgency=medium
+
+ * Stop providing wireshark-dbg and migrate to automatic debug packages
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 30 Dec 2015 23:59:53 +0100
+
+wireshark (2.0.1+g59ea380-1) unstable; urgency=medium
+
+ * Set license tab content on Qt UI to the same as shown on GTK+ UI
+ (Closes: #807127)
+ * Fix build on wheezy when PIE is enabled
+ * Recommend libqt5multimedia5-plugins for wireshark-qt
+ This makes RTP Player actually play RTP stream using Qt, too.
+ * New upstream release 2.0.1
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html
+ - security fixes:
+ - NBAP dissector crashes
+ - NLM dissector crash
+ - BER dissector crash
+ - Zlib decompression crash
+ - SCTP dissector crash
+ - 802.11 decryption crash
+ - DIAMETER dissector crash
+ - VeriWave file parser crashes
+ - RSVP dissector crash
+ - ANSI A & GSM A dissector crashes
+ - Ascend file parser crash
+ - NBAP dissector crash
+ - RSL dissector crash
+ - ZigBee ZCL dissector crash
+ - Sniffer file parser crash
+ - NWP dissector crash
+ - BT ATT dissector crash
+ - MP2T file parser crashes
+ - S7COMM dissector crash
+ - IPMI dissector crash
+ - TDS dissector crash
+ - PPI dissector crash
+ - MS-WSP dissector crash
+ * Drop 0001-Set-major-SO-versions-for-release.patch which has been
+ integrated upstream
+ * Update symbols file
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 30 Dec 2015 21:21:18 +0100
+
+wireshark (2.0.0+g9a73b82-2) unstable; urgency=medium
+
+ * Make wireshark depend on wireshark-qt _or_ wireshark-gtk
+ (Closes: #805758)
+ * Build-depend on qtmultimedia5-dev and libqt5svg5-dev
+ This fixes missing RTP player functionality in wireshark-qt
+ * Refresh patches for back-porting
+ * Ship wireshark-dbg only on amd64
+ This is the most popular architecture and the debug package is rarely
+ used anyway. In the next step the package will switch to relying on
+ automatic debug packages.
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 01 Dec 2015 20:36:39 +0100
+
+wireshark (2.0.0+g9a73b82-1) unstable; urgency=medium
+
+ * Don't ship unused duplicated images for guides
+ * Fix my email address in README.Debian
+ * New upstream release 2.0.0
+ - release notes:
+ https://www.wireshark.org/docs/relnotes/wireshark-2.0.0.html
+ * Update symbols files
+ * Upload to unstable
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 21 Nov 2015 19:42:43 +0100
+
+wireshark (2.0.0~rc3+g841d5e1-1) experimental; urgency=medium
+
+ * New upstream release candidate 2.0.0 RC3
+ * Add note to README.Debian to log in again to be able to capture packets
+ * Move icon and mime info file to wireshark-common
+ * Ship .desktop file for GTK+ interface
+ * Update symbols files
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 07 Nov 2015 22:23:15 +0400
+
+wireshark (2.0.0~rc2+g74e5b56-1) experimental; urgency=medium
+
+ * New upstream release candidate 2.0.0 RC2
+ * Set library versions to the proper value
+ * Rename library packages to reflect SOVERSION bumps
+ * Drop obsolete patches
+ * Refresh patches
+ * Enable parallel build
+ * Provide wireshark metapackage which depends on wireshark-qt
+ This makes the Qt interface the default GUI for Wireshark in sync with
+ upstream's intention. The GTK interface is shipped in wireshark-gtk.
+ * Build-depend on libsbc-dev
+ * Stop shipping menu entry
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 05 Nov 2015 21:42:50 +0400
+
+wireshark (1.12.8+g5b6e543-2) unstable; urgency=medium
+
+ * Split arch and indep rules in debian/rules to fix FTBFS
+ * Fix short description of libwsutil-dev
+ * Fix packaging repository URLs
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 17 Oct 2015 13:28:20 +0200
+
+wireshark (1.12.8+g5b6e543-1) unstable; urgency=high
+
+ * New upstream release 1.12.8
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.8.html
+ - security fixes:
+ - Pcapng file parser crash. Discovered by Dario Lombardo and
+ Shannon Sabens.(CVE-2015-7830)
+ * Enable all hardening flags
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 22 Sep 2015 23:10:57 +0200
+
+wireshark (1.12.7+g7fc8978-1) unstable; urgency=high
+
+ * New upstream release 1.12.7
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.7.html
+ - security fixes:
+ - Protocol tree crash
+ - Memory manager crash
+ - Dissector table crash
+ - ZigBee crash
+ - GSM RLC/MAC infinite loop
+ - WaveAgent crash
+ - OpenFlow infinite loop
+ - Ptvcursor crash
+ - WCCP crash
+ * Use system's OpenLayers.js to avoid privacy breach
+ * Recommend geoip-database and geoip-database-extra
+ * Set location of system's GeoIP database as default. This makes GeoIP
+ features work out of the box.
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 15 Aug 2015 08:49:24 +0200
+
+wireshark (1.12.6+gee1fce6-1) unstable; urgency=high
+
+ * New upstream release 1.12.6
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.6.html
+ - security fixes:
+ - WCCP dissector crash
+ - GSM DTAP dissector crash
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 18 Jun 2015 23:58:21 +0200
+
+wireshark (1.12.5+g5819e5b-1) unstable; urgency=high
+
+ * Ship reordercap in wireshark-common
+ * New upstream release 1.12.5
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.5.html
+ - security fixes:
+ - The LBMR dissector could go into an infinite loop (CVE-2015-3809)
+ - The WebSocket dissector could recurse excessively (CVE-2015-3810)
+ - The WCP dissector could crash while decompressing data (CVE-2015-3811)
+ - The X11 dissector could leak memory (CVE-2015-3812)
+ - The packet reassembly code could leak memory (CVE-2015-3813)
+ - The IEEE 802.11 dissector could go into an infinite loop (CVE-2015-3814)
+ - The Android Logcat file parser could crash. Discovered by Hanno Böck.
+ (CVE-2015-3815)
+ * Update symbols files
+ * Build-depend on dh-python
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 13 May 2015 11:17:15 +0200
+
+wireshark (1.12.4+gb4861da-1) unstable; urgency=medium
+
+ [Arnd Hannemann]
+ * Fix German debconf translation (Closes: #779826)
+
+ [Balint Reczey]
+ * Fix pkg-config file (Closes: #779788)
+ * New upstream release 1.12.4 from git snapshot:
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.4.html
+ * Drop obsolete patches
+ * Bump standards version
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 30 Apr 2015 07:42:35 +0200
+
+wireshark (1.12.1+g01b65bf-5) unstable; urgency=medium
+
+ * Finish postinst of wireshark-common even when wireshark group is a
+ user group (LP: #1447893)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 26 Apr 2015 02:14:49 +0200
+
+wireshark (1.12.1+g01b65bf-4) unstable; urgency=high
+
+ * security fixes from Wireshark 1.12.4 (Closes: #780372):
+ - The ATN-CPDLC dissector could crash (CVE-2015-2187)
+ - The WCP dissector could crash (CVE-2015-2188)
+ - The pcapng file parser could crash (CVE-2015-2189)
+ - The LLDP dissector could crash (CVE-2015-2190)
+ - The TNEF dissector could go into an infinite loop.
+ Discovered by Vlad Tsyrklevich. (CVE-2015-2191)
+ - The SCSI OSD dissector could go into an infinite loop.
+ Discovered by Vlad Tsyrklevich. (CVE-2015-2192)
+ * Fix control combos such as ctrl-a, ctrl-c in filter textbox
+ (Closes: #780596)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 26 Mar 2015 19:15:54 +0100
+
+wireshark (1.12.1+g01b65bf-3) unstable; urgency=high
+
+ * security fixes from Wireshark 1.12.3 (Closes: #776135):
+ - The WCCP dissector could crash (CVE-2015-0559, CVE-2015-0560)
+ - The LPP dissector could crash (CVE-2015-0561)
+ - The DEC DNA Routing Protocol dissector could crash (CVE-2015-0562)
+ - The SMTP dissector could crash (CVE-2015-0563)
+ - Wireshark could crash while decypting TLS/SSL sessions.
+ Discovered by Noam Rathaus. (CVE-2015-0564)
+ * Fix GTK Broadway crash (Closes: #776136)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 24 Jan 2015 16:01:19 +0100
+
+wireshark (1.12.1+g01b65bf-2) unstable; urgency=high
+
+ [Mert Dirik]
+ * Add Turkish translation (Closes: #757499)
+
+ [Balint Reczey]
+ * Fix typo in libwiretap4 description (Closes: #757469)
+ * security fixes from Wireshark 1.12.2 (Closes: #769410):
+ - SigComp UDVM buffer overflow (CVE-2014-8710)
+ - AMQP crash (CVE-2014-8711)
+ - NCP crashes (CVE-2014-8712, CVE-2014-8713)
+ - TN5250 infinite loops (CVE-2014-8714)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 02 Nov 2014 20:31:06 +0100
+
+wireshark (1.12.1+g01b65bf-1) unstable; urgency=high
+
+ * Increase priority of debconf question about capturing rights to high
+ to help first-time users in setting up capturing
+ * New upstream release 1.12.1 from git snapshot:
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.1.html
+ - security fixes:
+ - MEGACO dissector infinite loop (CVE-2014-6423)
+ - Netflow dissector crash (CVE-2014-6424)
+ - CUPS dissector crash (CVE-2014-6425)
+ - HIP dissector infinite loop. (CVE-2014-6426)
+ - RTSP dissector crash (CVE-2014-6427)
+ - SES dissector crash (CVE-2014-6428)
+ - Sniffer file parser crash.
+ (CVE-2014-6429, CVE-2014-6430, CVE-2014-6431, CVE-2014-6432)
+ * Back-port patch from upstream to set proper .so versions
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 18 Sep 2014 22:01:15 +0200
+
+wireshark (1.12.0+git+4fab41a1-1) unstable; urgency=medium
+
+ * New upstream release 1.12.0 from git snapshot:
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.12.0.html
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 01 Aug 2014 10:25:34 +0200
+
+wireshark (1.12.0~rc3+git+e14d5b6eaa+dfsg1-1) experimental; urgency=medium
+
+ * New upstream release candidate 1.12.0 RC3, from git snapshot
+ - Makes the RTP Player graphs work with GTK3 (Closes: #744945)
+ - Guarantee that open routines are initialized (Closes: #751872)
+ - Fix changing filter expression's bg color based on validity
+ (Closes: #705621)
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 23 Jul 2014 11:24:50 +0200
+
+wireshark (1.12.0~rc2+git+fd017ee+dfsg1-1) experimental; urgency=low
+
+ * New upstream release candidate 1.12.0 RC2
+ - Since the release tarball had some files missing orig.tar.xz has
+ been generated from a git snapshot with tests omitted
+ * Drop obsoleted 00.* patches
+ * Fix Wireshark's name in Vietnamese translation
+ * Add copyright information to debian/headers-check.c
+ * Add docbook-xml to build-depends to have schemas installed locally at
+ build time
+ - Drop obsoleted 0005-Disable-xmllint-for-release-notes.patch
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 19 Jun 2014 11:19:02 -0700
+
+wireshark (1.12.0~rc1-2) experimental; urgency=low
+
+ * Fix wireshark-qt's package description (Closes: #750472)
+ * Drop obsoleted debian/wireshark.pc.in
+ * Stop matching single .so versions in library install files
+ * Reformat debian/control
+ * Make it easier to switch to QT 4 in packaging
+ * Add missing files to debian/copyright (Closes: #750441)
+ * Don't ship libfiletap library, it is not production-ready yet
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 31 May 2014 01:02:30 +0700
+
+wireshark (1.12.0~rc1-1) experimental; urgency=low
+
+ * New upstream release candidate 1.12.0 RC1
+ (Closes: #729520, #729524, #703563, #712591, #726972)
+ * Drop obsolete patches and refresh the rest
+ * Bump library versions due to ABI changes
+ * Drop shlib control files
+ * Switch build system to CMake
+ - New build-dependencies: asciidoc, cmake, w3m
+ - Dropped build-dependencies: automake, autoconf, autotools-dev,
+ dh-autoreconf
+ - Disable parallel builds, they break :-(
+ * Ship Qt GUI of Wireshark as wireshark-qt
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 27 May 2014 22:28:27 +0700
+
+wireshark (1.10.7-4) unstable; urgency=low
+
+ * Build-depend on libnl-genl-3-dev and libnl-route-3-dev only on Linux
+ * Enable parallel builds
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 27 May 2014 22:09:56 +0700
+
+wireshark (1.10.7-3) unstable; urgency=medium
+
+ * Build-depend on GnuTLS 3 (>= 3.2.14-1) which enforces a dual-licensed
+ (GPLv2+/LGPLv2.1+) version of GMP thus allows linking with Wireshark
+ (Closes: #747578)
+ * Build-depend directly on libgcrypt-dev since Wireshark uses Libgcrypt API
+ * Build-depend on libnl-genl-3-dev libnl-route-3-dev to enable Netlink
+ features like wireless toolbar and device list updating on hot-plugging
+ of network a adapters (Thanks to Pontus Fuchs.)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 15 May 2014 10:18:27 +0200
+
+wireshark (1.10.7-2) unstable; urgency=medium
+
+ * Back-port fix for crashing when showing flow graph (Closes: #741470)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 11 May 2014 13:01:21 +0200
+
+wireshark (1.10.7-1) unstable; urgency=high
+
+ * New upstream release 1.10.7
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.7.html
+ - security fixes:
+ - The RTP dissector could crash. (Closes: #745595)
+ * Fix package names in libwiretap and libwsutil symbols files
+ * Drop 01-Use-GitVersion-to-fix-guide-creation.patch since it has been
+ integrated upstream
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 29 Apr 2014 16:21:35 +0200
+
+wireshark (1.10.6-1) unstable; urgency=high
+
+ * New upstream release 1.10.6
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.6.html
+ - security fixes:
+ - The NFS dissector could crash. Discovered by Moshe Kaplan
+ (CVE-2014-2281)
+ - The M3UA dissector could crash. Discovered by Laurent Butti.
+ (CVE-2014-2282)
+ - The RLC dissector could crash. (CVE-2014-2283)
+ - The MPEG file parser could overflow a buffer.
+ Discovered by Wesley Neelen. (CVE-2014-2299)
+ * Drop 10_allow-deprecated-gtk-functions.patch and
+ 11_fix-g_memmove-ftbfs-issues.patch since they are integrated upstream.
+ * Generate symbols files
+ * Ship wireshark.pc for pkg-config (Closes: #740716)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 08 Mar 2014 18:26:41 +0100
+
+wireshark (1.10.5-2) unstable; urgency=low
+
+ [Thomas Ward]
+ * Include new patches to fix FTBFS issues: (LP: #1269197)
+ + debian/patches/allow-deprecated-gtk-functions.patch:
+ - Incorporate upstream changes to fix the FTBFS caused by functions
+ deprecated in GTK 3.10 and newer.
+ + debian/patches/fix-g_memmove-ftbfs-issues.patch:
+ - Replace instances of C99 `g_memmove()` with C90 `memmove()` to fix
+ additional FTBFS issues.
+
+ [Balint Reczey]
+ * debian/control: updated policy to 3.9.5 (no changes needed)
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 15 Jan 2014 18:03:39 +0100
+
+wireshark (1.10.5-1) unstable; urgency=low
+
+ * New upstream release 1.10.5
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.5.html
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 20 Dec 2013 00:28:21 +0100
+
+wireshark (1.10.4-1) unstable; urgency=high
+
+ * New upstream release 1.10.4
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.4.html
+ - security fixes:
+ - The SIP dissector could go into an infinite loop.
+ Discovered by Alain Botti. (CVE-2013-7112)
+ - The BSSGP dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-7113)
+ - The NTLMSSP v2 dissector could crash. Discovered by Garming Sam.
+ (CVE-2013-7114)
+ * drop adding -mieee flag to CFLAGS on Alpha, since it is already added
+ by default
+ * don't enable hardening in debian/rules explicitly, let dh govern it
+ * ship stat_menu.h in libwireshark-dev (Closes: #731765)
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 18 Dec 2013 01:15:16 +0100
+
+wireshark (1.10.3-1) unstable; urgency=high
+
+ * New upstream release 1.10.3
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.3.html
+ - security fixes:
+ - The IEEE 802.15.4 dissector could crash. (CVE-2013-6336)
+ - The NBAP dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-6337)
+ - The SIP dissector could crash. (CVE-2013-6338)
+ - The OpenWire dissector could go into a large loop.
+ Discovered by Murali. (CVE-2013-6339)
+ - The TCP dissector could crash. (CVE-2013-6340)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 01 Nov 2013 21:55:04 +0100
+
+wireshark (1.10.2-2) unstable; urgency=low
+
+ [ Yukio Shiiya ]
+ * install supported file types to shared MIME database (Closes: #723133)
+
+ [ Balint Reczey]
+ * ship all scaled icons
+ * switch to Lua 5.2 (Closes: #723683)
+
+ -- Balint Reczey <balint@balintreczey.hu> Mon, 30 Sep 2013 11:13:15 +0200
+
+wireshark (1.10.2-1) unstable; urgency=high
+
+ * New upstream release 1.10.2
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.2.html
+ - security fixes:
+ - The Bluetooth HCI ACL dissector could crash. Discovered by
+ Laurent Butti. (No assigned CVE number)
+ - The NBAP dissector could crash. Discovered by Laurent Butti.
+ (No assigned CVE number)
+ - The ASSA R3 dissector could go into an infinite loop.
+ Discovered by Ben Schmidt. (No assigned CVE number)
+ - The RTPS dissector could overflow a buffer. Discovered by
+ Ben Schmidt. (No assigned CVE number)
+ - The MQ dissector could crash. (No assigned CVE number)
+ - The LDAP dissector could crash. (No assigned CVE number)
+ - The Netmon file parser could crash. Discovered by G. Geshev.
+ (No assigned CVE number)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 10 Sep 2013 18:25:15 +0200
+
+wireshark (1.10.1-1) unstable; urgency=high
+
+ * New upstream release 1.10.1
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.1.html
+ - security fixes:
+ - The DCP ETSI dissector could crash (CVE-2013-4083)
+ - The P1 dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4920)
+ - The Radiotap dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4921)
+ - The DCOM ISystemActivator dissector could crash.
+ Discovered by Laurent Butti. (CVE-2013-4922, CVE-2013-4923,
+ CVE-2013-4924, CVE-2013-4925 and CVE-2013-4926)
+ - The Bluetooth SDP dissector could go into a large loop.
+ Discovered by Laurent Butti. (CVE-2013-4927)
+ - The Bluetooth OBEX dissector could go into an infinite loop.
+ (CVE-2013-4928)
+ - The DIS dissector could go into a large loop.
+ (CVE-2013-4929)
+ - The DVB-CI dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4930)
+ - The GSM RR dissector (and possibly others) could go into a large loop.
+ (CVE-2013-4931)
+ - The GSM A Common dissector could crash.
+ (CVE-2013-4932)
+ - The Netmon file parser could crash. Discovered by G. Geshev.
+ (CVE-2013-4933 and CVE-2013-4934)
+ - The ASN.1 PER dissector could crash.
+ Discovered by Oliver-Tobias Ripka. (CVE-2013-4935)
+ - The PROFINET Real-Time dissector could crash.
+ (CVE-2013-4936)
+ * fix upstream's libwireshark library's version number
+ * warn administrator during configuring dumpcap to allow non-root users
+ to capture packets if creating the wireshark system group fails
+ * refer to libwireshark3 in libwsutil-dev's description
+ * use xdg-open instead of sensible-browser
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 27 Jul 2013 00:20:12 +0200
+
+wireshark (1.10.0-2) unstable; urgency=high
+
+ * re-upload to unstable without changes
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 23 Jun 2013 23:43:35 +0100
+
+wireshark (1.10.0-1) unstable; urgency=high
+
+ * New upstream release 1.10.0
+ - release notes:
+ https://wireshark.org/docs/relnotes/wireshark-1.10.0.html
+ - security fixes (compared to 1.8.7-1) (Closes: #711918):
+ - The CAPWAP dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4074)
+ - The GMR-1 BCCH dissector could crash.
+ Discovered by Sylvain Munaut and Laurent Butti. (CVE-2013-4075)
+ - The PPP dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4076)
+ - The NBAP dissector could crash. (CVE-2013-4077)
+ - The RDP dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4078)
+ - The GSM CBCH dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-4079)
+ - The HTTP dissector could overrun the stack. (CVE-2013-4081)
+ - The Ixia IxVeriWave file parser could overflow the heap.
+ Discovered by Sachin Shinde. (CVE-2013-4082)
+ - The DCP ETSI dissector could crash. (CVE-2013-4083)
+ * 07_library-versions.patch: adjust only CMake built libraries
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 12 Jun 2013 20:17:11 -0600
+
+wireshark (1.10.0~rc2-1) experimental; urgency=low
+
+ * New upstream release candidate (RC2) for 1.10.0
+ * set proper library versions for CMake builds, too
+ * update standards-version to 3.9.4
+ - shlibs files are kept, this may change in the future
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 23 May 2013 14:16:18 -0500
+
+wireshark (1.10.0~rc1-1) experimental; urgency=low
+
+ * New upstream release candidate (RC1) for 1.10.0
+ * make libwsutil-dev confict with and replace wireshark-dev (<< 1.4.0~rc2-1)
+ (Closes: #704561)
+ * use multiarch
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 28 Apr 2013 00:26:05 -0500
+
+wireshark (1.9.2-1) experimental; urgency=low
+
+ * New upstream development snapshot 1.9.2
+ * drop obsolete asn2deb and idl2deb patches since they are shipped now by
+ upstream
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 28 Mar 2013 23:46:19 +0100
+
+wireshark (1.9.1-2) experimental; urgency=low
+
+ * rewrite packaging to use dh
+ * drop obsolete DM-Upload-Allowed control file field
+ * drop obsolete lintian overrides
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 23 Mar 2013 13:06:46 +0100
+
+wireshark (1.9.1-1) experimental; urgency=low
+
+ * New upstream development snapshot 1.9.1
+ * drop obsolete man pages from asn2deb and idl2deb patches since they are
+ shipped now by upstream
+ * drop obsolete patches back-ported to improve GTK+ 3 support
+ * bump library versions due to ABI changes
+ Note that this development snapshot is uploaded to experimental and is
+ not considered to be stable.
+ The ABI may change before the final official 1.10 release without any
+ change in the shared library versions.
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 15 Mar 2013 16:46:15 +0100
+
+wireshark (1.8.6-1) experimental; urgency=low
+
+ * New upstream release 1.8.6:
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
+ * drop obsolete patches back-ported from 1.8.3 and 1.8.5
+ * switch to GTK+ 3
+ * back-port a few fixes from upstream's trunk related to GTK 3
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 14 Mar 2013 17:51:02 +0100
+
+wireshark (1.8.2-3) unstable; urgency=high
+
+ * security fixes from Wireshark 1.8.5:
+ - The CLNP dissector could crash. Discovered independently by
+ Laurent Butti and the Wireshark development team (CVE-2013-1582)
+ - The DTN dissector could crash (CVE-2013-1583, CVE-2013-1584)
+ - The MS-MMC dissector (and possibly others) could crash (CVE-2013-1585)
+ - The DTLS dissector could crash. Discovered by Laurent Butti.
+ (CVE-2013-1586)
+ - The ROHC dissector could crash (CVE-2013-1587)
+ - The DCP-ETSI dissector could corrupt memory. Discovered by Laurent Butti.
+ (CVE-2013-1588)
+ - The Wireshark dissection engine could crash. Discovered by Laurent Butti.
+ - The NTLMSSP dissector could overflow a buffer. Discovered by
+ Ulf Härnhammar. (CVE-2013-1590)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 12 Feb 2013 13:09:46 +0100
+
+wireshark (1.8.2-2) unstable; urgency=high
+
+ * security fixes from Wireshark 1.8.3 (Closes: #689972):
+ - The HSRP dissector could go into an infinite loop (CVE-2012-5237)
+ - The PPP dissector could abort (CVE-2012-5238)
+ - Martin Wilck discovered an infinite loop in the DRDA dissector
+ (CVE-2012-5239)
+ - Laurent Butti discovered a buffer overflow in the LDP dissector
+ (CVE-2012-5240)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 09 Oct 2012 11:39:42 +0200
+
+wireshark (1.8.2-1) unstable; urgency=high
+
+ * New upstream release 1.8.2 (skipping 1.8.1 in Debian)
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
+ - security fixes:
+ - The PPP dissector could crash (Closes: #680056)(CVE-2012-4048)
+ - The NFS dissector could use excessive amounts of CPU (CVE-2012-4049)
+ - The DCP ETSI dissector could trigger a zero division. Reported by
+ Laurent Butti. (CVE-2012-4285)
+ - The MongoDB dissector could go into a large loop. Reported by
+ Ben Schmidt. (CVE-2012-4287)
+ - The XTP dissector could go into an infinite loop. Reported by
+ Ben Schmidt. (CVE-2012-4288)
+ - The ERF dissector could overflow a buffer. Reported by
+ Laurent Butti. (CVE-2012-4294 CVE-2012-4295)
+ - The AFP dissector could go into a large loop. Reported by
+ Stefan Cornelius. (CVE-2012-4289)
+ - The RTPS2 dissector could overflow a buffer. Reported by
+ Laurent Butti. (CVE-2012-4296)
+ - The GSM RLC MAC dissector could overflow a buffer. Reported by
+ Laurent Butti. (CVE-2012-4297)
+ - The CIP dissector could exhaust system memory. Reported by
+ Ben Schmidt. (CVE-2012-4291)
+ - The STUN dissector could crash. Reported by Laurent Butti.
+ (CVE-2012-4292)
+ - The EtherCAT Mailbox dissector could abort. Reported by
+ Laurent Butti. (CVE-2012-4293)
+ - The CTDB dissector could go into a large loop. Reported by
+ Ben Schmidt. (CVE-2012-4290)
+ - The pcap-ng file parser could trigger a zero division (CVE-2012-4286)
+ - The Ixia IxVeriWave file parser could overflow a buffer
+ (CVE-2012-4298)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 19 Aug 2012 14:30:56 +0200
+
+wireshark (1.8.0-1) unstable; urgency=low
+
+ * New upstream release 1.8.0 (Closes: #678585)
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
+ * fix lintian pedantic mode warnings
+ - use set -e in maintainer scripts
+ - refer to GPLv2 via symlink
+ - fix spacing in debian/control
+ - depend on debhelper (>= 9)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 22 Jun 2012 19:25:19 +0200
+
+wireshark (1.8.0~rc1-1) unstable; urgency=low
+
+ * New upstream release 1.8.0 release candidate 1
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
+ - drop 07_use-theme-icon.patch as it has been integrated upstream
+ - bump library versions to 2.0.0 and rename library packages to
+ libwsutil2, libwiretap2 and libwireshark2
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 07 Jun 2012 01:04:16 +0200
+
+wireshark (1.6.8-1) unstable; urgency=medium
+
+ * New upstream release 1.6.8
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.8.html
+ - security fixes:
+ - Infinite and large loops in the ANSI MAP, ASF, BACapp, Bluetooth
+ HCI, IEEE 802.11, IEEE 802.3, LTP, and R3 dissectors have been
+ fixed (No assigned CVE number)
+ - The DIAMETER dissector could try to allocate memory improperly
+ and crash (No assigned CVE number)
+ - Wireshark could crash on SPARC processors due to misaligned
+ memory. Discovered by Klaus Heckelmann (No assigned CVE number)
+ - NEWS file is empty, stop shipping it in Debian package
+ * update standards-version to 3.9.3
+ * use dpkg-buildflags for hardening
+ * depend on dpkg-dev (>= 1.16.1~) for dpkg-buildflags
+ * bump debhelper compatibility level to v9
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 22 May 2012 23:50:21 +0200
+
+wireshark (1.6.7-1) unstable; urgency=low
+
+ * New upstream release 1.6.7
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.7.html
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 11 Apr 2012 15:41:17 +0200
+
+wireshark (1.6.6-1) unstable; urgency=high
+
+ * New upstream release 1.6.6
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.6.html
+ - security fixes (Closes: #666058):
+ - The ANSI A dissector could dereference a NULL pointer and crash
+ - The IEEE 802.11 dissector could go into an infinite loop
+ - The pcap and pcap-ng file parsers could crash trying to read ERF data
+ - The MP2T dissector could try to allocate too much memory and crash
+ * depend on automake instead of automake1.9
+ * update watch file to watch bzip2 compressed archives
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 28 Mar 2012 12:34:10 +0200
+
+wireshark (1.6.5-2) unstable; urgency=low
+
+ * clarify when set-user-id bit is set for dumpcap in README.Debian
+ (Closes: #649350)
+ * add notes about capturing USB frames to README.Debian
+ * package and use SVG icon for Wireshark (Closes: #661759)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 15 Jan 2012 11:16:10 -0800
+
+wireshark (1.6.5-1) unstable; urgency=high
+
+ * New upstream release 1.6.5
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.5.html
+ - security fixes:
+ - Laurent Butti discovered that Wireshark failed to properly check
+ record sizes for many packet capture file formats.
+ (No assigned CVE number.)
+ - Wireshark could dereference a NULL pointer and crash.
+ (No assigned CVE number.)
+ - The RLC dissector could overflow a buffer.
+ (No assigned CVE number.)
+ * build architecture dependent and independent packages separately
+ * [Debconf translation updates]
+ - Indonesian (Mahyuddin Susanto). (Closes: #653938)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 12 Jan 2012 12:53:09 +0100
+
+wireshark (1.6.4-1) unstable; urgency=low
+
+ * New upstream release 1.6.4
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html
+ * remove Joost Yervante Damad from uploaders as he has resigned
+ Thank you Joost for taking care of Wireshark packages for many years!
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 19 Nov 2011 11:21:58 +0100
+
+wireshark (1.6.3-1) unstable; urgency=high
+
+ * New upstream release 1.6.3
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
+ - security fixes:
+ - The CSN.1 dissector could crash
+ (No assigned CVE number.)
+ - Huzaifa Sidhpurwala of Red Hat Security Response Team discovered
+ that the Infiniband dissector could dereference a NULL pointer.
+ (No assigned CVE number.)
+ - Huzaifa Sidhpurwala of Red Hat Security Response Team discovered a
+ buffer overflow in the ERF file reader. (No assigned CVE number.)
+ - bump library versions
+ * add build-arch and build-indep targets to debian/rules
+ * [Debconf translation updates]
+ - Slovak (Slavko). (Closes: #647082)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 01 Nov 2011 21:04:31 +0100
+
+wireshark (1.6.2-1) unstable; urgency=high
+
+ * New upstream release 1.6.2
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html
+ - security fixes
+ - A large loop in the OpenSafety dissector could cause a crash.
+ (CVE-2011-3484)
+ - A malformed IKE packet could consume excessive resources.
+ (CVE-2011-3266)
+ - A malformed capture file could result in an invalid root tvbuff and
+ cause a crash. (CVE-2011-3483 )
+ - Wireshark could run arbitrary Lua scripts. (CVE-2011-3360)
+ - The CSN.1 dissector could crash. (CVE-2011-3482)
+ - don't show subversion revision in window title (Closes: #635116)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 18 Sep 2011 04:10:15 -1000
+
+wireshark (1.6.1-1) unstable; urgency=high
+
+ * New upstream release 1.6.1
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.1.html
+ - security fixes
+ - The Lucent/Ascend file parser was susceptible to an infinite loop
+ (CVE-2011-2597)
+ - The ANSI MAP dissector was susceptible to an infinite loop
+ (No assigned CVE number.)
+ * use linux-any wildcard for architecture-specific dependencies
+ (Closes: #634671)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 19 Jul 2011 14:52:12 +0200
+
+wireshark (1.6.0-2) unstable; urgency=low
+
+ * [Debconf translation updates]
+ - Korean (si-cheol KO). (Closes: #630951)
+ * show a hint to read README.Debian when showing the warning about
+ running Wireshark as root
+ Thanks to Evan Huus for the suggestion.
+ * don't ship .la files for plugins, it keeps lintian happy
+ * migrate to dh_python2 from dh_pysupport
+ * use dh_prep instead of obsoleted dh_clean -k in debian/rules
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 10 Jul 2011 00:28:09 +0200
+
+wireshark (1.6.0-1) unstable; urgency=low
+
+ * New upstream release 1.6.0
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.6.0.html
+ - Decode protocols selectively using tshark -O (Closes: #179309)
+ - Support opening files larger than 2GB on all platforms
+ (Closes: #539287)
+ - Bump library versions (Closes: #627146)
+ * depend on omniidl instead of omniidl4 transitional package
+ * [Debconf translation updates]
+ - Dutch (Jeroen Schot). (Closes: #626145)
+ - Hungarian (Balint Reczey).
+ * start shipping libwireshark2, libwiretap2 and libwsutil2 instead of
+ libwireshark0, libwiretap0 and libwsutil0, respectively
+ * drop 05_bump_so_versions.patch as upstream started library versioning
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 07 Jun 2011 21:29:16 +0200
+
+wireshark (1.5.1-1) experimental; urgency=low
+
+ * New upstream development release 1.5.1
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.5.1.html
+ * update standards-version to 3.9.2
+ * clarify in README.Debian that only root is able to capture packets in
+ default installation (Closes: #621801)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 07 Apr 2011 19:27:08 +0200
+
+wireshark (1.5.0-1) experimental; urgency=low
+
+ * New upstream development release 1.5.0
+ - release notes:
+ http://www.wireshark.org/news/20110124.html
+ - Allow <interval> to be successfully sscanf'd no matter the locale
+ for the decimal symbol (Closes: #454621)
+ - Use more meaningful temp file name (Closes: #419710)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 08 Feb 2011 14:30:12 +0100
+
+wireshark (1.4.3-2) unstable; urgency=low
+
+ * re-upload to unstable
+
+ -- Balint Reczey <balint@balintreczey.hu> Mon, 07 Feb 2011 14:34:06 +0100
+
+wireshark (1.4.3-1) experimental; urgency=high
+
+ * New upstream release 1.4.3
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.4.3.html
+ - security fixes
+ - FRAsse discovered that the MAC-LTE dissector could overflow a buffer.
+ (No assigned CVE number.)
+ - FRAsse discovered that the ENTTEC dissector could overflow a buffer.
+ (CVE-2010-4538) (Closes: #608990)
+ - The ASN.1 BER dissector could assert and make Wireshark exit
+ prematurely. (No assigned CVE number.)
+ * drop 25_libwsutil-version.patch since it has been integrated upstream
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 12 Jan 2011 15:31:35 +0100
+
+wireshark (1.4.2-3) experimental; urgency=low
+
+ [ W. Borgert ]
+ * support IDL's #include in idl2deb (Closes: #314833)
+
+ [ Balint Reczey ]
+ * really ship include files in libwsutil-dev
+ * raise Python 2.6 compatible exceptions (Closes: #585370)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 24 Dec 2010 00:00:11 +0100
+
+wireshark (1.4.2-2) experimental; urgency=low
+
+ * separated libwsutil and related headers in libwsutil0 and
+ libwsutil-dev packages
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 25 Nov 2010 23:26:09 +0100
+
+wireshark (1.4.2-1) experimental; urgency=low
+
+ * New upstream release 1.4.2
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
+ - security fixes
+ - Nephi Johnson of BreakingPoint discovered that the LDSS dissector
+ could overflow a buffer. (No assigned CVE number.)
+ - The ZigBee ZCL dissector could go into an infinite loop.
+ (No assigned CVE number.)
+ * drop 05_fix-display-filter-update-when-changing-profile.patch
+ patch since it has been integrated upstream
+
+ -- Balint Reczey <balint@balintreczey.hu> Sat, 20 Nov 2010 18:41:41 +0100
+
+wireshark (1.4.1-1) experimental; urgency=high
+
+ * New upstream release 1.4.1
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
+ - add support for sll.ltype hooks (Closes: #594390)
+ - security fixes
+ - The Penetration Test Team of NCNIPC (China) discovered that the
+ ASN.1 BER dissector was susceptible to a stack overflow
+ (CVE-2010-3445)
+ * pick fix for improperly backported display filter update when changing
+ profile
+ * [Debconf translation updates]
+ - Basque (Iñaki Larrañaga Murgoitio).
+ - Vietnamese (Clytie Siddall). (Closes: #598498)
+ * make wireshark-dev depend on libwireshark-dev and libwiretap-dev
+ (Closes: #596108)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 03 Sep 2010 13:20:33 +0200
+
+wireshark (1.4.0-1) experimental; urgency=low
+
+ [ Balint Reczey ]
+ * New upstream release 1.4.0
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html
+ * drop 26_offline-documentation.patch patch since it has been integrated
+ upstream
+ * [Debconf translation updates]
+ - French (Simon Paillard). (Closes: #593214)
+ - Danish (Joe Hansen). (Closes: #594738)
+ - Brazilian Portuguese (Adriano Rafael Gomes). (Closes: #594780)
+ - Basque (Iñaki Larrañaga Murgoitio).
+ * changed versioned conflicts to conflict with << 1.4.0~rc2-1 versions
+ instead of conflicting with <= 1.2.7-1 ones to allow smooth upgrades
+ from versions between 1.2.7-1 and 1.4.0~rc2-1 (Closes: #593875)
+ * debian/control: updated policy to 3.9.1 (Eloy Paris removed the .la
+ files to become compliant)
+
+ [ Eloy Paris ]
+ * Removed /usr/lib/libwiretap.la from the libwiretap-dev package and
+ /usr/lib/libwireshark.la and /usr/lib/libwsutil.la from the
+ libwireshark-dev package since external programs linking against
+ libwiretap and libwireshark do not need them. Refer to the Debian
+ Policy Manual 10.2 ("Libraries") for further information.
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 01 Sep 2010 23:52:27 +0200
+
+wireshark (1.4.0~rc2-2) experimental; urgency=low
+
+ * New wireshark-doc package for shipping offline documentation
+ (Closes: #68746)
+ * make libwireshark0-data suggest snmp-mibs-downloader instead of
+ wireshark-common
+ * [Debconf translation updates]
+ - Japanese (Hideki Yamane (Debian-JP)). (Closes: #591563)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 30 Jul 2010 16:34:05 +0200
+
+wireshark (1.4.0~rc2-1) experimental; urgency=low
+
+ [ Eloy Paris ]
+ * New upstream release.
+ - Make tshark list interfaces for non-root user (Closes: #582298)
+ - Fix duplicate inconsistent attributes in RADIUS dictionary.
+ (Closes: #570132)
+ * New libwireshark0, libwireshark-dev, libwiretap0, libwiretap-dev
+ packages that reorganize libraries, header files, etc. as follows:
+ - Moved libwireshark.so.* from package wireshark-common to package
+ libwireshark0.
+ - Moved libwsutil.so.* from package wireshark-common to package
+ libwireshark0.
+ - Moved libwiretap.so.* from package wireshark-common to package
+ libwiretap0.
+ - Moved header files, .so symlinks, and static libraries from package
+ wireshark-dev to libwireshark-dev and libwiretap-dev, depending on
+ the case.
+ - Moved plugins in /usr/lib/wireshark/ from package wireshark-common
+ to package libwireshark0.
+ This provides more package granularity and allows easier use of
+ libraries provided by the Wireshark project by applications that
+ are not maintained by the Wireshark project (package kismet currently
+ appears to use services offered by libwiretap, and upcoming package
+ netexpect will use libwireshark services [see ITP bug #587056]).
+ * Dropped 23_lintian-overrides.patch since we no longer have binaries
+ with RPATHs because after the library separation work mentioned above
+ our libraries are in /usr/lib and not in /usr/lib/wireshark, eliminating
+ the need for RPATHs. Also tweaked debian/rules, debian/tshark.files,
+ and debian/wireshark-common.files so the lintian overrides
+ are not installed.
+ * Dropped the following patches since they have been integrated
+ upstream:
+ - 05_libsnmp_path.patch
+ - 07_mib_tip.patch
+ - 11_disable_oid_resolution_by_default.patch
+ - 12_fix_about_crash.patch
+ - 21_dumpcap.patch
+
+ [ Balint Reczey ]
+ * Dropped the following patches since they have been integrated
+ upstream:
+ - 10_prevent_libsmi_crash.patch
+ - 04_asn2wrs_ply.patch
+ - 06_giop-buffer.patch
+ * moved platform independent files needed by libwireshark0 to
+ new libwireshark0-data package from wireshark-common
+ * New upstream release 1.4.0~rc2
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 30 Jul 2010 15:27:21 +0200
+
+wireshark (1.2.10-1) unstable; urgency=high
+
+ * New upstream release 1.2.10
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.10.html
+ - security fixes
+ - The SigComp Universal Decompressor Virtual Machine could overrun a
+ buffer. (CVE-2010-2287)
+ - Due to a regression the ASN.1 BER dissector could exhaust stack
+ memory. (CVE-2010-2284)
+ - The GSM A RR dissector could crash. (No assigned CVE number.)
+ - The IPMI dissector could go into an infinite loop.
+ (No assigned CVE number.)
+ * [Debconf translation updates]
+ - German (Helge Kreutzmann). (Closes: #590484)
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 30 Jul 2010 08:30:02 +0200
+
+wireshark (1.2.9-2) unstable; urgency=low
+
+ * ship README.Debian with wireshark and tshark packages in addition to
+ shipping it with wireshark-common
+ * Debconf template update to refer to README.Debian instead of going into
+ technical details
+ * [Debconf translation updates]
+ - German (Helge Kreutzmann). (Closes: #587559, #587560)
+ - Portuguese (Pedro Ribeiro). (Closes: #587213)
+ - Swedish (Martin Ågren).
+ - Italian (Luca Monducci).
+ - Czech (Martin Sin). (Closes: #586556)
+ - Russian (Yuri Kozlov). (Closes: #586580)
+ - Spanish (Francisco Javier Cuadrado). (Closes: #588809)
+ * debian/control: updated policy to 3.9.0 (no changes needed)
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 21 Jul 2010 00:33:00 +0200
+
+wireshark (1.2.9-1) unstable; urgency=high
+
+ * New upstream release 1.2.9
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.9.html
+ - security fixes
+ - The SMB dissector could dereference a NULL pointer.
+ (No assigned CVE number.)
+ - J. Oquendo discovered that the ASN.1 BER dissector could overrun
+ the stack. (No assigned CVE number.)
+ - The SMB PIPE dissector could dereference a NULL pointer on some
+ platforms. (No assigned CVE number.)
+ - The SigComp Universal Decompressor Virtual Machine could go into
+ an infinite loop. (No assigned CVE number.)
+ - The SigComp Universal Decompressor Virtual Machine could overrun a
+ buffer. (No assigned CVE number.)
+ * drop sensitive open patch as it has been integrated upstream
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 10 Jun 2010 21:44:58 +0200
+
+wireshark (1.2.8-1) unstable; urgency=low
+ * New upstream release 1.2.8
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.8.html
+ - Fix crash when double-clicking on empty packet list (Closes: #576097)
+ - security fixes
+ - The DOCSIS dissector could crash. (No assigned CVE number.)
+ [ Hilko Bengen ]
+ * provide debug symbols in wireshark-dbg package (Closes: #574284)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 06 May 2010 17:26:54 +0200
+
+wireshark (1.2.7-1) unstable; urgency=low
+ * New upstream release 1.2.7
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.7.html
+ * fix purging wireshark-common when removing wireshark system group fails
+ * fix crash when opening About box with disabled OID resolution
+ (Closes: #574086)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 01 Apr 2010 11:11:37 +0100
+
+wireshark (1.2.6-5) unstable; urgency=low
+
+ * disable OID resolution in default configuration (Closes: #568050)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 02 Mar 2010 19:38:07 +0100
+
+wireshark (1.2.6-4) unstable; urgency=low
+
+ * fix spelling of 'privileges' in README.Debian (Closes: #571258)
+ * prevent crash in libsmi (Closes: #567799)
+ * describe problem with MIBs in README.Debian
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 17 Feb 2010 15:36:53 +0100
+
+wireshark (1.2.6-3) unstable; urgency=low
+
+ * falling back to setting set-user-id bit if using Linux Capabilities fails
+ (Closes: #570193)
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 17 Feb 2010 11:29:56 +0100
+
+wireshark (1.2.6-2) unstable; urgency=low
+
+ * build-depend on new libcap-dev instead of libcap2-dev if libcap2 is not
+ available (Closes: #568083)
+ * update standards-version to 3.8.4
+ * drop dpatch patch system
+ * use Linux Capabilities for allowing dumpcap to capture packets instead of
+ set-user-id bit where possible
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 02 Feb 2010 16:34:59 +0100
+
+wireshark (1.2.6-1) unstable; urgency=high
+
+ * New upstream release 1.2.6
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html
+ - security fixes
+ - Babi discovered several buffer overflows in the LWRES dissector.
+ (No assigned CVE number.)
+ (Closes: #565744)
+ * [Debconf translation updates]
+ - Brazilian Portuguese (Rafael Henrique da Silva Correia).
+ (Closes: #565306)
+ * remove dependency on libsnmp-base
+ * suggest snmp-mibs-downloader instead of libsmi2-common
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 15 Jan 2010 21:51:34 +0100
+
+wireshark (1.2.5-1) unstable; urgency=high
+
+ * New upstream release 1.2.5
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.5.html
+ - security fixes
+ - The Daintree SNA file parser could overflow a buffer.
+ (No assigned CVE number.)
+ - The SMB and SMB2 dissectors could crash. (No assigned CVE number.)
+ - The IPMI dissector could crash on Windows. (No assigned CVE number.)
+ * fix FTBS because of missing idl2deb.dbk (Closes: #560553)
+ * suggest solutions on missing MIBs popup (Closes: #560727)
+ * restrict watch check to stable versions
+ * change source package format to 3.0 (quilt)
+ * new maintainer is Balint Reczey
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 11 Dec 2009 16:29:01 +0100
+
+wireshark (1.2.4-3) unstable; urgency=low
+
+ * depend on libsnmp-base instead of libsmi2-common (Closes: #557626)
+ * libsmi2-common is just suggested by wireshark-common from now
+ * build-depend on python-ply
+
+ -- Balint Reczey <balint@balintreczey.hu> Mon, 23 Nov 2009 10:38:21 +0100
+
+wireshark (1.2.4-2) unstable; urgency=low
+
+ [ Jakub Wilk ]
+ * import lex from ply in asn2wrs (Closes: #554613)
+
+ -- Balint Reczey <balint@balintreczey.hu> Thu, 19 Nov 2009 23:29:24 +0100
+
+wireshark (1.2.4-1) unstable; urgency=low
+
+ * New upstream release 1.2.4
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.4.html
+ [ Jakub Wilk ]
+ * make wireshark-dev depend on python-ply to fix asn2wrs (Closes: #554613)
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 17 Nov 2009 15:11:10 +0100
+
+wireshark (1.2.3-1) unstable; urgency=high
+
+ * New upstream release 1.2.3
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.3.html
+ - security fixes
+ - The Paltalk dissector could crash on alignment-sensitive processors.
+ (CVE-2009-3549)
+ - The DCERPC/NT dissector could crash. (CVE-2009-3550)
+ - The SMB dissector could crash. (CVE-2009-3551)
+ (Closes: #553583)
+ [ Eloy Paris ]
+ * added missing libraries and header files to wireshark-dev (Closes: #552025)
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 28 Oct 2009 14:35:20 +0100
+
+wireshark (1.2.2-2) unstable; urgency=low
+
+ * Debconf templates and debian/control reviewed by the debian-l10n-
+ english team as part of the Smith review project. Closes: #547130
+ * [Debconf translation updates]
+ - German (Helge Kreutzmann). Closes: #547229
+ - Basque (Piarres Beobide). Closes: #547268
+ - Portuguese (Pedro Ribeiro). Closes: #547381
+ - Swedish (Martin Ågren). Closes: #547383
+ - Vietnamese (Clytie Siddall). Closes: #547800
+ - French (Simon Paillard). Closes: #548340
+ - Italian (Luca Monducci). Closes: #548605
+ - Japanese (Hideki Yamane (Debian-JP)). Closes: #548655
+ - Spanish (Francisco Javier Cuadrado). Closes: #548700
+ - Czech (Martin Sin). Closes: #548728
+ - Russian (Yuri Kozlov). Closes: #549086
+ - Finnish (Esko Arajärvi). Closes: #549609
+
+ -- Christian Perrier <bubulle@debian.org> Thu, 17 Sep 2009 14:06:52 +0200
+
+wireshark (1.2.2-1) unstable; urgency=high
+
+ * New upstream release 1.2.2
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
+ - security fixes
+ - The GSM A RR dissector could crash. (CVE-2009-3242)
+ - The OpcUa dissector could use excessive CPU and memory. (CVE-2009-3241)
+ - The TLS dissector could crash on some platforms.
+ (Closes: #547704)
+ * dropped sigpipe patch as it has been integrated upstream
+ * debian/{control,rules}: add and enable hardened build for PIE
+ Thanks to Kees Cook <kees@ubuntu.com> for the patch. (Closes: #542736)
+ * update standards-version to 3.8.3
+ * applied dumpcap patch that was added to source package in 1.0.7-1
+ but was not applied during build
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 28 Aug 2009 00:44:22 +0200
+
+wireshark (1.2.1-2) unstable; urgency=low
+
+ * added option to install dumpcap with setuid root
+ * removed wireshark-root.desktop to discourage running Wireshark as root
+ * dropped umask patch
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 28 Jul 2009 18:30:03 +0200
+
+wireshark (1.2.1-1) unstable; urgency=high
+
+ * New upstream release 1.2.1
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
+ - security fixes
+ - The IPMI dissector could overrun a buffer. (CVE-2009-2559)
+ - The AFS dissector could crash. (CVE-2009-2562)
+ - The Infiniband dissector could crash on some platforms. (CVE-2009-2563)
+ - The Bluetooth L2CAP dissector could crash. (CVE-2009-2560)
+ - The RADIUS dissector could crash. (CVE-2009-2560)
+ - The MIOP dissector could crash. (CVE-2009-2560)
+ - The sFlow dissector could use excessive CPU and memory. (CVE-2009-2561)
+ (Closes: #538237)
+ * dropped gnutls pkg-config patch as it has been integrated upstream
+ * include asn2wrs.py (Closes: #518441)
+ * fix inclusion of Python modules wireshark_be.py and wireshark_gen.py
+ * updated idl2deb (Closes: #470316)
+ Thanks to W. Borgert for the patch.
+ * override lintian warning binary-or-shlib-defines-rpath
+ * update standards-version to 3.8.2
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 14 Jul 2009 20:01:56 +0200
+
+wireshark (1.2.0-1) unstable; urgency=low
+
+ * New upstream release 1.2.0
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
+ (Closes: #487613, #520884, #482545, #376405, #512298)
+ * use c-ares instead of adns (Closes: #427928, #411265)
+ * depend on libgeoip1 to make use of brand new GeoIP support in 1.2.0
+ * added description for 09_idl2wrs.dpatch
+ * recommend menu instead of gksu (Closes: #524360)
+ * dropped Clique RM dissector patch as it is still not integrated upstream
+ * depend on libsmi2-common
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 30 Jun 2009 20:48:16 -0700
+
+wireshark (1.0.8-2) unstable; urgency=low
+
+ * detect gnutls using pkg-config (Closes: #529913)
+ Thanks to Andreas Metzler for the patch.
+ * depend on libsmi2-dev (Closes: #490429)
+ * updated sigpipe patch to match upstream's latest solution
+
+ -- Balint Reczey <balint@balintreczey.hu> Tue, 30 Jun 2009 12:55:39 -0700
+
+wireshark (1.0.8-1) unstable; urgency=low
+
+ * New upstream release 1.0.8
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.8.html
+ - security fixes:
+ - The PCNFSD dissector could crash.(No assigned CVE number.)
+ * add README.source (Closes: #524364)
+ * removed wireshark-dev's dependency on removed omniidl package
+
+ -- Balint Reczey <balint@balintreczey.hu> Fri, 26 Jun 2009 20:31:26 -0700
+
+wireshark (1.0.7-1) unstable; urgency=low
+
+ * New upstream release 1.0.7
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.7.html
+ - security fixes:
+ - The PROFINET dissector was vulnerable to a format string
+ overflow. (CVE-2009-1210)
+ - The LDAP dissector could crash on Windows. (CVE-2009-1267)
+ - The Check Point High-Availability Protocol (CPHAP) dissector
+ could crash. (CVE-2009-1268)
+ - Wireshark could crash while loading a Tektronix .rf5 file
+ (CVE-2009-1269)
+ * update standards-version to 3.8.1
+ * add 21_dumpcap.dpatch with patch from Rob Leslie <rob@mars.org>
+ that should avoid dumpcap seeing stop on CTRL-C as an error
+ (Closes: #518435)
+
+ -- Joost Yervante Damad <andete@debian.org> Sat, 11 Apr 2009 10:06:45 +0200
+
+wireshark (1.0.6-1) unstable; urgency=low
+
+ * new upstream release 1.0.6
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.6.html
+ - security fixes:
+ - On non-Windows systems, Wireshark could crash if the HOME
+ environment variable contained sprintf-style string
+ formatting characters
+ - Wireshark could crash while reading a malformed NetScreen
+ snoop file
+ - Wireshark could crash while reading a Tektronix K12 text
+ capture file
+ * add 20_sigpipe patch from ubuntu, which restores the default
+ sigpipe action, meaning that the app won't hang under gksu
+ (Closes: #478169)
+
+ -- Joost Yervante Damad <andete@debian.org> Sat, 07 Feb 2009 15:35:10 +0100
+
+wireshark (1.0.5-1) unstable; urgency=low
+
+ * New upstream release 1.0.5
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.5.html
+ - security fixes:
+ - The SMTP dissector could consume excessive amounts of CPU and memory
+ - The WLCCP dissector could go into an infinte loop
+
+ -- Joost Yervante Damad <andete@debian.org> Sat, 13 Dec 2008 14:31:33 +0100
+
+wireshark (1.0.4-1) unstable; urgency=low
+
+ * New upstream release 1.0.4
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.4.html
+ - security fixes:
+ - Bluetooth ACL dissector could crash or abort
+ - The Q.931 dissector could crash or abort
+ - Wireshark could abort while reading Tamos CommView
+ capture files
+ - the USB dissector could crash, also BT RFCOMM
+ - PRP and MATE dissectors could make Wireshark crash
+ - CVE-2008-4680, CVE-2008-4681, CVE-2008-4682, CVE-2008-4683,
+ CVE-2008-4684, CVE-2008-4685
+ * disable clique_rm support patch (if you're interested in this
+ dissector please get it accepted by upstream)
+ * add description to some patches
+
+ -- Joost Yervante Damad <andete@debian.org> Fri, 05 Dec 2008 10:35:47 +0100
+
+wireshark (1.0.3-1) unstable; urgency=high
+
+ * New upstream release 1.0.3 (Closes: #497878)
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.3.html
+ - security fixes:
+ - The NCP dissector was susceptible to a number of problems,
+ including buffer overflows and an infinite loop
+ (CVE-2008-3146, CVE-2008-3932)
+ - Wireshark could crash while uncompressing zlib-compressed
+ packet data (CVE-2008-3933)
+ - Wireshark could crash while reading a Tektronix .rf5 file
+ (CVE-2008-3934)
+ - other fixes:
+ - Following a TCP stream could incorrectly reassemble packets
+ (Closes: #496768)
+
+ -- Joost Yervante Damad <andete@debian.org> Fri, 12 Sep 2008 15:05:58 +0200
+
+wireshark (1.0.2-3) unstable; urgency=low
+
+ * remove build-dependency on libsmi-dev; libsmi
+ seems to be in bad shape in Debian; don't want
+ to be dependent on it this close to the release
+
+ -- Joost Yervante Damad <andete@debian.org> Tue, 22 Jul 2008 19:15:23 +0200
+
+wireshark (1.0.2-2) unstable; urgency=low
+
+ * switch to libcap2 (Closes: #489310)
+ * include rawshark in common (Closes: #490436)
+ * include dumpcap manpage (Closes: #490434)
+ * build-depend on libsmi-dev (Closes: #490429)
+ * switch to standards-version 3.8.0.1
+
+ -- Joost Yervante Damad <andete@debian.org> Sun, 20 Jul 2008 18:34:25 +0200
+
+wireshark (1.0.2-1) unstable; urgency=high
+
+ * New upstream release 1.0.2
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.2.html
+ - security fixes:
+ - Wireshark could crash while reassembling packets
+ (CVE-2008-3145)
+
+ -- Joost Yervante Damad <andete@debian.org> Fri, 11 Jul 2008 13:48:49 +0200
+
+wireshark (1.0.1-1) unstable; urgency=high
+
+ [ Frederic Peters ]
+ * debian/patches/20_set_foreground.dpatch: set black text for packet detail
+ rows that are set to a light gray background. (closes: #478769)
+ * debian/control: updated Conflicts and Replaces to 1.0.0-3, so upgrades
+ from more versions are possible.
+
+ [ Joost Yervante Damad ]
+ * New upstream release 1.0.1
+ - release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.1.html
+ - security fixes:
+ - The PANA and KISMET dissectors could force Wireshark to quit
+ unexpectedly
+ - The RTMPT dissector could crash
+ - The RMI dissector could disclose system memory
+ - The syslog dissector could crash
+ - (enable setuid dumpcap install -> disabled again for now,
+ needs discussion first)
+ - del 20_set_foreground.dpatch; incorporated upstream
+
+ -- Joost Yervante Damad <andete@debian.org> Tue, 01 Jul 2008 21:08:31 +0200
+
+wireshark (1.0.0-3) unstable; urgency=low
+
+ * remove transitional "ethereal" packages
+ (Closes: #477529, #477532, #477534, #477541)
+ * create README.Debian with note about the sometimes surprising
+ display filter syntax (Closes: #456506, #456507)
+ * tethereal is completely gone now (Closes: #410058)
+ * be more liberal with respect to umask when creating files
+ (Closes: 191088): 19_umask.dpatch
+
+ -- Joost Yervante Damad <andete@debian.org> Sat, 26 Apr 2008 10:20:02 +0200
+
+wireshark (1.0.0-2) unstable; urgency=low
+
+ [Joost Yervante Damad]
+ * avoid /usr/share/wireshark/wireshark (Closes: #476574)
+ * disable patch 07 and 14, I think patch 07 caused the
+ build failure which introduced patch 14
+ * this version works with "ForwardX11Trusted no" (Closes: #298740)
+ * disable patch 10 (obsolete)
+ * submission (tcp/587) is recognized as SMTP now (Closes: #456513)
+ * save as works for filtered output (Closes: #456502)
+ * preferences settings get active immediately now (Closes: #259319)
+
+ [Frederic Peters]
+ * debian/control: updated Depends from automake1.8 to automake1.9
+ (closes: #474341)
+
+ -- Joost Yervante Damad <andete@debian.org> Tue, 22 Apr 2008 19:59:24 +0200
+
+wireshark (1.0.0-1) unstable; urgency=low
+
+ * Several security issues were solved in 0.99.7 already:
+ (closes: #452381)
+ * allow remote attackers to cause a denial of service (crash) via (1) a
+ crafted MP3 file or (2) unspecified vectors to the NCP dissector
+ (CVE-2007-6111)
+ * Buffer overflow in the PPP dissector Wireshark (formerly Ethereal)
+ 0.99.6 allows remote attackers to cause a denial of service (crash)
+ and possibly execute arbitrary code via unknown vectors.
+ (CVE-2007-6112)
+ * Wireshark (formerly Ethereal) 0.10.12 to 0.99.6 allows remote
+ attackers to cause a denial of service (long loop) via a malformed DNP
+ packet (CVE-2007-6113)
+ * Multiple buffer overflows in Wireshark (formerly Ethereal) 0.99.0
+ through 0.99.6 allow remote attackers to cause a denial of service
+ (crash) and possibly execute arbitrary code via (1) the SSL dissector
+ or (2) the iSeries (OS/400) Communication trace file parser
+ (CVE-2007-6114)
+ * Buffer overflow in the ANSI MAP dissector for Wireshark (formerly
+ Ethereal) 0.99.5 to 0.99.6, when running on unspecified platforms,
+ allows remote attackers to cause a denial of service and possibly
+ execute arbitrary code via unknown vectors. (CVE-2007-6115)
+ * The Firebird/Interbase dissector in Wireshark (formerly Ethereal)
+ 0.99.6 allows remote attackers to cause a denial of service (infinite
+ loop or crash) via unknown vectors. (CVE-2007-6116)
+ * Unspecified vulnerability in the HTTP dissector for Wireshark
+ (formerly Ethereal) 0.10.14 to 0.99.6 has unknown impact and remote
+ attack vectors related to chunked messages. (CVE-2007-6117)
+ * The MEGACO dissector in Wireshark (formerly Ethereal) 0.9.14 to 0.99.6
+ allows remote attackers to cause a denial of service (long loop and
+ resource consumption) via unknown vectors. (CVE-2007-6118)
+ * The DCP ETSI dissector in Wireshark (formerly Ethereal) 0.99.6 allows
+ remote attackers to cause a denial of service (long loop and resource
+ consumption) via unknown vectors. (CVE-2007-6119)
+ * The Bluetooth SDP dissector Wireshark (formerly Ethereal) 0.99.2 to
+ 0.99.6 allows remote attackers to cause a denial of service (infinite
+ loop) via unknown vectors. (CVE-2007-6120)
+ * Wireshark (formerly Ethereal) 0.8.16 to 0.99.6 allows remote attackers
+ to cause a denial of service (crash) via a malformed RPC Portmap
+ packet. (CVE-2007-6121)
+ * current wireshark has SSL support (closes: #172939)
+ * and H323 support (closes: #117201)
+ * resizing columns bugfix was applied last year (closes: #369044)
+ * new upstream release 1.0.0
+ http://www.wireshark.org/docs/relnotes/wireshark-1.0.0.html
+ * remove debian/ directory from upstream
+ * update 14_disable-cmip.dpatch.
+ * if wireshark has no priv, it now prints:
+ dumpcap: There are no interfaces on which a capture can be done
+ (closes: #468400)
+ * wireshark uses su-to-root now (closes: #472478)
+ * vulnerabilities fixed:
+ * The X.509sat and other dissector could crash (CVE-2008-1561)
+ * The LDAP dissector could crash on Windows and other platforms.
+ (CVE-2008-1562)
+ * The SCCP dissector could crash while using the "decode as"
+ feature (CVE-2008-1563)
+
+ -- Joost Yervante Damad <andete@debian.org> Tue, 01 Apr 2008 19:48:19 +0200
+
+wireshark (0.99.8-1) unstable; urgency=medium
+
+ * New upstream release.
+ * release notes:
+ http://www.wireshark.org/docs/relnotes/wireshark-0.99.8.html
+ * Fixes strptime() problem; debian/patches/18_strptime_proto.dpatch
+ no longer needed; (closes: #452772)
+ * Fixed security issues:
+ * The SCTP dissector could crash. (CVE-2008-1070)
+ * The SNMP dissector could crash. (CVE-2008-1071)
+ * (closes: #469488)
+ * updated debian/patches/05_plugin-libdir.dpatch, as upstream
+ incorporated part of the patch
+ * updated debian/patches/08_wireshark-desktop-menu.dpatch
+ * updated debian/patches/14_disable-cmip.dpatch
+ * use su-to-root isof gksu (closes: #454051)
+ * make init.lua a conffile (closes: #458689)
+ * use $(CURDIR) isof `pwd` in debian/rules
+ * lintian fixes:
+ * I: wireshark binary: desktop-entry-contains-encoding-key
+ /usr/share/applications/wireshark-root.desktop
+ * W: wireshark binary: su-wrapper-not-su-to-root
+ /usr/share/applications/wireshark-root.desktop gksu
+ * bump standards version to 3.7.2.2 (3.7.3.0 still needs more checking)
+ * update debhelper compat to 5
+ * bump standards version to 3.7.3.0
+ * update debhelper compat to 6
+ * remove debian/ dir from upstream tar file
+
+ -- Joost Yervante Damad <andete@debian.org> Wed, 12 Mar 2008 20:47:56 +0100
+
+wireshark (0.99.7-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/patches/18_strptime_proto.dpatch: Define __USE_XOPEN when
+ using the strptime function. (closes: #452772)
+
+ -- dann frazier <dannf@debian.org> Mon, 10 Mar 2008 14:16:45 -0600
+
+wireshark (0.99.7-1) unstable; urgency=high
+
+ * New upstream release.
+ * fixes several security issues:
+ * The IPv6 dissector could loop excessively. (CVE-2007-6439)
+ * The USB dissector could loop excessively or crash. (CVE-2007-6439)
+ * The SMB dissector could crash. (CVE-2007-6438)
+ * The RPL dissector could go into an infinite loop. (CVE-2007-6450)
+ * The WiMAX dissector could crash due to unaligned access on some
+ platforms. (CVE-2007-6441)
+ * The CIP dissector could attempt to allocate a huge amount of memory
+ and crash. (CVE-2007-6451)
+ * debian/patches/04_drop-capabilities.dpatch: disable "drop capabilities"
+ patch as Wireshark now has a dumpcap binary that drop capabilities and
+ capture network. This fixes issues of dropping too many capabilities.
+ (closes: #453292)
+ * debian/control, debian/rules: enabled LUA support. (closes: #412097)
+ * debian/patches/17_clique_rm_support.dpatch: add support for the CliqueRM
+ protocol. (closes: #454739)
+ * debian/patches/05_plugin-libdir.dpatch: updated to fix plugin installation.
+ (closes: #454758)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 21 Dec 2007 17:56:59 +0100
+
+wireshark (0.99.7~pre1-2) unstable; urgency=low
+
+ * debian/rules: adds LD_LIBRARY_PATH when calling dpkg-shlibdeps and adds
+ a wireshark-common shlibs file. (closes: #453801)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 05 Dec 2007 16:27:59 +0100
+
+wireshark (0.99.7~pre1-1) unstable; urgency=high
+
+ * New upstream pre-version; packaged since it fixes security issues:
+ * Could crash when reading an MP3 file.
+ * Could loop excessively while reading a malformed DNP packet.
+ * The SSL dissector could overflow a buffer.
+ * The ANSI MAP dissector could be susceptible to a buffer overflow on some
+ platforms.
+ * The Firebird/Interbase dissector could go into an infinite loop or
+ crash.
+ * The NCP dissector could cause a crash.
+ * The HTTP dissector could crash on some systems while decoding chunked
+ messages.
+ * The MEGACO dissector could enter a large loop and consume system
+ resources.
+ * The DCP ETSI dissector could enter a large loop and consume system
+ resources.
+ * The iSeries (OS/400) Communication trace file parser could overflow a
+ buffer.
+ * The PPP dissector could overflow a buffer.
+ * The Bluetooth SDP dissector could go into an infinite loop.
+ * A malformed RPC Portmap packet could cause a crash.
+ * debian/patches/03_preferences.dpatch: modified to directly change
+ epan/prefs.c instead of going through configure.in modification.
+ * debian/patches/04_drop-capabilities.dpatch: configure check for libcap has
+ been integrated upstream, removed from patch, but added required explicit
+ -lcap linkage.
+ * debian/patches/05_plugin-libdir.dpatch, debian/rules: reduced patch; using
+ a configure flag instead of overriding plugindir.
+ * debian/patches/08_wireshark-desktop-menu.dpatch: updated.
+ * debian/patches/14_disable-cmip.dpatch: updated.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 22 Nov 2007 19:49:41 +0100
+
+wireshark (0.99.6rel-5) unstable; urgency=low
+
+ * debian/patches/16_licence_about_location.dpatch: removed GPL copy from
+ file used to fill the About dialog and created a new file with reference
+ to copy in /usr/share/common-licences/
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 29 Sep 2007 15:56:38 +0200
+
+wireshark (0.99.6rel-4) unstable; urgency=low
+
+ * debian/patches/14_disable-cmip.dpatch: removed automake generated part as
+ it can cause problems on a second build. (closes: #442760)
+ * debian/control: upgraded build-depends from libportaudio-dev to
+ portaudio19-dev (closes: #431222)
+ * debian/patches/08_wireshark-desktop-menu.dpatch: updated to add Encoding
+ entry, as required by desktop file spec
+ * debian/patches/08_wireshark-desktop-menu.dpatch: updated Categories entry
+ to remove Application.
+ * debian/wireshark-root.desktop: updated Categories to remove Application.
+ * debian/wireshark.menu: renamed Apps to Applications and Net to Network,
+ and added a subsubmenu, "Monitoring", to comply with new menu policy.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 28 Sep 2007 21:02:41 +0200
+
+wireshark (0.99.6rel-3) unstable; urgency=low
+
+ * debian/rules: added check for wireshark-dev headers (closes: #436247)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 24 Aug 2007 14:19:01 +0000
+
+wireshark (0.99.6rel-2) unstable; urgency=low
+
+ * debian/rules: added -02 -g CFLAGS (closes: #439298)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 24 Aug 2007 07:48:08 +0000
+
+wireshark (0.99.6rel-1) unstable; urgency=low
+
+ * New upstream release.
+ * named 0.99.6rel to be greater than 0.99.6pre
+ * added epan/ subdirectories to dev header files (closes: #436247)
+ * I still need someone to provide me with test code so an extension can
+ actually be built and tested at build time.
+ * debian/rules: added --enable-warnings-as-errors=no to configure flags
+ * debian/patches/15_sensitive_open.dpatch: new patch to allow keyboard
+ selection of capture file in open dialog (closes: #439198)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 23 Aug 2007 09:13:00 +0000
+
+wireshark (0.99.6pre1-1) unstable; urgency=high
+
+ * New upstream pre-release, with security fixes:
+ * could crash when dissecting an HTTP chunked response
+ * could crash while reading iSeries capture files
+ * could exhaust system memory while reading a malformed DCP ETSI packet
+ * could loop excessively while reading a malformed SSL packet
+ * DHCP/BOOTP dissector was susceptible to an off-by-one error
+ * could loop excessively while reading a malformed MMS packet
+ * debian/control: added libkrb5-dev to build-deps so Kerberos support is
+ built.
+ * debian/control: replaced {Source-Version} with appropriate {binary:Version}
+ * debian/wireshark-dev.header-files: use wildcards to get all headers
+ (closes: #423000)
+ * debian/patches/14_disable-cmip.dpatch: disable CMIP dissector which
+ doesn't build at the moment.
+ * debian/rules: don't ignore all errors on make distclean
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 25 Jun 2007 13:33:43 +0200
+
+wireshark (0.99.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 01 Apr 2007 08:58:40 +0000
+
+wireshark (0.99.4-5) unstable; urgency=high
+
+ * debian/patches/00list: really include backported security fixes, stupid me.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 26 Feb 2007 09:30:29 +0000
+
+wireshark (0.99.4-4) unstable; urgency=high
+
+ * Backported security fixes from 0.99.5pre1
+ * The TCP dissector could hang or crash while reassembling HTTP packets.
+ * The HTTP dissector could crash.
+ * On some systems, the IEEE 802.11 dissector could crash.
+ * On some systems, the LLT dissector could crash.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 19 Jan 2007 21:49:04 +0100
+
+wireshark (0.99.4-3) unstable; urgency=low
+
+ * debian/control: added build dependency on libportaudio-dev so sniffed voip
+ G.711 calls are listenable. (closes: #398673)
+ * debian/patches/08_wireshark-desktop-menu.dpatch: removed extraneous .rej
+ file from patch.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 19 Nov 2006 16:39:26 +0000
+
+wireshark (0.99.4-2) unstable; urgency=low
+
+ * debian/wireshark-dev.files: added more headers, so that dissectors for
+ DCE/RPC interfaces can be build externally. (closes: #397292)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 6 Nov 2006 12:48:20 +0100
+
+wireshark (0.99.4-1) unstable; urgency=high
+
+ * Backported security patches from yet unreleased 0.99.4 (closes: #396258)
+ * http://www.wireshark.org/security/wnpa-sec-2006-03.html has details
+ * HTTP dissector could crash (CVE-2006-5468)
+ * LDAP dissector (and others) could crash (CVE-2006-5740)
+ * XOT dissector could attempt to allocate a large amount of memory and
+ crash (CVE-2006-4805)
+ * WBXML dissector could crash (CVE-2006-5469)
+ * MIME Multipart dissectar was susceptible to an off-by-one error
+ (CVE-2006-4574)
+ * Parsing a WEP key could cause a crash
+ * debian/control: disabled libcap-dev for kfreebsd and hurd
+ (closes: #375022)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 1 Nov 2006 10:05:05 +0100
+
+wireshark (0.99.3a-2) unstable; urgency=low
+
+ * debian/ethereal-common.NEWS: added a note about ethereal -> wireshark name
+ change.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 12 Oct 2006 15:42:48 +0200
+
+wireshark (0.99.3a-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/11_iscsi_dissector.dpatch, 12_ipsec_dissector.dpatch,
+ 13_q2931_security_fix.dpatch: security patches that were backported.
+ * debian/patches/11_typo_packet-dap: fixed a typo s/diwsect/dissect/
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 18 Sep 2006 18:56:12 +0200
+
+wireshark (0.99.2-6) unstable; urgency=low
+
+ * Acknowledge NMU, thank Steinar.
+ * debian/wireshark-dev.postinst: removed rests of old Python module
+ compilation, it is not needed by new policy. (closes: #385357)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 6 Sep 2006 23:34:36 +0200
+
+wireshark (0.99.2-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Backport security fixes from 0.99.3a (via Subversion); fixes
+ CVE-2006-4331, CVE-2006-4333 (CVE-2006-4330 was fixed in last upload,
+ and CVE-2006-4332 is not relevant for Debian). (Closes: #384529)
+
+ -- Steinar H. Gunderson <sesse@debian.org> Tue, 5 Sep 2006 02:15:53 +0200
+
+wireshark (0.99.2-5) unstable; urgency=low
+
+ * debian/patches/11_iscsi_dissector.dpatch: new patch, fixing bug reported
+ against iSCSI dissector, taken from upstream (r18832) (closes: #381860)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 7 Aug 2006 16:59:50 +0200
+
+wireshark (0.99.2-4) unstable; urgency=low
+
+ * debian/control: set ethereal-dev section to devel, it was lost in copy
+ pasting.
+ * debian/control, debian/rules, debian/pyversions: updated to new Python
+ policy. (closes: #380986)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 1 Aug 2006 13:05:21 +0200
+
+wireshark (0.99.2-3) unstable; urgency=low
+
+ * debian/control: added dummy transitional packages to provide an upgrade
+ path from ethereal. (closes: #380647)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 31 Jul 2006 18:21:27 +0200
+
+wireshark (0.99.2-2) unstable; urgency=low
+
+ * debian/rules: set --datadir so that DATAFILE_DIR is correct (it was
+ wrongly set to "${prefix}/share/wireshark" and not expanded.
+ * AUTHORS-SHORT is now displayed correclty in about dialog
+ * colofilters is now found and used properly
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 26 Jul 2006 13:27:54 +0200
+
+wireshark (0.99.2-1) unstable; urgency=high
+
+ * New upstream release. (closes: #378745)
+ * The project changed name, ethereal is now wireshark. (closes: #351941)
+ See http://www.wireshark.org/news/20060607.html
+ * tethereal has been renamed to tshark
+ * idl2eth has been renamed to idl2wrs
+ * Urgency high since it fixes security issues
+ * http://www.wireshark.org/security/wnpa-sec-2006-01.html has details
+ * crash in GSM BSSMAP dissector (CVE-2006-3627)
+ * format string overflow in ANSI MAP dissector (CVE-2006-3628)
+ * format string overflow in Checkpoint FW-1 dissector (CVE-2006-3628)
+ * format string overflow in MQ dissector (CVE-2006-3628)
+ * format string overflow in XML dissector (CVE-2006-3628)
+ * large memory allocation in MOUNT dissector (CVE-2006-3629)
+ * off-by-one errors in NCP NMAS and NDPS dissectors (CVE-2006-3630)
+ * format string overflow in NTP dissector (CVE-2006-3628)
+ * infinite loop in SSH dissector (CVE-2006-3631)
+ * buffer overflow in NFS dissector (CVE-2006-3632)
+ * debian/wireshark-dev.header-files: includes missing files
+ (closes: #376522, #368860)
+ * debian/copyright: list source files that are under a license different
+ than Wireshark.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 24 Jul 2006 19:29:26 +0200
+
+ethereal (0.99.0-1) unstable; urgency=high
+
+ * New upstream release (urgency high since it fixes security issues;
+ see http://www.ethereal.com/appnotes/enpa-sa-00023.html advisory)
+ * crash in H.248 dissector (CVE-2006-1937)
+ * infinite loop in UMA dissector (CVE-2006-1933)
+ * crash in X.509if dissector (CVE-2006-1937)
+ * crash in SRVLOC dissector (CVE-2006-1937)
+ * crash in H.245 dissector (CVE-2006-1937)
+ * off-by-one error in OID printing routine (CVE-2006-1932)
+ * buffer overflow in COPS dissector (CVE-2006-1935)
+ * buffer overflow in ALCAP dissector (CVE-2006-1934)
+ * crash in statistics counter (CVE-2006-1937)
+ * crash with malformed capture (CVE-2006-1938)
+ * crash with invalid display filter (CVE-2006-1939)
+ * crash in general packet dissector (CVE-2006-1937)
+ * crash in AIM dissector (CVE-2006-1937)
+ * crash in RPC dissector (CVE-2006-1939)
+ * crash in DCERPC dissector (CVE-2006-1939)
+ * crash in ASN.1 dissector (CVE-2006-1939)
+ * crash in SMB PIPE dissector (CVE-2006-1938)
+ * excessive loop in BER dissector (CVE-2006-1933)
+ * abort in SNDCP dissector (CVE-2006-1940)
+ * buffer overrun in Network Instruments file code (CVE-2006-1934)
+ * buffer overrun in NetXray/Windows Sniffer file code (CVE-2006-1934)
+ * crash in GSM SMS dissector (CVE-2006-1939)
+ * buffer overrun in ALCAP dissector (CVE-2006-1934)
+ * buffer overrun in telnet dissector (CVE-2006-1936)
+ * crash in ASN.1 based dissectors (CVE-2006-1939)
+ * crash in DCERPC NT dissector (CVE-2006-1939)
+ * crash in PER dissector (CVE-2006-1939)
+ * debian/patches/04_drop-capabilities.dpatch: updated.
+ * debian/control: added build-depends on libgnutls-dev since libgnutls can
+ now be used for SSL support.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 1 May 2006 14:50:42 +0200
+
+ethereal (0.10.14-2) unstable; urgency=low
+
+ * debian/watch: added watch file.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 6 Mar 2006 00:03:13 +0100
+
+ethereal (0.10.14-1) unstable; urgency=low
+
+ * New upstream release.
+ * Acknowledge NMU, thanks for the support while I was away.
+ * debian/patches/11-security-CVE-2005-3651.dpatch: removed since included
+ upstream.
+ * debian/patches/07_gcc4.dpatch: removed part about packet-cms since it now
+ causes the build to fail.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 23 Feb 2006 11:04:11 +0100
+
+ethereal (0.10.13-1.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Build-conflict with libsnmp-dev, not just libsnmp5-dev, to prevent
+ accidental linkage with openssl. Closes: #353613.
+
+ -- Steve Langasek <vorlon@debian.org> Sun, 19 Feb 2006 18:03:20 -0800
+
+ethereal (0.10.13-1.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Add missing epan/gnuc_format_check.h, epan/ipv6-utils.h headers to
+ ethereal-dev. Closes: #344011.
+ * Build-depend on automake1.9 instead of automake; the latter points to
+ the ancient automake1.4 package, which was not what's used upstream.
+
+ -- Steve Langasek <vorlon@debian.org> Fri, 17 Feb 2006 17:47:37 -0800
+
+ethereal (0.10.13-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix buffer overflow in OSPF dissector (CVE-2005-3651)
+
+ -- Moritz Muehlenhoff <jmm@debian.org> Sun, 25 Dec 2005 11:15:28 +0100
+
+ethereal (0.10.13-1) unstable; urgency=high
+
+ * New upstream release (urgency high since it fixes security issues;
+ see http://www.ethereal.com/appnotes/enpa-sa-00021.html advisory)
+ * memory exhaustion by ISAKMP, FC-FCS, RSVP, ISIS LSP dissectors
+ (CAN-2005-3241)
+ * crash in IrDA dissector and SMB transaction payload reassembly
+ (CAN-2005-3242)
+ * buffer overflow in AgentX and SLIMP3 dissectors (CAN-2005-3243)
+ * infinite loop in BER dissector (CAN-2005-3244)
+ * memory exhaustion by ONC RPC dissector with option "Dissect unknown RPC
+ program numbers" (CAN-2005-3245)
+ * NULL pointer in sFlow, RTnet, SCSI dissectors (CAN-2005-3246)
+ * infinite loop and crash in SigComp UDVM (CAN-2005-3247)
+ * division by zero in X11 dissector (CAN-2005-3248)
+ * invalid pointer freed in WSP dissecto (CAN-2005-3249)
+ * buffer overflow in SRVLOC dissector (CAN-2005-3184)
+ * debian/patches/04_drop-capabilities.dpatch: updated
+ * debian/patches/08_ethereal-desktop-menu.dpatch: updated
+ * debian/patches/09_idl2eth.dpatch: updated
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 8 Dec 2005 14:18:07 +0100
+
+ethereal (0.10.12-6) unstable; urgency=low
+
+ * Rebuilt with gtk/atk from unstable. (closes: #329889)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 24 Sep 2005 11:11:40 +0200
+
+ethereal (0.10.12-5) unstable; urgency=low
+
+ * debian/ethereal-dev.header-files: added missing epan/range.h
+ (closes: #306426)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 23 Sep 2005 18:28:04 +0200
+
+ethereal (0.10.12-4) unstable; urgency=low
+
+ * debian/control: upgraded automake dependency of ethereal-dev to 1.8.
+ * debian/patches/11_diameter_vendors.dpatch: removed, wrong.
+ * debian/ethereal-common.files: add capinfos.
+ * debian/ethereal-common.manpages: add capinfos man page.
+ * debian/changelog: fixed 0.6.3-2 header line since lintian now complains
+ about the old way of closing bugs from changelogs.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 12 Aug 2005 00:43:39 +0200
+
+ethereal (0.10.12-3) unstable; urgency=low
+
+ * debian/patches/04_drop-capabilities.dpatch: don't exit on failure, simply
+ skip the capabilities part; use g_warning to output messages.
+ (closes: #321204)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 4 Aug 2005 09:41:24 +0200
+
+ethereal (0.10.12-2) unstable; urgency=low
+
+ * debian/patches/04_drop-capabilities.dpatch: preserves CAP_DAC_READ_SEARCH
+ which seems necessary for sudo usage (closes: #320453)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 31 Jul 2005 12:56:50 +0200
+
+ethereal (0.10.12-1) unstable; urgency=high
+
+ * New upstream release; urgency high since it fixes security issues in many
+ dissectors; see http://www.ethereal.com/appnotes/enpa-sa-00020.html
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 27 Jul 2005 09:57:17 +0200
+
+ethereal (0.10.11-5) unstable; urgency=low
+
+ * debian/patches/11_diameter_vendors.dpatch: correctly add diameter vendors
+ (patch by Joost Yervante Damad) (closes: #316082)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 18 Jul 2005 20:18:43 +0200
+
+ethereal (0.10.11-4) unstable; urgency=low
+
+ * debian/: now using dpatch, started from Ubuntu patch, merged with current
+ package patches.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 17 Jul 2005 18:58:05 +0200
+
+ethereal (0.10.11-3) unstable; urgency=low
+
+ * Modified capabilities patch so it doesn't try to keep CAP_NET_RAW if it
+ doesn't have it. (closes: #318689)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 17 Jul 2005 10:29:31 +0200
+
+ethereal (0.10.11-2) unstable; urgency=low
+
+ * Use capabilities to mitigate security risk, patch from J.H.M. Dassen (Ray)
+ (closes: #315670)
+ * debian/control: build-depends on libcap-dev
+ * epan/dissectors/packet-cmip.c: fixed dissect_cmip_InvokeIDType declaration
+ mismatch.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 16 Jul 2005 10:58:03 +0200
+
+ethereal (0.10.11-1) unstable; urgency=high
+
+ * New upstream release; urgency high since it fixes security issues in the
+ following dissectors:
+ * format string vulnerabilities: ANSI A, DHCP
+ * segmentation faults: GSM MAP, AIM, TZSP, Bittorrent, SMB, GSM, SMB
+ NETLOGON
+ * buffer overflows: DISTCC, FCELS, SIP, ISIS, CMIP, CMP, CMS, CRMF, ESS,
+ OCSP, PKIX1Explitit, PKIX Qualified, X.509, NCP, ISUP, TCAP,
+ Presentation
+ * null pointer exception: KINK, WSP, SMB Mailslot, H.245, MGCP, RPC
+ * infinite loops: LMP, EIGRP, MEGACO, L2TP
+ * uncaught assertions: Telnet, 802.3, BER, IAX2, RADIUS, SMB PIPE, MRDISC
+ * memory exhaustion: DICOM
+ * unclassified: Fibre Channel, LDAP, NTLMSSP
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 5 May 2005 08:43:00 +0200
+
+ethereal (0.10.10-2) unstable; urgency=high
+
+ * Several security fixes from upstream subversion tree for the following
+ dissectors:
+ * DLSw (infinite loop)
+ * ICEP (double free)
+ * NDPS (memory exhaustion)
+ * Q931 (buffer overflow)
+ * RSVP (infinite loop) (CAN-2005-1281)
+ * SRVLOC (infinite loop)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 25 Apr 2005 15:30:55 +0200
+
+ethereal (0.10.10-1) unstable; urgency=high
+
+ * New upstream release; urgency high since it fixes security issues.
+ * Fixes buffer overflow in Etheric dissector. (CAN-2005-0704)
+ * Fixes crash in GPRS-LLC dissector. (CAN-2005-0705)
+ * Fixes buffer overflow in 3G-A11 dissector. (CAN-2005-0699)
+ (was already fixed in Debian package)
+ * debian/ethereal-dev.header-files: some files moved to epan/
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 14 Mar 2005 10:16:03 +0100
+
+ethereal (0.10.9-2) unstable; urgency=high
+
+ * Backported packet-3g-a11.c from upstream subversion trunk.
+ (fixes buffer overflows in 3G-A11 dissector)
+ (CAN-2005-0699 (under review)) (closes: #298771)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 10 Mar 2005 10:25:08 +0100
+
+ethereal (0.10.9-1) unstable; urgency=high
+
+ * New upstream release; urgency high since it fixes security issues.
+ * Fixes infinite loop in COPS dissector. (CAN-2005-0006)
+ * Fixes assertion in DLSw dissector. (CAN-2005-0007)
+ * Fixes memory corruption in DNP dissector. (CAN-2005-0008)
+ * Fixes assertion in Gnutella dissector. (CAN-2005-0009)
+ * Fixes memory corruption in MMSE dissector. (CAN-2005-0010)
+ * Fixes buffer overflow in X11 dissector. (CAN-2005-0084)
+ * asn2deb and idl2deb manpages relicensed by W. Borgert from GFDL to GPL
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 20 Jan 2005 23:03:19 +0100
+
+ethereal (0.10.8-4) unstable; urgency=low
+
+ * Updated libtool version in wiretap/ directory. (closes: #289962)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 12 Jan 2005 10:14:41 +0100
+
+ethereal (0.10.8-3) unstable; urgency=low
+
+ * Fixed dissect_cmip_InvokeIDType declaration (FTBFS with gcc-4.0)
+ (closes: #288990)
+ * epan/dissectors/packet-giop.c: fixed segfault with some GIOP packets
+ (closes: #288746)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 7 Jan 2005 14:43:03 +0100
+
+ethereal (0.10.8-2) unstable; urgency=low
+
+ * Restored lost patch to idl2eth; sorry. (closes: #288740)
+ * ethereal_gen.py: fixed some includes.
+ * epan/prefs.c: Use sensible-brower as default browser.
+ * debian/control: build-depends on libpcap0.8-dev.
+ * debian/control: lower-case first letter of descriptions.
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 5 Jan 2005 14:34:57 +0100
+
+ethereal (0.10.8-1) unstable; urgency=high
+
+ * New upstream release.
+ * Now parses Auth option in DHCPv6 (closes: #283534)
+ * Urgency high since it fixes security issues with DICOM, RTP, HTTP
+ and SMB <http://www.ethereal.com/appnotes/enpa-sa-00016.html>
+ (CAN-2004-1139, CAN-2004-1140, CAN-2004-1141 and CAN-2004-1142)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 15 Dec 2004 22:13:41 +0100
+
+ethereal (0.10.7-3) unstable; urgency=low
+
+ * epan/prefs.c: changed default font to "monospace 10" (closes: #232408)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 19 Nov 2004 18:31:22 +0100
+
+ethereal (0.10.7-2) unstable; urgency=low
+
+ * plugins/opsi/packet-opsi.c: backported resource exhaustion fix
+ (closes: #280556)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 18 Nov 2004 21:50:28 +0100
+
+ethereal (0.10.7-1) unstable; urgency=low
+
+ * New upstream release. (closes: #277923)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 1 Nov 2004 14:11:35 +0100
+
+ethereal (0.10.6-4) unstable; urgency=low
+
+ * Build in clean chroot; stupid me. (closes: #276560)
+ * debian/rules: remove config.log on clean.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 15 Oct 2004 00:12:58 +0200
+
+ethereal (0.10.6-3) unstable; urgency=medium
+
+ * Upgrades libtool (closes: #276515)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 14 Oct 2004 18:40:03 +0200
+
+ethereal (0.10.6-2) unstable; urgency=medium
+
+ * debian/ethereal-dev.header-files: added missing header files
+ (closes: #270581)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 8 Sep 2004 10:34:12 +0200
+
+ethereal (0.10.6-1) unstable; urgency=high
+
+ * New upstream realease.
+ * Gtk-Critical messages are fixed (closes: #260341, #263118)
+ * debian/rules: run libtoolize to fix sonames; fix a FTBFS bug
+ (closes: #265379)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 15 Aug 2004 11:58:03 +0200
+
+ethereal (0.10.5-4) unstable; urgency=low
+
+ * link libethereal.so to libadns and libm (closes: #262015)
+ (since this is a private shared library I don't think it was required)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 29 Jul 2004 15:41:02 +0200
+
+ethereal (0.10.5-3) unstable; urgency=low
+
+ * debian/ethereal-dev.header-files: install packet-rpc.h, crc16.h and crc32.h
+ (closes: #259375)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 14 Jul 2004 12:50:34 +0200
+
+ethereal (0.10.5-2) unstable; urgency=low
+
+ * Compile and install plugins (closes: #259199)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 13 Jul 2004 13:40:41 +0000
+
+ethereal (0.10.5-1) unstable; urgency=low
+
+ * New upstream release with security fixes.
+ + <http://www.ethereal.com/appnotes/enpa-sa-00015.html>
+ + Fixed the crash in protocol hierarchy (closes: #244743)
+ + Ethereal can be configured not to bug you about unsaved captures
+ (closes: #235721)
+ * Updated omniorb URL (closes: #257512)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 13 Jul 2004 10:16:55 +0200
+
+ethereal (0.10.4-3) unstable; urgency=low
+
+ * debian/rules: install libethereal in /usr/lib/ethereal, not /usr/lib/
+ * debian/ethereal-dev.header-files: added packet-ber.h
+ * idl2deb: ETH_VER_IMPORT and non-versioned autotools (closes: #255570)
+ * debian/control: updated depends to libpcap0.7-dev, no more libpcap-dev
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 22 Jun 2004 09:02:39 +0200
+
+ethereal (0.10.4-2) unstable; urgency=low
+
+ * Rebuilt against GTK+ 2.4; now in unstable.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 25 May 2004 22:28:37 +0200
+
+ethereal (0.10.4-1) unstable; urgency=high
+
+ * New upstream release with security fixes.
+ <http://www.ethereal.com/appnotes/enpa-sa-00014.html>
+ * (sorry about the delay; I was away and forgot about this release)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 16 May 2004 00:02:53 +0200
+
+ethereal (0.10.3-3) unstable; urgency=low
+
+ * debian/control: removed dependency on gksu; moved to recommends
+ * debian/EtherealAsRoot.desktop: added TryExec=gksu so that the menu is
+ only shown when gksu is installed
+ * debian/ethereal.menu: removed entry for "ethereal as root" since
+ """running ethereal itself requires some wits, and user possesing
+ such skills would be able to launch it from xterm."""
+ * "Our Priorities are Our Users (...)", but ignore them if they ask
+ about gksu support; it's against the holy Debian Policy Manual and
+ a """300kB dependency *is* a big dependency""".
+ * This closes the bug and everybody is happy (closes: #240682)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 10 Apr 2004 21:16:30 +0200
+
+ethereal (0.10.3-2) unstable; urgency=high
+
+ * Acknowledge NMU. (sorry) (urgency high, security fixes)
+ * debian/control: added Build-Conflicts on libsnmp-dev
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 28 Mar 2004 23:14:51 +0200
+
+ethereal (0.10.3-1.0.1) unstable; urgency=low
+
+ * Recompile-only NMU.
+ * i386 package was uploaded with dependencies on GNOME libs from
+ experimental; rebuild using only dependencies from unstable.
+
+ -- Steve Langasek <vorlon@debian.org> Sat, 27 Mar 2004 21:27:01 -0600
+
+ethereal (0.10.3-1) unstable; urgency=high
+
+ * New upstream release with security fixes. (hence urgency high)
+ http://www.ethereal.com/appnotes/enpa-sa-00013.html
+ * debian/rules: remove upstream debian/menu on build
+ * debian/control: added dependency on gksu
+ * debian/menu: added an entry to start ethereal with gksu
+ (closes: #71994)
+ * added another .desktop entry to start ethereal with gksu from Gnome menu
+ * Upstream changes; libethereal and libwiretap handled differently; they may
+ end up in new packages (but go in ethereal-common for now)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 27 Mar 2004 14:09:49 +0100
+
+ethereal (0.10.2-2) unstable; urgency=low
+
+ * New files in ethereal-dev (closes: #236702)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 7 Mar 2004 21:43:17 +0100
+
+ethereal (0.10.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: added libpcre3-dev to Build-Depends
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 5 Mar 2004 15:56:50 +0100
+
+ethereal (0.10.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Include W. Bogert asn2deb (closes: #233603)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 19 Feb 2004 18:02:08 +0100
+
+ethereal (0.10.0-6) unstable; urgency=low
+
+ * debian/ethereal-common.manpages: added ethereal-filter.4
+ (closes: #230256)
+ * debian/control: updated build-depends on docbook-xsl since docbook.xsl
+ moved.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 29 Jan 2004 18:11:43 +0100
+
+ethereal (0.10.0-5) unstable; urgency=low
+
+ * debian/rules: quotes around CFLAGS. (closes: #228492)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 19 Jan 2004 12:14:02 +0100
+
+ethereal (0.10.0-4) unstable; urgency=low
+
+ * Backported hexdump summary fix from CVS (closes: #226248)
+ http://www.ethereal.com/lists/ethereal-cvs/200312/msg00257.html
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 5 Jan 2004 15:27:06 +0100
+
+ethereal (0.10.0-3) unstable; urgency=low
+
+ * ethereal_gen.py: patched to handle ushort/ulong union discriminators.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 18 Dec 2003 23:27:51 +0100
+
+ethereal (0.10.0-2) unstable; urgency=low
+
+ * debian/ethereal-dev.header-files: added missing header files.
+ (closes: #224246)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 17 Dec 2003 13:24:21 +0100
+
+ethereal (0.10.0-1) unstable; urgency=low
+
+ * New upstream release. (closes: #223857)
+ * correct fonts with GTK2. (closes: #197571)
+ * Includes missing help/ directory from CVS.
+ * Acknowledge NMU, thanks Ray.
+ * Security issues. (closes: #219590)
+ * idl2deb permissions. (closes: #211506)
+ * New idl2deb version, thanks. (closes: #213962)
+ * debian/ethereal-dev.header-files: include some missing header files
+ (closes the remaining of #211506)
+ * debian/control: versioned build-depends on debhelper.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 13 Dec 2003 17:11:09 +0100
+
+ethereal (0.9.16-0.1) unstable; urgency=high
+
+ * NMU.
+ * New upstream release (addresses #219590 for sid).
+ Fixes potential security issues with several dissectors:
+ * GTP (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0925)
+ * ISAKMP and MEGACO
+ (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0926)
+ * SOCKS (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0927)
+ The upstream security advisory is enpa-sa-00011, available at
+ http://www.ethereal.com/appnotes/enpa-sa-00011.html
+ * [debian/rules]
+ * Don't remove doc/ethereal.pod and doc/tethereal.pod so the package
+ builds with pbuilder.
+ * Install idl2deb with execute permissions.
+
+ -- J.H.M. Dassen (Ray) <jdassen@debian.org> Mon, 10 Nov 2003 12:11:55 +0100
+
+ethereal (0.9.15-1) unstable; urgency=low
+
+ * New upstream release. (closes: #210272)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 10 Sep 2003 16:13:17 +0200
+
+ethereal (0.9.14-5) unstable; urgency=low
+
+ * debian/control: versioned build-depends on docbook-xsl (closes: #208734)
+ * debian/rules: compiles with -mieee on alpha
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 7 Sep 2003 09:57:25 +0200
+
+ethereal (0.9.14-4) unstable; urgency=low
+
+ * debian/rules: install .desktop and images for menu.
+ (closes: #207271)
+ * debian/control: updated policy to 3.6.1.0 (no changes needed)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 30 Aug 2003 23:27:00 +0200
+
+ethereal (0.9.14-3) unstable; urgency=low
+
+ * Add manpage for idl2deb
+ * Include missing header files. (closes: #197181)
+ - from same bug: remove dependency of ethereal-dev against ethereal-common
+ - from same bug: added dependency to libglib2.0-dev
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 19 Aug 2003 11:55:27 +0200
+
+ethereal (0.9.14-2) unstable; urgency=low
+
+ * Built for Python 2.3 since omniidl4 has been updated quickly.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 14 Aug 2003 10:19:18 +0200
+
+ethereal (0.9.14-1) unstable; urgency=low
+
+ * The "I'm so happy to be alive I'll fix plenty of bugs" release
+ * New upstream release. (closes: #204345)
+ * Include W. Bogert idl2deb script
+ * debian/control: depends on current versions of omniidl or omniidl4 since
+ they only exist for Python 2.2 and I don't want ethereal-dev to break when
+ they will switch to Python 2.3. I'll then release a new version.
+ * Several UI issues resolved upstream (closes: #199763)
+ * ethereal can now decode Jabber protocol (closes: #133099)
+ * debian/control: build-depends on libadns1-dev so that it now use the GNU
+ ADNS library for name resolution (closes: #197505)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 13 Aug 2003 00:06:27 +0200
+
+ethereal (0.9.13-1) unstable; urgency=low
+
+ * New upstream release. Fixing several security issues.
+ (closes: #197107)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 12 Jun 2003 10:00:57 +0200
+
+ethereal (0.9.12-3) unstable; urgency=low
+
+ * Rebuilt with new libpcap. (closes: #196831)
+ * Built with GTK+ 2.2 (instead of GTK+ 1.2). (closes: #193450)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 11 Jun 2003 17:45:07 +0200
+
+ethereal (0.9.12-2) unstable; urgency=low
+
+ * Forgot to update version-depends and it didn't use ${source-version}.
+ Fixed. (closes: #192213)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 7 May 2003 01:16:45 +0200
+
+ethereal (0.9.12-1) unstable; urgency=high
+
+ * New upstream release. Fixing several security issues.
+ (closes: #192107)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 6 May 2003 22:03:10 +0200
+
+ethereal (0.9.9-2) unstable; urgency=low
+
+ * Updated config.guess and config.sub to work on mips and mipsel
+ architectures (manually then through the patch provided by
+ Martin Godisch). (closes: #178701)
+ * Update to packet-socks.c
+ * debian/control: ethereal-dev now depends upon omniidl | omniidl4
+ (closes: #182620)
+ * idl2eth no longer needs PYTHONPATH to be set explicitely.
+ (closes: #182621)
+ * debian/ethereal-dev.header-files: included config.h and reassemble.h since
+ they seem necessary. (closes: #183625)
+ * Thanks to W. Borgert for bug reporting.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 7 Mar 2003 22:52:27 +0000
+
+ethereal (0.9.9-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: Tightened ethereal-common dependencies.
+ (closes: #172861, #176236, #178027)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 24 Jan 2003 14:38:53 +0100
+
+ethereal (0.9.8-3) unstable; urgency=low
+
+ * debian/control: added versioned dependency between (t)ethereal and
+ ethereal-common to get the plug-ins. (closes: #172861)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 13 Dec 2002 10:39:27 +0100
+
+ethereal (0.9.8-2) unstable; urgency=low
+
+ * Updated config.sub and config.guess with the ones from autotools-dev
+ (closes: #172407)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 10 Dec 2002 09:52:45 +0100
+
+ethereal (0.9.8-1) unstable; urgency=low
+
+ * New upstream release.
+ * This added (some) support for counting IPv6 packets during capture.
+ (closes: #164472)
+ * 0.9.7 fixed the LMP dissector. (closes: #163513)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 9 Dec 2002 10:00:51 +0100
+
+ethereal (0.9.7-2) unstable; urgency=low
+
+ * debian/control: added libgtk2.0-dev to build depends.
+ * debian/control: removed libsnmp-dev from build depends (ethereal is
+ compiled without SNMP support since it would link against libssl)
+ (the build-dep caused failure to build on architectures where perl 5.8
+ wasn't ready (dependency on libsnmp-perl))
+ * debian/control: added python, automake and autoconf to build depends.
+ * debian/rules: creating aclocal-missing directory on build.
+ (those bugs closes: #163443) (patch by LaMont Jones)
+ * debian/rules: install Python files to 2.2 directory, not 2.1
+ * debian/ethereal-dev.postinst: fixed Python version (closes: #163153)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 7 Oct 2002 15:06:06 +0200
+
+ethereal (0.9.7-1) unstable; urgency=low
+
+ * New upstream release. (closes: #162972)
+ * debian/copyright: include upstream author name. (closes: #151015)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 1 Oct 2002 16:20:45 +0200
+
+ethereal (0.9.6-2) unstable; urgency=low
+
+ * debian/control: changed Python dep to >= 2.2 and << 2.3 since 2.2 is now
+ the default version in sid.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 14 Sep 2002 23:29:23 +0200
+
+ethereal (0.9.6-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixes security issue in the ISIS protocol dissector (susceptible to
+ buffer overflow).
+ (see http://www.ethereal.com/appnotes/enpa-sa-00006.html)
+ * Add missing header files (packet-tcp.h and packet-tpkt.h) to ethereal-dev
+ (closes: #158808)
+ * Add default PYTHONPATH to idl2eth (closes: #158909)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 2 Sep 2002 10:13:06 +0200
+
+ethereal (0.9.5-3) unstable; urgency=low
+
+ * Rebuilt with new libpcap0.7. (closes: #156206)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 10 Aug 2002 19:25:29 +0200
+
+ethereal (0.9.5-2) unstable; urgency=low
+
+ * Do not run libtoolize since it creates a bogus libtool file.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 8 Jul 2002 16:07:00 +0200
+
+ethereal (0.9.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixes several security issues.
+ (http://www.ethereal.com/appnotes/enpa-sa-00005.html)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 29 Jun 2002 19:13:30 +0200
+
+ethereal (0.9.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Fixes four security issues. (closes: #147595)
+ (http://www.ethereal.com/appnotes/enpa-sa-00004.html)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 20 May 2002 01:10:21 +0200
+
+ethereal (0.9.3-1) unstable; urgency=medium
+
+ * New upstream release
+ * Fixes ASN.1 zero-length g_malloc that could lead to security problems.
+ (see http://www.ethereal.com/appnotes/enpa-sa-00003.html)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 31 Mar 2002 21:45:11 +0200
+
+ethereal (0.9.2-3) unstable; urgency=low
+
+ * debian/rules: fixed typo that could have caused snmp not to be built.
+ (closes: #140147) This would happen if 1) built from the CVS tree and 2)
+ built on a system without libsnmp-dev ("impossible" since we build-depend
+ on it). Anyway it is fixed for correctness.
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 27 Mar 2002 14:00:31 +0100
+
+ethereal (0.9.2-2) unstable; urgency=low
+
+ * Added libwiretap.a to ethereal-dev (closes: #137971)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 12 Mar 2002 11:59:04 +0100
+
+ethereal (0.9.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 5 Mar 2002 10:30:24 +0100
+
+ethereal (0.9.1-8) unstable; urgency=low
+
+ * debian/control: changed ethereal-dev section to devel.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 25 Feb 2002 14:50:49 +0100
+
+ethereal (0.9.1-7) unstable; urgency=low
+
+ * debian/control: changed ethereal-dev Depends line to use omniidl-python
+ and no omniorb.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 25 Feb 2002 13:47:42 +0100
+
+ethereal (0.9.1-6) unstable; urgency=low
+
+ * debian/control: fix Depends line for ethereal-dev (added libpcap-dev)
+ * idl2eth: added PYTHONPATH so that it runs.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 18 Feb 2002 11:48:01 +0100
+
+ethereal (0.9.1-5) unstable; urgency=low
+
+ * debian/rules: added --disable-ssl so that ethereal is not built with
+ ssl support and may be uploaded to main. (closes: #134273)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 18 Feb 2002 09:33:30 +0100
+
+ethereal (0.9.1-4) unstable; urgency=low
+
+ * debian/rules: added forgotten header files to ethereal-dev.
+ (really closes: #105916)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 15 Feb 2002 10:12:15 +0100
+
+ethereal (0.9.1-3) unstable; urgency=low
+
+ * debian/rules: after the quick and dirty repackaging of 0.9.1-1 this one
+ should be much better: 4 packages: ethereal-common, ethereal, tethereal
+ and etherel-dev (last three depending on ethereal-common).
+ This should address Christian Kurz remarks.
+ (closes: #133798, #133796, #133806)
+ This should also please W. Borgert. (closes: #105916)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 13 Feb 2002 20:36:12 +0100
+
+ethereal (0.9.1-2) unstable; urgency=low
+
+ * debian/control: fixed typo in tethereal description (closes: #133019)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 8 Feb 2002 23:55:49 +0100
+
+ethereal (0.9.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixed protocol hierarchy display (closes: #131676)
+ * It is possible to see TOS fields instead of DS fields in IP header.
+ (option in preferences dialog) (closes: #121046)
+ * debian/rules: totally revamped build process: create an additional
+ tethereal package that doesn't depend on GTK+ (closes: #103488)
+ It is not yet perfect but I'm working on it...
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 28 Jan 2002 18:25:25 +0100
+
+ethereal (0.9.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Upstream fixed SNMP bugs (closes: #114361, #119580)
+ * Upstream fixed Sender->Receiver bug (closes: #112327)
+ * debian/copyright: fixed 'license' spelling.
+ * debian/rules: fixed 'clean' target to remove temporary files.
+ * debian/rules: moved $sysconfdir to /usr/share/ethereal since $sysconfdir
+ is not used here to store config files. (closes: #127638)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 3 Jan 2002 19:43:18 +0100
+
+ethereal (0.8.20-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 19 Oct 2001 10:49:35 +0200
+
+ethereal (0.8.19-2) unstable; urgency=low
+
+ * debian/rules: added call to libtoolize so that it compiles on hppa.
+ (closes: #108662)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 17 Sep 2001 14:23:34 +0200
+
+ethereal (0.8.19-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: improved description of package. (closes: #104744)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 14 Jul 2001 11:57:12 +0200
+
+ethereal (0.8.17-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 13 Apr 2001 13:33:35 +0200
+
+ethereal (0.8.16-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 8 Mar 2001 09:07:34 +0100
+
+ethereal (0.8.15-2) unstable; urgency=low
+
+ * Rebuilt against libsnmp4.2 (closes: #83720)
+ * It is possible to not go in promiscuous mode (-p) (actually it was for
+ some time...) (closes: #34376)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 27 Jan 2001 13:39:05 +0100
+
+ethereal (0.8.15-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 13 Jan 2001 19:36:26 +0100
+
+ethereal (0.8.14-2) unstable; urgency=low
+
+ * Fix for the socks dissector. (closes: #81164)
+ (patch by Jeff Foster <jfoste@woodward.com>)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 11 Jan 2001 00:27:02 +0100
+
+ethereal (0.8.14-1) unstable; urgency=low
+
+ * New upstream release.
+ * Officially fixes the buffer overflow exploit mentioned below (as well
+ as other possible ones)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 21 Nov 2000 22:48:16 +0100
+
+ethereal (0.8.13-3) unstable; urgency=low
+
+ * Fixed possible buffer overflow exploit in packet-afs.c (I could not
+ reproduce it so I don't know if my fix really works, please test it)
+ (exploit is on http://www.hacksware.com)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 21 Nov 2000 22:47:59 +0100
+
+ethereal (0.8.13-2) unstable; urgency=low
+
+ * Rebuilt against XFree86 4.0 libs (now that I'm allowed to...)
+ * Rebuilt against zlibg1 1.1.13-1 that has a correct shlibs file
+ (closes: #76533, #76552)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 10 Nov 2000 17:39:40 +0100
+
+ethereal (0.8.13-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 29 Oct 2000 23:58:38 +0100
+
+ethereal (0.8.12-1) unstable; urgency=low
+
+ * New upstream release.
+ * Patch for SRVLOC frames has been applied upstrem.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 18 Sep 2000 10:22:27 +0200
+
+ethereal (0.8.11-1) unstable; urgency=low
+
+ * New upstream release.
+ * Applied patch to fix hang on some SRVLOC frames (closes: #68024)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 10 Aug 2000 21:06:52 +0200
+
+ethereal (0.8.10-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added debhelper to Build-depends (closes: #66391)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 11 Jul 2000 22:36:45 +0200
+
+ethereal (0.8.9-2) unstable; urgency=low
+
+ * Updated Build-depends to match libsnmp (closes: #66018) (it's the same
+ entry as for 0.8.7-2; I need some sleep)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 22 Jun 2000 23:59:29 +0200
+
+ethereal (0.8.9-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 20 Jun 2000 14:17:00 +0200
+
+ethereal (0.8.8-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 10 May 2000 17:20:36 +0200
+
+ethereal (0.8.7-2) unstable; urgency=low
+
+ * Updated Build-depends to match libsnmp (closes: #63753)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 8 May 2000 19:02:29 +0200
+
+ethereal (0.8.7-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 17 Apr 2000 18:41:21 +0200
+
+ethereal (0.8.6-1) unstable; urgency=low
+
+ * New upstream release.
+ * Linked against libsnmp4.1 (closes: #62324)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 14 Apr 2000 19:45:53 +0200
+
+ethereal (0.8.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * Applied fix for correct decapsulation of PPP frames (closes: #59663)
+ (patch provided by Thomas Quinot <thomas@cuivre.fr.eu.org>)
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 5 Mar 2000 20:04:11 +0100
+
+ethereal (0.8.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Checked PPTP problems (fix was introduced in 0.8.2) (closes: #55347)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 5 Feb 2000 23:51:26 +0100
+
+ethereal (0.8.2-2) unstable; urgency=low
+
+ * debian/control: fixed Build-Depends line (closes: #56707)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 31 Jan 2000 19:29:21 +0100
+
+ethereal (0.8.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 29 Jan 2000 01:53:50 +0100
+
+ethereal (0.8.1-2) unstable; urgency=low
+
+ * debian/control: added Build-Depends
+ * debian/control: modified description to match the README file
+ * debian/rules: added --disable-static to ./configure
+ * compiled with SNMP support (through libsnmp)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 20 Jan 2000 18:30:40 +0100
+
+ethereal (0.8.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Fixed duplicate manpage installation. (closes: #55438)
+
+ -- Frederic Peters <fpeters@debian.org> Wed, 19 Jan 2000 09:29:56 +0100
+
+ethereal (0.8.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 1 Jan 2000 23:50:44 +0100
+
+ethereal (0.7.9-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 25 Dec 1999 00:55:00 +0100
+
+ethereal (0.7.7-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 29 Oct 1999 14:09:01 +0200
+
+ethereal (0.7.3-2) unstable; urgency=low
+
+ * Fixed debian/rules to work with the new debhelper that create FHS compliant
+ packages. (Fixes: #44613)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 9 Sep 1999 18:29:12 +0200
+
+ethereal (0.7.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 5 Sep 1999 20:06:10 +0200
+
+ethereal (0.7.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 14 Aug 1999 18:32:28 +0200
+
+ethereal (0.7.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 7 Aug 1999 16:29:03 +0200
+
+ethereal (0.6.3-2) unstable; urgency=low
+
+ * Renamed NEWS to changelog since this is the upstream ChangeLog
+ (fixes bug #41908)
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 27 Jul 1999 20:19:28 +0200
+
+ethereal (0.6.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Moved directories to comply with FHS (and Standards 3.0.0)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 24 Jul 1999 00:36:46 +0200
+
+ethereal (0.6.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 25 May 1999 16:47:08 +0200
+
+ethereal (0.6.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 2 May 1999 23:30:38 +0200
+
+ethereal (0.5.1-3) unstable; urgency=low
+
+ * Fixed package building (Bug#35657 (report and patch from bartw@xs4all.nl)
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 10 Apr 1999 19:20:29 +0200
+
+ethereal (0.5.1-2) unstable; urgency=low
+
+ * Compiled against libgtk1.2
+ * Moved /usr/etc/manuf to /etc/manuf (it's now lintian clean)
+
+ -- Frederic Peters <fpeters@debian.org> Mon, 8 Mar 1999 22:33:04 +0100
+
+ethereal (0.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 9 Jan 1999 16:51:28 +0100
+
+ethereal (0.5.0-2) unstable; urgency=low
+
+ * Fixed package building (Bug#30110)
+
+ -- Frederic Peters <fpeters@debian.org> Thu, 3 Dec 1998 13:15:53 +0100
+
+ethereal (0.5.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 24 Nov 1998 16:04:15 +0100
+
+ethereal (0.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 17 Oct 1998 17:20:01 +0200
+
+ethereal (0.3.17-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Frederic Peters <fpeters@debian.org> Tue, 29 Sep 1998 20:01:11 +0200
+
+ethereal (0.3.16-2) unstable; urgency=low
+
+ * New versions aren't just for Alpha people :) (fixes #26914)
+
+ -- Frederic Peters <fpeters@debian.org> Fri, 25 Sep 1998 17:03:39 +0200
+
+ethereal (0.3.16-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Frederic Peters <fpeters@debian.org> Sat, 19 Sep 1998 10:55:48 +0200
+
+ethereal (0.3.15-1.1) unstable; urgency=low
+
+ * non-maintainer upload for Alpha
+ * GTK cflags ans library flags were not passed to the compiler.
+
+ -- Paul Slootman <paul@debian.org> Mon, 21 Sep 1998 22:49:32 +0200
+
+ethereal (0.3.15-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Frederic Peters <fpeters@debian.org> Sun, 13 Sep 1998 23:05:47 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c641d35
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,284 @@
+Source: wireshark
+Maintainer: Balint Reczey <balint@balintreczey.hu>
+Section: net
+Priority: optional
+Build-Depends: qt6-5compat-dev,
+ qt6-base-dev,
+ qt6-base-dev-tools,
+ qt6-multimedia-dev,
+ qt6-tools-dev,
+ libpcap0.8-dev,
+ flex,
+ libz-dev,
+ debhelper (>= 12),
+ po-debconf,
+ python3,
+ python3-ply,
+ python3-pytest <!nocheck>,
+ python3-pytest-xdist <!nocheck>,
+ libc-ares-dev,
+ xsltproc,
+ dh-python,
+ docbook-xsl,
+ docbook-xml,
+ libxml2-utils,
+ libcap2-dev | libcap-dev,
+ lsb-release,
+ libparse-yapp-perl,
+ libglib2.0-dev,
+# libgnutls28-dev >= 3.2.14-1 is GPLv2+ compatible.
+ libgnutls28-dev,
+ libgcrypt-dev,
+ libkrb5-dev,
+ liblua5.2-dev,
+ libsmi2-dev,
+ libmaxminddb-dev,
+ libopencore-amrnb-dev,
+ libopus-dev,
+ libsystemd-dev,
+ libnl-genl-3-dev [linux-any],
+ libnl-route-3-dev [linux-any],
+ asciidoctor,
+ cmake (>= 3.5),
+ libsbc-dev,
+ libnghttp2-dev,
+ libnghttp3-dev,
+ libssh-gcrypt-dev,
+ liblz4-dev,
+ libsnappy-dev,
+ libzstd-dev,
+ libspandsp-dev,
+ libxml2-dev,
+ libbrotli-dev,
+ libspeexdsp-dev,
+ libminizip-dev,
+ libbcg729-dev,
+ libxkbcommon-dev
+Build-Conflicts: libsnmp4.2-dev,
+ libsnmp-dev
+Standards-Version: 4.6.0.1
+Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/debian/wireshark
+Vcs-Git: https://salsa.debian.org/debian/wireshark.git -b debian/master
+Homepage: https://www.wireshark.org/
+
+Package: wireshark-common
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libwireshark17 (>= ${binary:Version}),
+ libwiretap14 (>= ${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: ${shlibs:Depends},
+ ${misc:Depends},
+ wireshark-common (= ${binary:Version}),
+ libqt6svg6
+Recommends: libqt6multimedia6
+Conflicts: wireshark-qt (<< 4.4~),
+ wireshark-gtk (<< 3.0.0~)
+Replaces: wireshark-qt (<< 4.4~),
+ wireshark-gtk (<< 3.0.0~)
+Description: network traffic analyzer - graphical interface
+ Wireshark is a network "sniffer" - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+
+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},
+ ${shlibs:Depends},
+ omniidl,
+ libpcap0.8-dev,
+ libglib2.0-dev,
+ ${python3:Depends},
+ 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-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: libwireshark17
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libwireshark-data (>= ${source:Version}),
+ libwsutil15 (>= ${source:Version})
+Suggests: wireshark-doc (>= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Description: network packet dissection library -- shared library
+ The libwireshark library provides the network packet dissection services
+ developed by the Wireshark project.
+
+Package: libwsutil15
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: network packet dissection utilities library -- shared library
+ The libwsutil library provides utility functions for Wireshark and related
+ binaries and shared libraries.
+
+Package: libwsutil-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libwsutil15 (= ${binary:Version})
+Breaks: libwireshark-dev (<< 3.7.0~)
+Replaces: libwireshark-dev (<< 3.7.0~)
+Description: network packet dissection utilities library -- development files
+ The libwsutil library provides utility functions for Wireshark and related
+ binaries and shared libraries.
+ .
+ This package contains the static library and the C header files that are
+ needed for applications to use the libwsutil library.
+
+Package: libwireshark-data
+Architecture: all
+Multi-Arch: foreign
+Section: libs
+Depends: ${misc:Depends}
+Suggests: geoipupdate,
+ geoip-database,
+ geoip-database-extra,
+ libjs-leaflet,
+ libjs-leaflet.markercluster,
+ 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
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libwsutil-dev,
+ libwiretap-dev,
+ libwireshark17 (= ${binary:Version})
+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: libwiretap14
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-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
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libwiretap14 (= ${binary:Version})
+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
new file mode 100644
index 0000000..553756c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,310 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Wireshark
+Source: https://www.wireshark.org/
+
+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: debian/po/*
+Copyright: 2009 Martin Sin <martin.sin@zshk.cz>
+ 2010, 2019 Joe Hansen <joedalton2@yahoo.dk>
+ 2009, 2010, 2017 Helge Kreutzmann <debian@helgefjell.de>
+ 2009, 2010 Software in the Public Interest
+ 2009, 2010 Francisco Javier Cuadrado <fcocuadrado@gmail.com>
+ 2009 Piarres Beobide <pi@beobide.net>
+ 2010 Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>
+ 2009 Esko Arajärvi <edu@iki.fi>
+ 2009, 2018 Debian French l10n team <debian-l10n-french@lists.debian.org>
+ 2009 Simon Paillard <spaillard@debian.org>
+ 2018 Jean-Philippe MENGUAL <mengualjeanphi@free.fr>
+ 2011 Balint Reczey <balint@balintreczey.hu>
+ 2009-2010 Luca Monducci <luca.mo@tiscali.it>
+ 2009-2010 Hideki Yamane <henrich@debian.org>
+ 2011 Jeroen Schot <schot@a-eskwadraat.nl>
+ 2017 Frans Spiesschaert <Frans.Spiesschaert@yucom.be>
+ 2009 Rafael Henrique da Silva Correia <rafaelhenriqu@gmail.com>
+ 2010 Adriano Rafael Gomes <adrianorg@gmail.com>
+ 2010,2017 Pedro Ribeiro <p.m42.ribeiro@gmail.com>
+ 2018 Gali Anikina <merilaga@yandex.ru>
+ 2009, 2010, 2018 Yuri Kozlov <yuray@komyakino.ru>
+ 2011 Slavko <linux@slavino.sk>
+ 2009, 2010 Martin Ågren <martin.agren@gmail.com>
+ 2019 Balint Reczey <balint.reczey@canonical.com>
+ 2014 Mert Dirik
+ 2010 Free Software Foundation, Inc
+ 2009-2010 Clytie Siddall <clytie@riverland.net.au>
+ 2023 Atila KOÇ <koc@artielektronik.com.tr>
+License: GPL-2+
+
+Files: resources/freedesktop/org.wireshark.*.metainfo.xml
+Copyright: 2014 Richard Hughes <richard@hughsie.com>
+License: CC0-1.0
+ To the extent possible under law, the author(s) have dedicated all copyright
+ and related and neighboring rights to this software to the public domain
+ worldwide. This software is distributed without any warranty.
+ .
+ You should have received a copy of the CC0 Public Domain Dedication along with
+ this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
+ .
+ On Debian systems, the complete text of the CC0 1.0 Universal license can be
+ found in ‘/usr/share/common-licenses/CC0-1.0’.
+
+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/ws_strptime.c
+Copyright: 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
+License: BSD-2-clause-NetBSD
+ All rights reserved.
+ .
+ This code was contributed to The NetBSD Foundation by Klaus Klein.
+ Heavily optimised by David Laight
+ .
+ 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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: 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 http://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 <http://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: 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
new file mode 100644
index 0000000..33ab0f0
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,5 @@
+etc/wireshark
+usr/bin
+usr/share/icons/hicolor/48x48/apps
+usr/share/icons/hicolor/scalable/apps
+usr/share/wireshark
diff --git a/debian/ethereal-common.NEWS b/debian/ethereal-common.NEWS
new file mode 100644
index 0000000..7f51a50
--- /dev/null
+++ b/debian/ethereal-common.NEWS
@@ -0,0 +1,13 @@
+wireshark (0.99.2-1) unstable; urgency=low
+
+ Same developers, same code, different name. The Ethereal network protocol
+ analyzer has changed its name to Wireshark.
+
+ Name changes:
+ - ethereal -> wireshark
+ - tethereal -> tshark
+ - idl2eth -> idl2wrs
+
+ See 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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..bd49116
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+[DEFAULT]
+pristine-tar = True
+debian-branch = debian/master
+upstream-branch = upstream/latest
+upstream-vcs-tag = v%(version)s
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
new file mode 100644
index 0000000..0c22dc4
--- /dev/null
+++ b/debian/gitlab-ci.yml
@@ -0,0 +1,3 @@
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff --git a/debian/headers-check.c b/debian/headers-check.c
new file mode 100644
index 0000000..9ed391a
--- /dev/null
+++ b/debian/headers-check.c
@@ -0,0 +1,16 @@
+/* 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.NEWS b/debian/libwireshark-data.NEWS
new file mode 100644
index 0000000..2849740
--- /dev/null
+++ b/debian/libwireshark-data.NEWS
@@ -0,0 +1,12 @@
+libwireshark-data (4.2.0~rc3-1~exp0) experimental; urgency=medium
+
+ Wireshark stopped shipping the global /etc/wireshark/init.lua.
+ The "init.lua" file is now loaded from any of the Lua plugin directories,
+ in the order of the global "/usr/lib/*/wireshark/plugins/" directory,
+ then from "$HOME/.local/lib/wireshark/plugins/".
+
+ For backward compatibility "init.lua" is still loaded from
+ "$HOME/.config/wireshark/", too, but this location is deprecated and may
+ be removed from the search path in a future release.
+
+ -- Balint Reczey <balint@balintreczey.hu> Wed, 01 Nov 2023 20:22:11 +0100
diff --git a/debian/libwireshark-data.install b/debian/libwireshark-data.install
new file mode 100644
index 0000000..6fd0180
--- /dev/null
+++ b/debian/libwireshark-data.install
@@ -0,0 +1,4 @@
+debian/maxmind_db_paths /usr/share/wireshark
+usr/share/doc/wireshark
+usr/share/metainfo
+usr/share/wireshark
diff --git a/debian/libwireshark-data.maintscript b/debian/libwireshark-data.maintscript
new file mode 100644
index 0000000..a9d6869
--- /dev/null
+++ b/debian/libwireshark-data.maintscript
@@ -0,0 +1 @@
+rm_conffile /etc/wireshark/init.lua 4.2.0~
diff --git a/debian/libwireshark-dev.install b/debian/libwireshark-dev.install
new file mode 100644
index 0000000..472bfe7
--- /dev/null
+++ b/debian/libwireshark-dev.install
@@ -0,0 +1,3 @@
+usr/include/wireshark/epan/*
+usr/lib/*/libwireshark.so
+usr/lib/*/pkgconfig/wireshark.pc
diff --git a/debian/libwireshark17.install b/debian/libwireshark17.install
new file mode 100644
index 0000000..b31df7d
--- /dev/null
+++ b/debian/libwireshark17.install
@@ -0,0 +1,3 @@
+usr/lib/*/libwireshark.so.*
+usr/lib/*/wireshark/plugins/*/codecs/*.so
+usr/lib/*/wireshark/plugins/*/epan/*.so
diff --git a/debian/libwireshark17.lintian-overrides b/debian/libwireshark17.lintian-overrides
new file mode 100644
index 0000000..a65e240
--- /dev/null
+++ b/debian/libwireshark17.lintian-overrides
@@ -0,0 +1,10 @@
+# ieee-data is not a library, just data processed at build time
+libwireshark17: embedded-library
+
+# small plugins
+libwireshark17: library-not-linked-against-libc [usr/lib/*/wireshark/plugins/*/codecs/g7*.so]
+libwireshark17: library-not-linked-against-libc [usr/lib/*/wireshark/plugins/*/codecs/l16mono.so]
+
+# Typo directly on IANA enterprise-numbers (epan/enterprise-numbers)
+libwireshark17: spelling-error-in-binary Nam Name [usr/lib/*/libwireshark.so.*]
+libwireshark17: spelling-error-in-binary Dont Don't [usr/lib/*/libwireshark.so.*]
diff --git a/debian/libwireshark17.symbols b/debian/libwireshark17.symbols
new file mode 100644
index 0000000..21237ef
--- /dev/null
+++ b/debian/libwireshark17.symbols
@@ -0,0 +1,2196 @@
+libwireshark.so.17 libwireshark17 #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
+ 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_ex@Base 3.7.0
+ abs_time_to_str_ex@Base 3.7.0
+ add_ber_encoded_label@Base 3.7.0
+ add_conversation_filter_protocol@Base 3.7.0
+ add_conversation_table_data@Base 2.5.0
+ add_conversation_table_data_with_conv_id@Base 2.5.0
+ add_endpoint_table_data@Base 4.0.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_per_encoded_label@Base 3.7.0
+ add_srt_table_data@Base 1.99.8
+ additional_bytes_expected_to_complete_reassembly@Base 4.1.0
+ 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_to_str_buf@Base 1.9.1
+ address_type_dissector_register@Base 2.0.0
+ address_type_get_by_name@Base 2.1.0
+ address_with_resolution_to_str@Base 1.99.3
+ 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.6.0
+ bp_block_primary_free@Base 3.6.0
+ bp_block_primary_new@Base 3.6.0
+ bp_bundle_free@Base 3.6.0
+ bp_bundle_ident_equal@Base 3.6.0
+ bp_bundle_ident_free@Base 3.6.0
+ bp_bundle_ident_hash@Base 3.6.0
+ bp_bundle_ident_new@Base 3.6.0
+ bp_bundle_new@Base 3.6.0
+ bp_creation_ts_compare@Base 3.6.0
+ bp_eid_equal@Base 3.6.0
+ bp_eid_free@Base 3.6.0
+ bp_eid_new@Base 3.6.0
+ bpsec_id_equal@Base 3.6.0
+ bpsec_id_free@Base 3.6.0
+ bpsec_id_hash@Base 3.6.0
+ bpsec_id_new@Base 3.6.0
+ 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
+ char_val_to_str@Base 4.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_get_filter@Base 4.1.0
+ 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_abbrev@Base 4.1.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_use_hfid@Base 4.1.0
+ color_filters_use_proto@Base 4.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
+ column_register_fields@Base 4.1.0
+ conversation_add_proto_data@Base 1.9.1
+ conversation_delete_proto_data@Base 1.9.1
+ conversation_filter_from_log@Base 3.7.0
+ conversation_filter_from_packet@Base 2.2.8
+ conversation_get_dissector@Base 2.0.0
+ conversation_get_id_from_elements@Base 4.0.0
+ conversation_get_proto_data@Base 1.9.1
+ 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_new_full@Base 3.7.1
+ conversation_pt_to_conversation_type@Base 4.0.0
+ conversation_pt_to_endpoint_type@Base 2.5.0
+ conversation_set_addr2@Base 2.6.3
+ conversation_set_conv_addr_port_endpoints@Base 4.0.0
+ conversation_set_dissector@Base 1.9.1
+ conversation_set_dissector_from_frame_number@Base 2.0.0
+ conversation_set_elements_by_id@Base 4.0.0
+ conversation_set_port2@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_data@Base 4.1.0
+ create_dissector_handle_with_name@Base 2.1.0
+ create_dissector_handle_with_name_and_description@Base 4.0.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
+ df_error_free@Base 4.1.0
+ dfilter_apply_edt@Base 1.9.1
+ dfilter_compile_full@Base 4.1.0
+ dfilter_deprecated_tokens@Base 1.9.1
+ dfilter_dump@Base 1.9.1
+ dfilter_expand@Base 3.7.0
+ dfilter_free@Base 1.9.1
+ dfilter_get_warnings@Base 4.1.0
+ dfilter_load_field_references@Base 3.7.0
+ dfilter_load_field_references_edt@Base 4.1.0
+ dfilter_log_full@Base 3.7.0
+ dfilter_macro_get_uat@Base 1.9.1
+ dfilter_requires_columns@Base 4.1.0
+ dfilter_syntax_tree@Base 3.7.0
+ dfilter_text@Base 3.7.0
+ disable_name_resolution@Base 1.99.9
+ 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_bluetooth_common@Base 3.7.0
+ 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_isdn@Base 3.7.0
+ 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_object_identifier@Base 4.2.0~rc3
+ dissect_oer_octet_string@Base 2.9.0
+ dissect_oer_open_type@Base 4.2.0~rc3
+ 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_binary@Base 3.5.0
+ dissect_thrift_t_bool@Base 3.5.0
+ dissect_thrift_t_double@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_i8@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_stop@Base 2.5.0
+ dissect_thrift_t_string@Base 3.5.0
+ dissect_thrift_t_string_enc@Base 3.5.0
+ dissect_thrift_t_struct@Base 2.5.0
+ dissect_thrift_t_uuid@Base 3.7.1
+ 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_dissectors@Base 4.1.0
+ dissector_dump_heur_decodes@Base 1.9.1
+ dissector_endpoint_init@Base 4.0.0
+ 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_description@Base 4.0.0
+ dissector_handle_get_dissector_name@Base 1.12.0~rc1
+ dissector_handle_get_protocol_index@Base 1.9.1
+ dissector_handle_get_protocol_long_name@Base 4.0.0
+ dissector_handle_get_protocol_short_name@Base 4.0.0
+ dissector_handle_get_short_name@Base 1.9.1
+ dissector_hostlist_init@Base 1.99.0
+ dissector_is_string_changed@Base 3.5.1
+ dissector_is_uint_changed@Base 3.5.1
+ 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_table_supports_decode_as@Base 3.7.2
+ 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
+ enabled_protos_unsaved_changes@Base 3.7.0
+ endpoint_table_set_gui_info@Base 4.0.0
+ 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_gather_compile_info@Base 3.7.0
+ epan_gather_runtime_info@Base 3.7.0
+ 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_version@Base 1.9.1
+ epan_get_version_number@Base 2.5.0
+ epan_init@Base 2.9.0
+ epan_inspect_enums@Base 3.7.0
+ epan_inspect_enums_bsearch@Base 3.7.0
+ epan_inspect_enums_count@Base 3.7.0
+ epan_load_settings@Base 2.3.0
+ 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
+ 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_populate_data@Base 2.1.1
+ exp_pdu_data_dissector_table_num_value_size@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
+ export_pdu_tap_get_encap@Base 3.7.0
+ 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
+ fifo_string_cache_contains@Base 4.1.0
+ fifo_string_cache_free@Base 4.1.0
+ fifo_string_cache_init@Base 4.1.0
+ fifo_string_cache_insert@Base 4.1.0
+ 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_full@Base 3.7.1
+ find_conversation_pinfo@Base 2.5.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
+ fragment_add@Base 1.9.1
+ fragment_add_check@Base 1.9.1
+ fragment_add_check_with_fallback@Base 4.1.0
+ fragment_add_multiple_ok@Base 1.9.1
+ fragment_add_out_of_order@Base 3.7.0
+ 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_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_cmp@Base 3.7.0
+ ftype_can_contains@Base 1.9.1
+ ftype_can_eq@Base 1.9.1
+ ftype_can_is_negative@Base 3.7.0
+ ftype_can_is_zero@Base 3.7.0
+ ftype_can_matches@Base 1.9.1
+ ftype_can_slice@Base 1.9.1
+ ftype_can_val_to_sinteger64@Base 3.7.2
+ ftype_can_val_to_sinteger@Base 3.7.2
+ ftype_can_val_to_uinteger64@Base 3.7.2
+ ftype_can_val_to_uinteger@Base 3.7.2
+ 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_packet_menus_modified@Base 4.1.0
+ funnel_register_all_console_menus@Base 4.1.1
+ funnel_register_all_menus@Base 1.9.1
+ funnel_register_all_packet_menus@Base 4.1.0
+ funnel_register_console_menu@Base 4.1.1
+ funnel_register_menu@Base 1.9.1
+ funnel_register_packet_menu@Base 4.1.0
+ funnel_reload_menus@Base 1.99.9
+ funnel_set_funnel_ops@Base 1.9.1
+ fvalue_from_literal@Base 3.7.0
+ fvalue_get_bytes@Base 4.0.0
+ fvalue_get_bytes_data@Base 4.1.0
+ fvalue_get_bytes_size@Base 4.1.0
+ fvalue_get_floating@Base 1.9.1
+ fvalue_get_guid@Base 4.0.0
+ fvalue_get_ipv6@Base 4.1.0
+ fvalue_get_protocol@Base 4.0.0
+ fvalue_get_sinteger64@Base 1.99.3
+ fvalue_get_sinteger@Base 1.9.1
+ fvalue_get_strbuf@Base 4.0.0
+ fvalue_get_string@Base 4.0.0
+ fvalue_get_time@Base 4.0.0
+ fvalue_get_uinteger64@Base 1.99.3
+ fvalue_get_uinteger@Base 1.9.1
+ fvalue_to_sinteger64@Base 3.7.2
+ fvalue_to_sinteger@Base 3.7.2
+ fvalue_to_string_repr@Base 1.9.1
+ fvalue_to_uinteger64@Base 3.7.2
+ fvalue_to_uinteger@Base 3.7.2
+ 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_text@Base 3.7.2
+ 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_hashtables@Base 3.7.1
+ 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_dect_standard_8bits_string@Base 4.1.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_endpoint_filter@Base 4.0.0
+ get_endpoint_packet_func@Base 4.0.0
+ get_endpoint_port@Base 4.0.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_export_pdu_tap_list@Base 1.99.0
+ get_follow_address_func@Base 2.1.0
+ get_follow_by_name@Base 2.1.0
+ get_follow_by_proto_id@Base 4.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_stream_count_func@Base 4.1.0
+ get_follow_sub_stream_id_func@Base 4.1.0
+ get_follow_tap_handler@Base 2.1.0
+ get_follow_tap_string@Base 2.1.0
+ get_gb18030_string@Base 3.3.2
+ get_hash_ether_hexaddr@Base 1.99.3
+ get_hash_ether_resolved_name@Base 1.99.3
+ get_hash_ether_status@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_quic_connections_count@Base 3.1.1
+ 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_serv_port_hashtable@Base 1.12.0~rc1
+ 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_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
+ giop_add_CDR_string@Base 3.0.1
+ global_enterprises_dump@Base 4.1.0
+ global_services_dump@Base 4.1.0
+ 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_hash@Base 4.1.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_field_extractors@Base 2.0.2
+ have_filtering_tap_listeners@Base 1.9.1
+ have_tap_listener@Base 1.12.0~rc1
+ heur_dissector_add@Base 1.9.1
+ heur_dissector_delete@Base 1.9.1
+ 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_add_path_components_to_tree@Base 3.7.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
+ in_cksum_ret_partial@Base 4.2.0
+ 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
+ log_conv_filter_list@Base 3.7.0
+ 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_add_protocolfilter@Base 4.1.0
+ 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_data@Base 3.7.0
+ p_set_proto_depth@Base 3.3.0
+ packet_conv_filter_list@Base 3.7.0
+ parse_column_format@Base 4.1.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_radiobuttons@Base 2.3.0
+ prefs_get_enum_value@Base 2.3.0
+ prefs_get_enumvals@Base 2.3.0
+ prefs_get_max_value@Base 2.3.0
+ prefs_get_module_effect_flags@Base 2.5.0
+ prefs_get_name@Base 2.3.0
+ prefs_get_password_value@Base 3.7.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_custom_preference_TCP_Analysis@Base 4.1.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_password_preference@Base 3.7.0
+ 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_remove_decode_as_value@Base 2.3.0
+ prefs_reset@Base 1.9.1
+ 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_string_value@Base 3.5.0
+ prefs_set_enum_value@Base 2.3.0
+ prefs_set_gui_theme_is_dark@Base 2.5.0
+ prefs_set_module_effect_flags@Base 2.5.0
+ prefs_set_password_value@Base 3.7.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_bluetooth_uuid@Base 3.7.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_numeric_bluetooth_uuid@Base 3.7.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
+ process_reassembled_data@Base 1.9.1
+ process_stat_cmd_arg@Base 1.9.1
+ proto_add_deregistered_data@Base 1.12.2
+ proto_all_finfos@Base 1.9.1
+ proto_can_match_selected@Base 1.9.1
+ proto_can_toggle_protocol@Base 1.9.1
+ proto_check_field_name@Base 1.9.1
+ proto_check_field_name_lower@Base 3.7.0
+ 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_all@Base 3.7.0
+ proto_disable_by_default@Base 2.1.2
+ proto_disable_heuristic_by_name@Base 3.7.0
+ 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_display_to_string@Base 2.1.0
+ proto_field_is_referenced@Base 1.9.1
+ proto_find_field_from_offset@Base 1.9.1
+ proto_find_finfo@Base 1.9.1
+ proto_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_frame_protocol@Base 1.99.1
+ proto_is_pino@Base 2.3.0
+ proto_is_protocol_enabled@Base 1.9.1
+ proto_is_protocol_enabled_by_default@Base 2.3.0
+ proto_item_add_subtree@Base 1.9.1
+ proto_item_append_text@Base 1.9.1
+ proto_item_fill_display_label@Base 3.5.0
+ proto_item_fill_label@Base 1.9.1
+ 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_list_layers@Base 3.7.0
+ 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_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_field_completions@Base 3.5.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_ret_uint64@Base 3.7.1
+ 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.6.0
+ proto_tree_add_cbor_int64@Base 3.5.1
+ proto_tree_add_cbor_strlen@Base 3.7.0
+ 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_checksum_bytes@Base 4.1.0
+ 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_double@Base 4.1.0
+ proto_tree_add_item_ret_ether@Base 4.1.0
+ proto_tree_add_item_ret_float@Base 4.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_ipv6@Base 4.1.0
+ proto_tree_add_item_ret_length@Base 2.1.0
+ 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_time_string@Base 3.1.1
+ proto_tree_add_item_ret_uint64@Base 2.3.0
+ proto_tree_add_item_ret_uint@Base 1.99.6
+ 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
+ qs_func_vals@Base 1.9.1
+ qs_rate_vals_ext@Base 1.9.1
+ quic_conn_data_get_conn_client_dcid_initial@Base 4.1.1
+ quic_get_stream_id_ge@Base 3.5.0
+ quic_get_stream_id_le@Base 3.5.0
+ 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_add_value@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_remove_value@Base 2.3.0
+ ranges_are_equal@Base 1.9.1
+ read_enabled_and_disabled_lists@Base 3.7.0
+ read_keytab_file@Base 1.9.1
+ read_keytab_file_from_preferences@Base 1.9.1
+ read_prefs_file@Base 1.9.1
+ reassemble_streaming_data_and_call_subdissector@Base 4.1.0
+ 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_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_dissector_with_description@Base 4.0.0
+ register_export_object@Base 2.3.0
+ register_export_pdu_tap@Base 1.99.0
+ register_export_pdu_tap_with_encap@Base 3.7.0
+ register_final_registration_routine@Base 1.9.1
+ register_follow_stream@Base 2.1.0
+ 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_log_conversation_filter@Base 3.7.0
+ 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_endpoint_table_data@Base 4.0.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_add_fmtp@Base 4.1.0
+ 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_insert_full@Base 4.1.0
+ 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_set_master_secret@Base 1.9.1
+ ssl_starttls_ack@Base 2.1.0
+ ssl_starttls_post_ack@Base 2.1.0
+ 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
+ streaming_reassembly_info_new@Base 4.1.0
+ 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_load_field_references@Base 4.1.0
+ tap_listeners_require_columns@Base 4.1.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_current_not_yet@Base 4.1.0
+ 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_restricted_restricted@Base 4.1.0
+ 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_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_get_master_key_map@Base 4.1.0
+ 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_bytesprefix_to_str@Base 2.3.0
+ try_bytesval_to_str@Base 2.3.0
+ try_capture_dissector@Base 2.1.0
+ try_conversation_dissector@Base 2.6.3
+ try_conversation_dissector_by_id@Base 2.6.3
+ try_convert_to_custom_column@Base 4.1.0
+ try_convert_to_column_field@Base 4.1.0
+ try_enterprises_lookup@Base 2.5.0
+ try_rval64_to_str@Base 2.3.0
+ try_rval64_to_str_idx@Base 2.3.0
+ try_rval_to_str@Base 1.9.1
+ try_rval_to_str_idx@Base 1.9.1
+ 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_var_to_str@Base 1.99.2
+ tvb_address_with_resolution_to_str@Base 1.99.3
+ tvb_ascii_isdigit@Base 4.1.0
+ 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_child_uncompress_zstd@Base 4.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_exist64@Base 1.99.0
+ tvb_ensure_bytes_exist@Base 1.9.1
+ tvb_ensure_captured_length_remaining@Base 1.12.0~rc1
+ tvb_ensure_reported_length_remaining@Base 3.5.0
+ tvb_find_guint16@Base 2.3.0
+ tvb_find_guint8@Base 1.9.1
+ tvb_find_line_end@Base 1.9.1
+ tvb_find_line_end_unquoted@Base 1.9.1
+ tvb_find_tvb@Base 1.9.1
+ tvb_fix_reported_length@Base 4.0.0
+ 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_etsi_ts_102_221_annex_a_string@Base 3.3.1
+ 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_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_raw_bytes_as_stringz@Base 4.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_uncompress_zstd@Base 4.1.0
+ tvb_unicode_strsize@Base 1.9.1
+ tvb_utf_8_isprint@Base 3.7.0
+ 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_set_default_values@Base 3.6.0
+ 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_double@Base 2.3.0
+ unit_name_string_get_value64@Base 2.3.0
+ unit_name_string_get_value@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_centimeter_centimeters@Base 4.1.0
+ units_centimeters@Base 4.1.0
+ units_cm_s@Base 4.1.0
+ units_day_days@Base 2.3.0
+ units_dbhz@Base 4.1.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_m_s@Base 4.1.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_microwatts@Base 2.3.0
+ units_milliamps@Base 2.3.0
+ units_millimeter_millimeters@Base 4.1.0
+ units_millimeters@Base 4.1.0
+ units_millisecond_milliseconds@Base 2.3.0
+ units_milliseconds@Base 2.3.0
+ units_minute_minutes@Base 2.3.0
+ units_minutes@Base 2.3.0
+ units_mm_s@Base 4.1.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
+ uri_to_bytes@Base 4.1.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_const@Base 1.9.1
+ val_to_str_ext@Base 1.9.1
+ val_to_str_ext_const@Base 1.9.1
+ val_to_str_ext_wmem@Base 1.99.2
+ val_to_str_wmem@Base 1.99.2
+ vals_http_status_code@Base 3.3.0
+ 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_file_scope@Base 3.5.0
+ wmem_init_scopes@Base 3.5.0
+ wmem_packet_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_label_strcat@Base 4.1.0
+ ws_label_strcpy@Base 4.1.0
+ ws_manuf_block_str@Base 4.1.0
+ ws_manuf_count@Base 4.1.0
+ ws_manuf_dump@Base 4.1.0
+ ws_manuf_iter_init@Base 4.1.0
+ ws_manuf_iter_next@Base 4.1.0
+ ws_manuf_lookup_str@Base 4.1.0
+ 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
+* Build-Depends-Package: libwireshark-dev
diff --git a/debian/libwiretap-dev.install b/debian/libwiretap-dev.install
new file mode 100644
index 0000000..d87a586
--- /dev/null
+++ b/debian/libwiretap-dev.install
@@ -0,0 +1,2 @@
+usr/include/wireshark/wiretap/*.h
+usr/lib/*/libwiretap.so
diff --git a/debian/libwiretap14.docs b/debian/libwiretap14.docs
new file mode 100644
index 0000000..0c48271
--- /dev/null
+++ b/debian/libwiretap14.docs
@@ -0,0 +1 @@
+wiretap/README
diff --git a/debian/libwiretap14.install b/debian/libwiretap14.install
new file mode 100644
index 0000000..f9d702a
--- /dev/null
+++ b/debian/libwiretap14.install
@@ -0,0 +1,2 @@
+usr/lib/*/libwiretap.so.*
+usr/lib/*/wireshark/plugins/*/wiretap/*.so
diff --git a/debian/libwiretap14.symbols b/debian/libwiretap14.symbols
new file mode 100644
index 0000000..2c15f78
--- /dev/null
+++ b/debian/libwiretap14.symbols
@@ -0,0 +1,208 @@
+libwiretap.so.14 libwiretap14 #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_bytes_option@Base 3.5.0
+ pcapng_process_int64_option@Base 4.2.1
+ pcapng_process_options@Base 3.5.0
+ pcapng_process_string_option@Base 3.5.0
+ pcapng_process_timestamp_option@Base 3.5.0
+ pcapng_process_uint32_option@Base 3.5.0
+ pcapng_process_uint64_option@Base 3.5.0
+ pcapng_process_uint8_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_bytes_option@Base 3.5.0
+ wtap_block_add_bytes_option_borrow@Base 3.5.0
+ wtap_block_add_custom_option@Base 3.5.0
+ wtap_block_add_if_filter_option@Base 3.5.0
+ wtap_block_add_int32_option@Base 4.2.1
+ wtap_block_add_int64_option@Base 4.2.1
+ wtap_block_add_int8_option@Base 4.2.1
+ 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_hash_option@Base 4.1.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_string_option_owned@Base 4.1.0
+ 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_int32_option_value@Base 4.2.1
+ wtap_block_get_int64_option_value@Base 4.2.1
+ wtap_block_get_int8_option_value@Base 4.2.1
+ 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_int32_option_value@Base 4.2.1
+ wtap_block_set_int64_option_value@Base 4.2.1
+ wtap_block_set_int8_option_value@Base 4.2.1
+ 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_buffer_append_epdu_end@Base 4.1.0
+ wtap_buffer_append_epdu_string@Base 4.1.1
+ wtap_buffer_append_epdu_tag@Base 4.1.0
+ wtap_buffer_append_epdu_uint@Base 4.1.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_discard_name_resolution@Base 4.1.0
+ wtap_dump_fdopen@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_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_discard_name_resolution@Base 4.1.0
+ wtap_dump_params_init@Base 2.9.0
+ wtap_dump_params_init_no_idbs@Base 3.3.2
+ wtap_dump_required_file_encap_type@Base 4.1.0
+ 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_add_decryption_secrets@Base 4.1.0
+ wtap_file_discard_decryption_secrets@Base 4.1.0
+ 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_inspect_enums@Base 4.1.0
+ wtap_inspect_enums_bsearch@Base 4.1.0
+ wtap_inspect_enums_count@Base 4.1.0
+ wtap_name_to_encap@Base 4.1.0
+ wtap_name_to_file_type_subtype@Base 3.5.0
+ wtap_open_offline@Base 1.9.1
+ wtap_opttypes_cleanup@Base 2.3.0
+ wtap_opttypes_initialize@Base 2.1.2
+ wtap_packet_hash_free@Base 4.1.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_ipv4@Base 1.9.1
+ wtap_set_cb_new_ipv6@Base 1.9.1
+ wtap_set_cb_new_secrets@Base 2.9.0
+ 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
+* Build-Depends-Package: libwiretap-dev
diff --git a/debian/libwsutil-dev.install b/debian/libwsutil-dev.install
new file mode 100644
index 0000000..1b6501f
--- /dev/null
+++ b/debian/libwsutil-dev.install
@@ -0,0 +1,3 @@
+usr/include/wireshark/*.h
+usr/include/wireshark/wsutil/*
+usr/lib/*/libwsutil.so
diff --git a/debian/libwsutil15.install b/debian/libwsutil15.install
new file mode 100644
index 0000000..e9f0761
--- /dev/null
+++ b/debian/libwsutil15.install
@@ -0,0 +1 @@
+usr/lib/*/libwsutil.so.*
diff --git a/debian/libwsutil15.symbols b/debian/libwsutil15.symbols
new file mode 100644
index 0000000..4dd1648
--- /dev/null
+++ b/debian/libwsutil15.symbols
@@ -0,0 +1,532 @@
+libwsutil.so.15 libwsutil15 #MINVER#
+ Dot11DecryptWepDecrypt@Base 2.5.0
+ EBCDIC_to_ASCII1@Base 4.1.0
+ EBCDIC_to_ASCII@Base 4.1.0
+ Eax_Decrypt@Base 1.12.0~rc1
+ add_to_filter_list@Base 4.1.0
+ 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_maxlen@Base 3.7.0
+ bytes_to_str_punct_maxlen@Base 3.7.0
+ cmdarg_err@Base 4.1.0
+ cmdarg_err_cont@Base 4.1.0
+ cmdarg_err_init@Base 4.1.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
+ configuration_init@Base 3.7.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_0x0AA725CF_seed@Base 1.12.0~rc1
+ crc32_0x5D6DCB_seed@Base 2.3.0
+ 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_tempdir@Base 4.1.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
+ decode_synchsafe_int@Base 3.7.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
+ display_epoch_time@Base 4.1.0
+ display_signed_time@Base 4.1.0
+ doc_file_url@Base 4.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_char@Base 4.1.0
+ format_fractional_part_nsecs@Base 4.1.1
+ format_nstime_as_iso8601@Base 4.1.1
+ format_size_wmem@Base 3.5.0
+ format_text@Base 4.1.0
+ format_text_chr@Base 4.1.0
+ format_text_string@Base 4.1.0
+ format_text_wsp@Base 4.1.0
+ free_features@Base 3.7.0
+ free_filter_lists@Base 4.1.0
+ free_progdirs@Base 2.3.0
+ gather_pcre2_compile_info@Base 4.1.0
+ gather_pcre2_runtime_info@Base 4.1.0
+ gather_zlib_compile_info@Base 4.1.0
+ gather_zlib_runtime_info@Base 4.1.0
+ get_appname_and_version@Base 4.1.0
+ get_basename@Base 1.12.0~rc1
+ get_compiled_version_info@Base 4.1.0
+ get_configuration_namespace@Base 3.7.0
+ get_copyright_info@Base 4.1.0
+ get_cpu_info@Base 2.3.0
+ get_cur_groupname@Base 1.10.0
+ get_cur_username@Base 1.10.0
+ get_datafile_dir@Base 1.12.0~rc1
+ get_datafile_path@Base 1.12.0~rc1
+ get_dirname@Base 1.12.0~rc1
+ get_doc_dir@Base 4.1.0
+ get_docfile_path@Base 4.1.0
+ get_executable_path@Base 4.1.0
+ get_extcap_dir@Base 1.99.0
+ get_extcap_pers_dir@Base 4.1.0
+ get_filter_list_first@Base 4.1.0
+ get_friendly_program_name@Base 3.5.0
+ get_global_profiles_dir@Base 1.12.0~rc1
+ get_guint32@Base 4.1.0
+ get_license_info@Base 4.1.0
+ get_license_info_short@Base 4.1.0
+ get_natural_int@Base 4.1.0
+ get_nonzero_guint32@Base 4.1.0
+ 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_positive_double@Base 4.1.0
+ get_positive_int@Base 4.1.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_runtime_version_info@Base 4.1.0
+ get_systemfile_dir@Base 1.12.0~rc1
+ get_ws_vcs_version_info@Base 4.1.0
+ get_ws_vcs_version_info_short@Base 4.1.0
+ get_ws_version_number@Base 4.1.0
+ 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_dump_buffer@Base 4.1.0
+ 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_report_message@Base 2.3.0
+ int64_to_str_back@Base 3.5.1
+ 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
+ is_packet_configuration_namespace@Base 3.7.2
+ 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_hash@Base 4.1.0
+ 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_iso8601@Base 4.1.0
+ nstime_to_msec@Base 1.12.0~rc1
+ nstime_to_sec@Base 1.12.0~rc1
+ nstime_to_unix@Base 4.1.0
+ 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
+ plugins_init@Base 2.5.0
+ plugins_supported@Base 4.1.0
+ 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
+ read_filter_list@Base 4.1.0
+ register_codec@Base 3.1.0
+ relinquish_special_privs_perm@Base 1.10.0
+ remove_from_filter_list@Base 4.1.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_decrypt_inplace@Base 2.5.0
+ rsa_load_pem_key@Base 2.5.0
+ rsa_load_pkcs12@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
+ save_filter_list@Base 4.1.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
+ show_help_header@Base 4.1.0
+ show_version@Base 4.1.0
+ sober128_add_entropy@Base 1.99.0
+ sober128_read@Base 1.99.0
+ sober128_start@Base 1.99.0
+ sort_features@Base 3.7.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
+ 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
+ vcmdarg_err@Base 4.1.0
+ with_feature@Base 3.7.0
+ without_feature@Base 3.7.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_finalize@Base 4.1.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_compare_int@Base 3.7.0
+ wmem_compare_uint@Base 3.7.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_foreach_remove@Base 4.1.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_multimap_count@Base 3.7.0
+ wmem_multimap_get_keys@Base 3.7.0
+ wmem_multimap_insert32@Base 3.7.0
+ wmem_multimap_lookup32@Base 3.7.0
+ wmem_multimap_lookup32_le@Base 3.7.0
+ wmem_multimap_new@Base 3.7.0
+ wmem_multimap_new_autoreset@Base 3.7.0
+ wmem_multimap_remove32@Base 3.7.0
+ wmem_multimap_size@Base 3.7.0
+ wmem_print_tree@Base 3.7.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_c_count@Base 4.1.0
+ wmem_strbuf_append_hex@Base 4.1.0
+ wmem_strbuf_append_hex_unichar@Base 4.1.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_unichar_validated@Base 4.1.0
+ wmem_strbuf_append_vprintf@Base 3.5.0
+ wmem_strbuf_destroy@Base 3.5.0
+ wmem_strbuf_dup@Base 4.0.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_new_len@Base 4.0.0
+ wmem_strbuf_new_sized@Base 4.1.0
+ wmem_strbuf_strcmp@Base 4.0.0
+ wmem_strbuf_strstr@Base 4.0.0
+ wmem_strbuf_truncate@Base 3.5.0
+ wmem_strbuf_utf8_make_valid@Base 4.1.0
+ wmem_strbuf_utf8_validate@Base 4.1.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_contains32@Base 4.1.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_remove32@Base 3.5.0
+ wmem_tree_remove_string@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_strcasestr@Base 4.2.0~rc3
+ ws_ascii_strnatcasecmp@Base 1.99.1
+ ws_ascii_strnatcmp@Base 1.99.1
+ 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_cleanup@Base 2.3.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_clock_get_realtime@Base 3.7.0
+ ws_cmac_buffer@Base 3.1.0
+ ws_enums_bsearch@Base 4.1.0
+ ws_escape_null@Base 4.0.0
+ ws_escape_string@Base 3.7.0
+ ws_escape_string_len@Base 4.0.0
+ ws_getopt@Base 3.5.1
+ ws_getopt_long@Base 3.5.1
+ ws_getopt_long_only@Base 3.5.1
+ ws_gmtime_r@Base 4.1.1
+ 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_init_version_info@Base 4.1.0
+ ws_localtime_r@Base 4.1.1
+ 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_console_open@Base 4.1.0
+ ws_log_console_writer@Base 3.7.0
+ ws_log_console_writer_set_use_stdout@Base 3.7.0
+ ws_log_fatal_full@Base 3.7.0
+ ws_log_file_writer@Base 3.7.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_fatal_domain_filter@Base 4.1.0
+ ws_log_set_fatal_level@Base 4.1.0
+ ws_log_set_fatal_level_str@Base 4.1.0
+ ws_log_set_level@Base 3.5.0
+ ws_log_set_level_str@Base 3.5.0
+ ws_log_set_noisy_filter@Base 3.5.0
+ ws_log_set_writer@Base 3.7.0
+ ws_log_set_writer_with_data@Base 3.7.0
+ ws_log_utf8_full@Base 4.1.0
+ ws_log_write_always_full@Base 3.5.0
+ ws_logv@Base 3.5.0
+ ws_logv_full@Base 3.5.0
+ ws_memmem@Base 3.7.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_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_regex_compile@Base 3.7.0
+ ws_regex_compile_ex@Base 3.7.0
+ ws_regex_free@Base 3.7.0
+ ws_regex_matches@Base 3.7.0
+ ws_regex_matches_length@Base 3.7.0
+ ws_regex_matches_pos@Base 3.7.2
+ ws_regex_pattern@Base 3.7.0
+ ws_socket_ptoa@Base 3.1.1
+ ws_strdup_underline@Base 3.7.0
+ ws_strerrorname_r@Base 3.7.0
+ ws_strptime@Base 3.7.0
+ ws_strptime_p@Base 4.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_tzset@Base 4.1.1rc0
+ ws_utf8_make_valid@Base 4.1.0
+ ws_utf8_make_valid_strbuf@Base 4.1.0
+ ws_utf8_seqlen@Base 4.1.0
+ ws_utf8_truncate@Base 4.1.0
+ ws_vadd_crash_info@Base 2.5.2
+ ws_xton@Base 1.12.0~rc1
+* Build-Depends-Package: libwsutil-dev
diff --git a/debian/license-text-about-dialog b/debian/license-text-about-dialog
new file mode 100644
index 0000000..7a94638
--- /dev/null
+++ b/debian/license-text-about-dialog
@@ -0,0 +1,16 @@
+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
new file mode 100644
index 0000000..a900085
--- /dev/null
+++ b/debian/maxmind_db_paths
@@ -0,0 +1,2 @@
+"/usr/share/GeoIP"
+"/var/lib/GeoIP"
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..4fb31fa
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1,2 @@
+# This is a tool for Windows
+usr/share/man/man1/etwdump.1
diff --git a/debian/patches/0004-Use-packaged-JS-and-CSS-resources-instead-of-pulling.patch b/debian/patches/0004-Use-packaged-JS-and-CSS-resources-instead-of-pulling.patch
new file mode 100644
index 0000000..e8d4e45
--- /dev/null
+++ b/debian/patches/0004-Use-packaged-JS-and-CSS-resources-instead-of-pulling.patch
@@ -0,0 +1,63 @@
+From: Uli Heilmeier <uh@heilmeier.eu>
+Date: Wed, 6 Dec 2023 10:36:55 +0100
+Subject: Use packaged JS and CSS resources instead of downloading them
+ https://gitlab.com/wireshark/wireshark/-/issues/19013#note_1682959548
+
+---
+ ipmap.html | 20 +++++---------------
+ 1 file changed, 5 insertions(+), 15 deletions(-)
+
+--- a/resources/share/wireshark/ipmap.html
++++ b/resources/share/wireshark/ipmap.html
+@@ -2,15 +2,9 @@
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
+ <title>Wireshark: IP Location Map</title>
+-<link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"
+- integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
+- crossorigin="">
+-<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.Default.css"
+- integrity="sha512-BBToHPBStgMiw0lD4AtkRIZmdndhB6aQbXpX7omcrXeG2PauGBl2lzq2xUZTxaLxYz5IDHlmneCZ1IJ+P3kYtQ=="
+- crossorigin="">
+-<link rel="stylesheet" href="https://unpkg.com/leaflet.markercluster@1.4.1/dist/MarkerCluster.css"
+- integrity="sha512-RLEjtaFGdC4iQMJDbMzim/dOvAu+8Qp9sw7QE4wIMYcg2goVoivzwgSZq9CsIxp4xKAZPKh5J2f2lOko2Ze6FQ=="
+- crossorigin="">
++<link rel="stylesheet" href="file:///usr/share/javascript/leaflet/leaflet.css">
++<link rel="stylesheet" href="file:///usr/share/javascript/leaflet/MarkerCluster.Default.css">
++<link rel="stylesheet" href="file:///usr/share/javascript/leaflet/MarkerCluster.css">
+ <!--
+ <link rel="stylesheet" href="https://unpkg.com/leaflet-measure@3.1.0/dist/leaflet-measure.css"
+ integrity="sha512-wgiKVjb46JxgnGNL6xagIy2+vpqLQmmHH7fWD/BnPzouddSmbRTf6xatWIRbH2Rgr2F+tLtCZKbxnhm5Xz0BcA=="
+@@ -43,12 +37,14 @@
+ .range-control-input { padding: 0; width: 130px; }
+ .range-control-input, .range-control-label { vertical-align: middle; }
+ </style>
+-<script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"
+- integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
+- crossorigin=""></script>
+-<script src="https://unpkg.com/leaflet.markercluster@1.4.1/dist/leaflet.markercluster.js"
+- integrity="sha512-MQlyPV+ol2lp4KodaU/Xmrn+txc1TP15pOBF/2Sfre7MRsA/pB4Vy58bEqe9u7a7DczMLtU5wT8n7OblJepKbg=="
+- crossorigin=""></script>
++<script>
++var failedLoad=false;
++function loadError() {
++ failedLoad = true;
++ }
++</script>
++<script src="file:///usr/share/javascript/leaflet/leaflet.js" onerror=loadError()></script>
++<script src="file:///usr/share/javascript/leaflet/leaflet.markercluster.js" onerror=loadError()></script>
+ <!--
+ <script src="https://unpkg.com/leaflet-measure@3.1.0/dist/leaflet-measure.js"
+ integrity="sha512-ovh6EqS7MUI3QjLWBM7CY8Gu8cSM5x6vQofUMwKGbHVDPSAS2lmNv6Wq5es5WCz1muyojQxcc8rA3CvVjD2Z+A=="
+@@ -372,6 +368,11 @@
+ <input type="file" id="file-picker" accept=".json,.html"></label>
+ <p id="error-message"></p>
+ </div>
++<script>
++ if (failedLoad) {
++ showError("Failed to load leaflet. Please install packages libjs-leaflet and libjs-leaflet.markercluster.");
++ }
++</script>
+ <div id="map"></div>
+ <!--
+ Wireshark will append a script tag (id="ipmap-data" type="application/json")
diff --git a/debian/patches/09_idl2wrs.patch b/debian/patches/09_idl2wrs.patch
new file mode 100644
index 0000000..5837803
--- /dev/null
+++ b/debian/patches/09_idl2wrs.patch
@@ -0,0 +1,55 @@
+From: Frederic Peters <fpeters@debian.org>
+Date: Sun, 22 Dec 2019 00:18:56 +0100
+Subject: Do not try to locate wireshark_be.py and wireshark_gen.py in
+
+non-standard places.
+---
+ tools/idl2wrs | 33 ---------------------------------
+ 1 file changed, 33 deletions(-)
+
+diff --git a/tools/idl2wrs b/tools/idl2wrs
+index 7a51f4b..134a256 100755
+--- a/tools/idl2wrs
++++ b/tools/idl2wrs
+@@ -65,41 +65,8 @@ if [ $count -gt 1 ] ; then
+ 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/series b/debian/patches/series
new file mode 100644
index 0000000..162876e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+09_idl2wrs.patch
+0004-Use-packaged-JS-and-CSS-resources-instead-of-pulling.patch
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..cef83a3
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
new file mode 100644
index 0000000..088e32c
--- /dev/null
+++ b/debian/po/cs.po
@@ -0,0 +1,148 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+# Martin Sin <martin.sin@zshk.cz>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.1-3\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-06-20 17:12+0200\n"
+"Last-Translator: Martin Sin <martin.sin@zshk.cz>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Mohou obyčejní uživatelé zachytávat pakety?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed 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 ""
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "M?? se dumpcap nainstalovat s ???setuid root????"
diff --git a/debian/po/da.po b/debian/po/da.po
new file mode 100644
index 0000000..19ddaad
--- /dev/null
+++ b/debian/po/da.po
@@ -0,0 +1,161 @@
+# Danish translation wireshark.
+# Copyright (C) 2019 wireshark & nedenstående oversættere.
+# This file is distributed under the same license as the wireshark package.
+# Joe Hansen <joedalton2@yahoo.dk>, 2010, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2019-02-23 23:51+0200\n"
+"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
+"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Skal brugere, der ikke er superbrugere, kunne fange pakker?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap kan installeres på en måde som tillader medlemmer af systemgruppen "
+"»wireshark« at fange pakker. Dette anbefales frem for alternativet med at "
+"køre Wireshark/Tshark direkte som rod (root), da mindre af koden vil køre "
+"med ophøjede privilegier."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"For mere detaljerede information se venligst /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Aktivering af denne funktion kan udgøre en sikkerhedsrisiko, så som standard "
+"er den deaktiveret. Hvis du er i tvivl, anbefales det at lade den være "
+"deaktiveret."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Oprettelse af wiresharks systemgruppe mislykkedes"
+
+#. 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 ""
+"Wiresharkgruppen findes ikke og oprettelse af den mislykkedes, så Wireshark "
+"kan ikke konfigureres til at fange trafik som en upriviligeret bruger."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+"Opret venligst wiresharksystemgruppen og prøv at konfigurere wireshark-"
+"common igen."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "Wiresharkgruppen er en 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 ""
+"Wiresharkgruppen findes som en brugergruppe, men den foretrukne konfiguration "
+"er, at den oprettes som en systemgruppe."
+
+#. 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 ""
+"Det medfører at fjernelse af wireshark-common ikke vil fjerne "
+"wiresharkgruppen, men alt andet bør fungere korrekt."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Angivelse af funktioner for dumpcap mislykkedes"
+
+#. 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 ""
+"Forsøget på at bruge Linux-funktioner til at tildele "
+"pakkeregistreringsprivileger til dumpcaps binære fil mislykkedes. I stedet "
+"er bitten set-user-id angivet."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Fjernelse af wiresharkgruppen mislykkedes"
+
+#. 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 pakken wireshark-common er konfigureret til at tillade non-superusers "
+"at registrere pakker, så opretter postinst-skriptet for wireshark-common "
+"wiresharkgruppen som en systemgruppe."
+
+#. 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 ""
+"På dette system er wiresharkgruppen dog en brugergruppe i stedet for at være "
+"en systemgruppe, så fjernelse af wireshark-common fjernede ikke denne."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr "Hvis gruppen ikke længere skal bruges, så fjern den manuelt."
diff --git a/debian/po/de.po b/debian/po/de.po
new file mode 100644
index 0000000..5f56c7f
--- /dev/null
+++ b/debian/po/de.po
@@ -0,0 +1,167 @@
+# Translation of wireshark debconf templates to German
+# Copyright (C) Helge Kreutzmann <debian@helgefjell.de>, 2009, 2010, 2017, 2019.
+# This file is distributed under the same license as the wireshark package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 3.0.4-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2019-09-13 00:04+0200\n"
+"PO-Revision-Date: 2019-09-20 21:49+0200\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"Sollen außer dem Superuser noch andere Benutzer Pakete mitschreiben können?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap kann so installiert werden, dass Mitglieder der Systemgruppe "
+"»wireshark« Pakete mitschreiben können. Dies wird gegenüber der Methode, "
+"Wireshark/Tshark direkt als Root zu betreiben, empfohlen, da so weniger Code "
+"mit erhöhten Rechten läuft."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian.gz once the package is installed."
+msgstr ""
+"Detailliertere Informationen finden Sie in /usr/share/doc/wireshark-common/"
+"README.Debian, sobald das Paket installiert ist."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Die Aktivierung dieser Funktionalität kann ein Sicherheitsrisiko darstellen, "
+"daher ist sie standardmäßig deaktiviert. Im Zweifelsfall wird empfohlen, sie "
+"deaktiviert zu lassen."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Erstellen der Systemgruppe wireshark 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 Gruppe wireshark existiert nicht und das Erstellen schlug fehl. Daher "
+"kann Wireshark nicht konfiguriert werden, um Datenverkehr als "
+"unprivilegierter Benutzer mitzuschreiben."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+"Bitte erstellen Sie die Systemgruppe wireshark und versuchen Sie dann "
+"erneut, wireshark-common zu konfigurieren."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "Die Gruppe wireshark 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 Gruppe wireshark existiert als Benutzergruppe, aber die bevorzugte "
+"Konfiguration besteht darin, dass sie 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 ""
+"Daher wird das endgültige Löschen von wireshark-common die Gruppe wireshark "
+"nicht entfernen, aber alles andere sollte korrekt funktionieren."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Setzen der Capabilities 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, Linux-Capabilities zu verwenden, um dem Programm Dumpcap "
+"Paketaufzeichnungsprivilegien zu erteilen, ist fehlgeschlagen. Stattdessen "
+"wurde das Bit set-user-id gesetzt."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Entfernen der Gruppe wireshark 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 ""
+"Wird das Paket wireshark-common konfiguriert, um nicht-Root-Benutzern zu "
+"erlauben, Pakete mitzuschreiben, dann erstellt das Skript postinst von "
+"wireshark-common die Gruppe wireshark als Systemgruppe."
+
+#. 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 Gruppe wireshark allerdings eine Benutzer- statt "
+"eine Systemgruppe, daher hat das endgültige Löschen von wireshark-common "
+"diese nicht entfernt."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
+"Falls die Gruppe nicht mehr benötigt wird, entfernen Sie sie bitte manuell."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "Soll Dumpcap »setuid-root« installiert werden?"
diff --git a/debian/po/es.po b/debian/po/es.po
new file mode 100644
index 0000000..d3f3efa
--- /dev/null
+++ b/debian/po/es.po
@@ -0,0 +1,174 @@
+# wireshark po-debconf translation to Spanish
+# Copyright (C) 2009, 2010 Software in the Public Interest
+# This file is distributed under the same license as the wireshark package.
+#
+# Changes:
+# - Initial translation
+# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009
+#
+# - Updates
+# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2010
+#
+# Traductores, si no conocen el formato PO, merece la pena leer la
+# documentación de gettext, especialmente las secciones dedicadas a este
+# formato, por ejemplo ejecutando:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+# Equipo de traducción al español, por favor, lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducción de Debian al español
+# http://www.debian.org/intl/spanish/
+# especialmente las notas de traducción en
+# http://www.debian.org/intl/spanish/notas
+#
+# - La guía de traducción de po's de debconf:
+# /usr/share/doc/po-debconf/README-trans
+# o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.9-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-06-20 20:37+0100\n"
+"Last-Translator: Francisco Javier Cuadrado <fcocuadrado@gmail.com>\n"
+"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"¿Los usuarios sin privilegios de administración deberían poder capturar "
+"paquetes?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed 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 ""
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "¿Se debe instalar dumpcap con el bit «setuid root» activo?"
diff --git a/debian/po/eu.po b/debian/po/eu.po
new file mode 100644
index 0000000..7f96f60
--- /dev/null
+++ b/debian/po/eu.po
@@ -0,0 +1,148 @@
+# translation of wireshark_1.2.10-2_eu.po to Basque
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Piarres Beobide <pi@beobide.net>, 2009.
+# Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark_1.2.10-2_eu\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-09-03 10:53+0200\n"
+"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
+"Language-Team: Basque <debian-l10n-basque@lists.debian.org>\n"
+"Language: eu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Supererabiltzailea ez direnak paketeak kapturatzeko gai izan daitezke?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed 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
new file mode 100644
index 0000000..41ff2c8
--- /dev/null
+++ b/debian/po/fi.po
@@ -0,0 +1,155 @@
+# Copyright (C) 2009
+# This file is distributed under the same license as the wireshark package.
+#
+# Esko Arajärvi <edu@iki.fi>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2009-10-04 22:49+0300\n"
+"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
+"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#, fuzzy
+#| msgid ""
+#| "Dumpcap can be installed with the set-user-id bit set, so members of the "
+#| "\"wireshark\" system group will have the privileges required to use it. "
+#| "This way of capturing packets using Wireshark/Tshark is recommended over "
+#| "the alternative of running them directly as superuser, because less of "
+#| "the code will run with elevated privileges."
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap voidaan asentaa ajettavaksi pääkäyttäjäoikeuksilla siten, että "
+"ryhmän \"wireshark\" jäsenillä on tarvittavat oikeudet sen käyttämiseen. On "
+"suositeltavaa käyttää tätä tapaa pakettien kaappaamiseen Wiresharkilla tai "
+"Tsharkilla, sen sijaan että niitä ajettaisiin suoraan pääkäyttäjänä, koska "
+"pienempi osa koodista ajetaan tällöin pääkäyttäjäoikeuksilla."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Tämän ominaisuuden käyttöönotto saattaa olla tietoturvariski ja tästä syystä "
+"se on oletuksena poissa käytöstä. Jos olet epävarma, on suositeltavaa jättää "
+"se pois käytöstä."
+
+#. 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 ""
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "Tulisiko dumpcap asentaa asetuksella ”setuid root”?"
diff --git a/debian/po/fr.po b/debian/po/fr.po
new file mode 100644
index 0000000..26664ad
--- /dev/null
+++ b/debian/po/fr.po
@@ -0,0 +1,171 @@
+# Translation of wireshark debconf templates to French
+# Copyright (C) 2009, 2018 Debian French l10n team <debian-l10n-french@lists.debian.org>
+# This file is distributed under the same license as the wireshark package.
+#
+# Translators:
+# Simon Paillard <spaillard@debian.org>, 2009
+# Jean-Philippe MENGUAL <mengualjeanphi@free.fr>, 2018
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2018-11-25 01:44+0100\n"
+"Last-Translator: Jean-Philippe MENGUAL <mengualjeanphi@free.fr>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"Faut-il 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'informations, veuillez consulter /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Cette fonctionnalité constitue un risque pour la sécurité, c'est pourquoi "
+"elle est désactivée par défaut. En cas de doute, il est suggéré de la "
+"laisser désactivée."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Échec de la création du groupe système 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 ""
+"Le groupe wireshark n'existe pas et sa création a échoué, Wireshark ne peut "
+"donc pas être configuré pour capturer le trafic en tant qu'utilisateur non "
+"privilégié."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+"Veuillez créer le groupe système wireshark et réessayer de configurer "
+"wireshark-common."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "Le groupe wireshark est un groupe système."
+
+#. 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 ""
+"Le groupe wireshark existe en tant que groupe utilisateur, mais il vaut "
+"mieux le configurer en tant que groupe système."
+
+#. 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 ""
+"En conséquence, purger wireshark-common ne supprimera pas le groupe "
+"wireshark, mais tout le reste se déroulera normalement."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Échec du paramétrage des fonctionnalités pour 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 ""
+"Échec de la tentative d'utiliser les fonctions Linux pour accorder au "
+"binaire dumpcap le droit de capturer des paquets. Le bit set-user-id lui a "
+"donc été assigné."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Échec de la suppression du groupe 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 ""
+"Quand le paquet wireshark-common est configuré pour autoriser les "
+"utilisateurs non privilégiés à capturer des paquets, le script postinst de "
+"wireshark-common crée le groupe wireshark en tant que groupe système."
+
+#. 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 ""
+"Cependant, sur ce système, le groupe wireshark est un groupe utilisateur et "
+"non système ; la purge de wireshark-common ne l'a pas supprimé."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
+"Si le groupe n'est plus nécessaire, veuillez le supprimer manuellement."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "Installer dumpcap avec le bit « setuid root » ?"
diff --git a/debian/po/hu.po b/debian/po/hu.po
new file mode 100644
index 0000000..2a1d0d1
--- /dev/null
+++ b/debian/po/hu.po
@@ -0,0 +1,149 @@
+# Translation of wireshark debconf templates to Hungarian
+# Copyright (C) 2011 Balint Reczey <balint@balintreczey.hu>
+# This file is distributed under the same license as the wireshark package.
+#
+# Translators:
+# Balint Reczey <balint@balintreczey.hu>, 2011
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2011-05-09 13:31+0200\n"
+"Last-Translator: Balint Reczey <balint@balintreczey.hu>\n"
+"Language-Team: Hungarian <debian-l10n-hungarian@lists.debian.org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"A rendszergazdán kívül más felhasználók is képesek legyenek lehallgatni "
+"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
new file mode 100644
index 0000000..e107677
--- /dev/null
+++ b/debian/po/id.po
@@ -0,0 +1,147 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.6.4-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2012-01-02 02:28+0700\n"
+"Last-Translator: Mahyuddin Susanto <udienz@ubuntu.com>\n"
+"Language-Team: Debian Indonesia Translator <debian-l10n-indonesian@lists."
+"debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Indonesian\n"
+"X-Poedit-Country: INDONESIA\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Bolehkan pengguna non-superuser untuk menangkap paket?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap dapat dipasang dengan cara memperbolehkan anggota dari grup system "
+"\"wireshark\" untuk menangkap paket. Hal ini dianjurkan sebagai alternatif "
+"untuk menjalankan Wireshark/Tshark sebagai root, karena sedikit kode yang "
+"berjalan dengan hak tertinggi"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Untuk informasi lebih lanjut silakan lihat /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Mengaktifkan fitur ini akan menyebabkan resiko keamanan, jadi secara bawaan "
+"akan di non-aktifkan. Jika ragu, disarankan untuk dibiarkan dinonaktifkan"
+
+#. 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
new file mode 100644
index 0000000..c943997
--- /dev/null
+++ b/debian/po/it.po
@@ -0,0 +1,145 @@
+# Italian translation of wireshark.
+# COPYRIGHT (C) 2009 THE WIRESHARK'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+# Luca Monducci <luca.mo@tiscali.it>, 2009-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark italian debconf templates\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-06-26 16:26+0200\n"
+"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Permettere ai non-superuser di catturare i pacchetti?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap può essere installato in modo da permettere agli utenti appartenenti "
+"al gruppo di sistema \"wireshark\" di catturare i pacchetti. Questa modalità "
+"d'uso di Wireshark/Tshark è raccomandata rispetto all'esecuzione diretta da "
+"root perché viene eseguito con privilegi elevati meno codice."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Per informazioni più dettagliate si consulti /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"L'attivazione di questa funzionalità potrebbe essere rischiosa per la "
+"sicurezza e quindi normalmente non è attiva. Nel dubbio, si suggerisce di "
+"lasciarla disattivata."
+
+#. 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/ja.po b/debian/po/ja.po
new file mode 100644
index 0000000..718fd35
--- /dev/null
+++ b/debian/po/ja.po
@@ -0,0 +1,145 @@
+# Japanese translation of wireshark debconf templates.
+# Copyright (C) 2009-2010 Hideki Yamane <henrich@debian.org>
+# This file is distributed under the same license as the wireshark package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.1-3\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-07-25 14:19+0900\n"
+"Last-Translator: Hideki Yamane <henrich@debian.org>\n"
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"非特権ユーザ (root 以外のユーザ) がパケットをキャプチャできるようにしますか?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"「wireshark」システムグループのメンバーがパケットをキャプチャできる設定で "
+"dumpcap をインストールすることができます。直接 root ユーザとして動かす別の方"
+"法と比較すると、この方が高くなった権限上で動作するコードが少なくなるのでお勧"
+"めです。"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"より詳細な情報については /usr/share/doc/wireshark-common/README.Debian を参照"
+"してください。"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"この機能を有効にするのはセキュリティ上のリスクになる可能性があるので、デフォ"
+"ルトでは無効にされています。分からない場合は無効のままにしておくことをお勧め"
+"します。"
+
+#. 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
new file mode 100644
index 0000000..6b63295
--- /dev/null
+++ b/debian/po/ko.po
@@ -0,0 +1,145 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: OSCTP\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2011-06-11 12:29+0900\n"
+"Last-Translator: si-cheol KO <kosicheol@gmail.com>\n"
+"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Korean\n"
+"X-Poedit-Country: KOREA, REPUBLIC OF\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "일반사용자가 패킷을 캡처 할 수 있도록 하시겠습니까?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"root로 직접 Wireshark/Tshark를 실행시키는 것의 대안으로 좀 더 적은 권한으로 "
+"패킷캡처를 하기위해 \"wireshark\" 시스템 그룹의 일원인 Dumpcap이 설치될 수 있"
+"습니다."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"세부정보는 /usr/share/doc/wireshark-common/README.Debian파일을 참조하세요."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"활성화 하는 것은 보안상 위험할 수 있기 때문에 기본적으로 비활성화 되어 있습니"
+"다. 비활성화로 두는 것을 추천합니다."
+
+#. 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/nl.po b/debian/po/nl.po
new file mode 100644
index 0000000..6772c4b
--- /dev/null
+++ b/debian/po/nl.po
@@ -0,0 +1,174 @@
+# Dutch translation of wireshark debconf templates.
+# Copyright (C) 2011 Jeroen Schot <schot@a-eskwadraat.nl>
+# This file is distributed under the same license as the wireshark package.
+#
+# Translators:
+# Jeroen Schot <schot@a-eskwadraat.nl>, 2011.
+# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2017, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark_2.4.1-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2019-09-13 00:04+0200\n"
+"PO-Revision-Date: 2019-10-30 18:00+0100\n"
+"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
+"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 2.91.7\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"Moet het voor niet-systeembeheerders 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 rechtstreeks uitvoeren van Wireshark/Tshark als systeembeheerder, "
+"omdat op deze manier minder code wordt uitgevoerd met verhoogde privileges."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+#| msgid ""
+#| "For more detailed information please see /usr/share/doc/wireshark-common/"
+#| "README.Debian."
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian.gz once the package is installed."
+msgstr ""
+"Uitgebreide informatie hierover is te vinden in /usr/share/doc/wireshark-"
+"common/README.Debian.gz na de installatie van het pakket."
+
+#. 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 kan een beveiligingsrisico inhouden "
+"en daarom staat dit niet standaard aan. Bij twijfel is het aangeraden om dit "
+"niet te activeren."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Het aanmaken van de systeemgroep wireshark mislukte"
+
+#. 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 ""
+"De groep wireshark bestaat niet en het aanmaken ervan mislukte. Daarom kan "
+"Wireshark niet ingesteld worden om als niet-bevoorrechte gebruiker trafiek "
+"te onderscheppen,"
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+"Maak de systeemgroep wireshark aan en probeer wireshark-common nogmaals te "
+"configureren."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "De groep wireshark is een systeemgroep"
+
+#. 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 ""
+"De groep wireshark bestaat als gebruikersgroep, maar bij voorkeur wordt de "
+"configuratie zo uitgevoerd dat hij als systeemgroep aangemaakt wordt."
+
+#. 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 ""
+"Het gevolg is dat bij het wissen van wireshark-common de groep wireshark "
+"niet verwijderd zal worden, maar voor het overige zou alles normaal moeten "
+"werken."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Het instellen van \"capabilities\" voor dumpcap mislukte"
+
+#. 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 ""
+"De poging om via \"Linux capabilities\" aan het programma dumpcap rechten "
+"toe te kennen om pakketten te onderscheppen mislukte. In plaats daarvan werd "
+"het \"set-user-id bit\" ervan ingesteld."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Het verwijderen van de groep wireshark is mislukt"
+
+#. 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 ""
+"Als het pakket wireshark-common geconfigureerd wordt om niet-"
+"systeembeheerders pakketten te laten onderscheppen, maakt het postinst-"
+"script van wireshark-common de groep wireshark aan als een systeemgroep."
+
+#. 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 ""
+"Echter, op dit systeem is de groep wireshark een gebruikersgroep in plaats "
+"van een systeemgroep. Daarom heeft het wissen van wireshark-common die niet "
+"verwijderd."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr "Als de groep niet langer nodig is, verwijder hem dan handmatig."
diff --git a/debian/po/pt.po b/debian/po/pt.po
new file mode 100644
index 0000000..279a8b9
--- /dev/null
+++ b/debian/po/pt.po
@@ -0,0 +1,166 @@
+# Portuguese wireshark debconf translation
+# Copyright (C) 2009, the wireshark authors
+# This file is distributed under the same license as the wireshark package.
+# 2010,2017 Pedro Ribeiro <p.m42.ribeiro@gmail.com>.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 2.4.1-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2017-09-06 21:26+0100\n"
+"Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"
+"Language-Team: Portuguese <traduz@debianpt.org>\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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 "A criação do grupo de sistema \"wireshark\" falhou"
+
+#. 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 ""
+"O grupo de sistema \"wireshark\" não existe e a sua criação falhou, portanto "
+"o Wireshark não pode ser configurado para capturar tráfego como utilizador "
+"não privilegiado."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+"Por favor, crie o grupo de sistema \"wireshark\" e tente configurar "
+"novamente o wireshark-common."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "O grupo \"wireshark\" é um grupo de 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 ""
+"O grupo \"wireshark\" existe como grupo de utilizadores, mas a configuração "
+"preferida é tê-lo como grupo de 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 ""
+"O resultado é que a purga do wireshark-common não irá remover o grupo "
+"\"wireshark\", mas tudo o resto deverá funcionar correctamente."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "A definição de capacidades para o dumpcap falhou"
+
+#. 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 ""
+"A tentativa de usar as capacidades Linux para atribuir privilégios de "
+"captura de pacotes ao dumpcap falhou. Em vez disso, definiu-se o bit \"set-"
+"user-id\"."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "A remoção do grupo \"wireshark\" falhou"
+
+#. 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 o pacote wireshark-common está configurado para permitir a captura de "
+"pacotes por utilizadores não privilegiados o script postinst do wireshark-"
+"common cria o grupo \"wireshark\" como grupo do 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 ""
+"No entanto, neste sistema, o grupo \"wireshark\" é um grupo de utilizador e "
+"não do sistema, portanto a purga do wireshark-common não o removeu."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr "Se o grupo já não é necessário, remova-o manualmente, por favor."
+
+#~ msgid "Should dumpcap be installed \"setuid root\"?"
+#~ msgstr "O dumpcap deve ser instalado com \"setuid root\"?"
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
new file mode 100644
index 0000000..0947b98
--- /dev/null
+++ b/debian/po/pt_BR.po
@@ -0,0 +1,152 @@
+# wireshark Brazilian Portuguese translation.
+# Copyright (C) 2009 the wireshark's copyright holder
+# This file is distributed under the same license as the wireshark package.
+# Rafael Henrique da Silva Correia <rafaelhenriqu@gmail.com>, 2009.
+# Adriano Rafael Gomes <adrianorg@gmail.com>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.10-2\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-08-24 22:57-0300\n"
+"Last-Translator: Adriano Rafael Gomes <adrianorg@gmail.com>\n"
+"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
+"org>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"pt_BR utf-8\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Não-superusuários deverão ser capazes de capturar pacotes?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed 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 ""
+
+#~ msgid "Do you want dumpcap to be installed setuid root?"
+#~ msgstr ""
+#~ "Você quer que o comando \"dumpcap\" seja instalado com \"setuid\" root?"
diff --git a/debian/po/ro.po b/debian/po/ro.po
new file mode 100644
index 0000000..e5833e6
--- /dev/null
+++ b/debian/po/ro.po
@@ -0,0 +1,175 @@
+# Wireshark package's debconf template translation template
+# Mesajele în limba română pentru pachetul wireshark.
+# Romanian translation of wireshark.
+# Copyright © 2019 - 2023 Balint Reczey <balint.reczey@canonical.com>
+# This file is distributed under the same license as the wireshark package.
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023.
+#
+# Cronologia traducerii fișierului „wireshark”:
+# Traducerea inițială, făcută de R-GC, pentru versiunea wireshark 4.0.3-1(2019-09-13).
+# Actualizare a traducerii pentru versiunea Y, făcută de X, Y(anul).
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 4.0.3-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2019-09-13 00:04+0200\n"
+"PO-Revision-Date: 2023-03-27 10:23+0200\n"
+"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
+"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && "
+"n%100<=19) ? 1 : 2);\n"
+"X-Bugs: Report translation errors to the Language-Team address.\n"
+"X-Generator: Poedit 3.2.2\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr ""
+"Ar trebui să li se permită utilizatorilor fără privilegii să captureze pachete?"
+
+#. 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» poate fi instalat într-un mod care să permită membrilor grupului de "
+"sistem „wireshark” să captureze pachete. Acest lucru este recomandat față de "
+"alternativa de a rula Wireshark/Tshark direct ca root, deoarece mai puțin cod "
+"va rula cu privilegii ridicate."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/README."
+"Debian.gz once the package is installed."
+msgstr ""
+"Pentru informații mai detaliate, consultați „/usr/share/doc/wireshark-common/"
+"README.Debian.gz” odată ce pachetul este instalat."
+
+#. 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 ""
+"Activarea acestei funcții poate reprezenta un risc de securitate, deci este "
+"dezactivată în mod implicit. Dacă aveți îndoieli, se recomandă să o lăsați "
+"dezactivată."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "Crearea grupului de sistem „wireshark” a eșuat"
+
+#. 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 ""
+"Grupul „wireshark” nu există și crearea lui nu a reușit, așa că Wireshark nu "
+"poate fi configurat pentru a captura trafic ca utilizator neprivilegiat."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-common "
+"again."
+msgstr ""
+"Creați grupul de sistem „wireshark” și încercați din nou să configurați "
+"„wireshark-common”."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "Grupul „wireshark” este un grup de sistem"
+
+#. 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 ""
+"Grupul „wireshark” există ca grup de utilizatori, dar configurația preferată "
+"este ca acesta să fie creat ca grup de sistem."
+
+#. 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 ""
+"Ca rezultat, purjarea „wireshark-common” nu va elimina grupul „wireshark”, dar "
+"orice altceva ar trebui să funcționeze corect."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "Stabilirea capacităților pentru «dumpcap» nu a reușit"
+
+#. 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 ""
+"Încercarea de a folosi capacitățile Linux pentru a acorda privilegii de "
+"capturare a pachetelor, binarului «dumpcap» a eșuat. În schimb, i-a fost "
+"activat bitul set-user-id."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "Eliminarea grupului „wireshark” a eșuat"
+
+#. 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 ""
+"Când pachetul „wireshark-common” este configurat pentru a permite "
+"utilizatorilor fără privilegii să captureze pachete, scriptul postinst al "
+"„wireshark-common” creează grupul „wireshark” ca grup de sistem."
+
+#. 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 ""
+"Cu toate acestea, pe acest sistem, grupul „wireshark” este un grup de "
+"utilizatori în loc să fie un grup de sistem, așa că purjarea pachetului "
+"„wireshark-common” nu l-a eliminat."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr "Dacă grupul nu mai este necesar, eliminați-l manual."
diff --git a/debian/po/ru.po b/debian/po/ru.po
new file mode 100644
index 0000000..736fdf6
--- /dev/null
+++ b/debian/po/ru.po
@@ -0,0 +1,170 @@
+# translation of ru.po to Russian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+#
+# Gali Anikina <merilaga@yandex.ru>, 2018.
+# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2010, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 2.4.5-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2018-03-14 11:45+0300\n"
+"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 2.0\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<"
+"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Позволить не-суперпользователям захватывать пакеты?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed 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 с правами администратора, так как это позволяет "
+"выполнить почти весь код с меньшими правами."
+
+#. 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 был настроен таким образом, чтобы разрешить не-"
+"суперпользователям захватывать пакеты, послеустановочный сценарий создаёт "
+"группу 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
new file mode 100644
index 0000000..741c0fa
--- /dev/null
+++ b/debian/po/sk.po
@@ -0,0 +1,147 @@
+# Slovak translations for wireshark package
+# Slovenské preklady pre balík wireshark.
+# Copyright (C) 2011 THE wireshark'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the wireshark package.
+# Automatically generated, 2011.
+# Slavko <linux@slavino.sk>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.6.2-1\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2011-10-30 09:56+0100\n"
+"Last-Translator: Slavko <linux@slavino.sk>\n"
+"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Môžu bežní používatelia zachytávať pakety?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed in a way that allows members of the \"wireshark\" "
+"system group to capture packets. This is recommended over the alternative of "
+"running Wireshark/Tshark directly as root, because less of the code will run "
+"with elevated privileges."
+msgstr ""
+"Dumpcap možno nainštalovať spôsobom, ktorý dovolí zachytávať pakety členom "
+"systémovej skupiny „wireshark”. Toto je odporúčané oproti alternatívnemu "
+"spúšťaniu Wireshark/Tshark priamo s právami root, pretože bude menej kódu "
+"bežať s neobmedzenými právami."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian."
+msgstr ""
+"Ďalšie, podrobnejšie informácie nájdete v /usr/share/doc/wireshark-common/"
+"README.Debian."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Enabling this feature may be a security risk, so it is disabled by default. "
+"If in doubt, it is suggested to leave it disabled."
+msgstr ""
+"Zapnutie tejto vlastnosti môže byť bezpečnostným rizikom, aj preto je "
+"predvolene vypnutá. Ak si nie ste istý, odporúčame ponechať ju vypnutú."
+
+#. 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
new file mode 100644
index 0000000..bf848a1
--- /dev/null
+++ b/debian/po/sv.po
@@ -0,0 +1,146 @@
+# translation of wireshark_sv.po to Swedish
+# Copyright (C) 2009
+# This file is distributed under the same license as the wireshark package.
+#
+# Martin Ågren <martin.agren@gmail.com>, 2009, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark_sv\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-06-20 17:19+0200\n"
+"Last-Translator: Martin Ågren <martin.agren@gmail.com>\n"
+"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Ska icke-superanvändare kunna fånga paket?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"Dumpcap can be installed 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 ""
+
+#. 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/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..7adb7af
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,138 @@
+# Wireshark package's debconf template translation template
+# Copyright (C) 2019 Balint Reczey <balint.reczey@canonical.com>
+# This file is distributed under the same license as the wireshark package.
+# SPDX-License-Identifier: GPL-2.0-or-later
+# 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: 2019-09-13 00:04+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"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.gz once the package is installed."
+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/tr.po b/debian/po/tr.po
new file mode 100644
index 0000000..a43b620
--- /dev/null
+++ b/debian/po/tr.po
@@ -0,0 +1,165 @@
+# Turkish debconf translation of wireshark package
+# This file is distributed under the same license as the wireshark package.
+# Mert Dirik <mertdirik@gmail.com>, 2014.
+# Atila KOÇ <koc@artielektronik.com.tr>, 2023.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2019-09-13 00:04+0200\n"
+"PO-Revision-Date: 2023-01-25 15:14+0300\n"
+"Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n"
+"Language-Team: Debian L10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.4.2\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Should non-superusers be able to capture packets?"
+msgstr "Yönetici olmayan kullanıcılar da paketleri yakalayabilsinler mi?"
+
+#. 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\" sistem grubundaki kullanıcıların paket yakalamalarına "
+"izin verecek şekilde kurulabilir. Wireshark/Tshark'ı root kullanıcısı olarak "
+"çalıştırmaktansa bu yolu seçmeniz önerilir, çünkü bu durumda kodun daha azı "
+"ayrıcalıklı yetkilerle çalışacaktır."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"For more detailed information please see /usr/share/doc/wireshark-common/"
+"README.Debian.gz once the package is installed."
+msgstr ""
+"Ayrıntılı bilgi için paket kurulumundan sonra /usr/share/doc/wireshark-"
+"common/README.Debian.gz dosyasına bakın."
+
+#. 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 ""
+"Bu özelliği devreye almak bir güvenlik riski oluşturabileceğinden, ön "
+"tanımlı olarak devre dışı bırakılmıştır. Kararsızsanız, bunu devre dışı "
+"bırakmanız önerilir."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid "Creating the wireshark system group failed"
+msgstr "wireshark sistem grubunun yaratılması başarısız oldu"
+
+#. 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 grubu bulunamadı ve yaratılması da başarısız oldu. Bu durumda "
+"Wireshark, ayrıcalıklı olmayan bir kullanıcı olacağından, trafiği "
+"yakalayacak şekilde yapılandırılamaz."
+
+#. Type: error
+#. Description
+#: ../templates:3001
+msgid ""
+"Please create the wireshark system group and try configuring wireshark-"
+"common again."
+msgstr ""
+"wireshark sistem grubunu oluşturun ve wireshark-common paketini "
+"yapılandırmayı yeniden deneyin."
+
+#. Type: error
+#. Description
+#: ../templates:4001
+msgid "The wireshark group is a system group"
+msgstr "wireshark grubu bir sistem grubudur"
+
+#. 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 grubu bir kullanıcı grubu olarak yaratılmış, fakat bir sistem "
+"grubu olarak yaratılması gerekirdi."
+
+#. 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 ""
+"Bunun sonucu olarak, wireshark-common paketinin temizlenerek kaldırılması "
+"wireshark grubunu kaldırmayacak fakat diğer tüm işleri tamamlayacaktır."
+
+#. Type: error
+#. Description
+#: ../templates:5001
+msgid "Setting capabilities for dumpcap failed"
+msgstr "dumpcap için gerekli yeteneklerin ayarlanması başarısız oldu"
+
+#. 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 ""
+"SUID biti bir olduğu halde, dumpcap programına paket yakalama ayrıcalıkları "
+"vermek için Linux yeteneklerini kullanma girişimi başarısız oldu."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "Removal of the wireshark group failed"
+msgstr "wireshark grubunun kaldırılması başarısız oldu"
+
+#. 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 paketi yönetici olmayan kullanıcıların paketleri "
+"yakalamasına izin verecek şekilde yapılandırıldığında, wireshark-common "
+"paketinin postinst betiği wireshark grubunu bir sistem grubu olarak yaratır."
+
+#. 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 ""
+"Oysaki, sisteminizdeki wireshark grubu bir sistem grubu yerine bir kullanıcı "
+"grubu olduğundan, wireshark-common paketinin temizlenerek kaldırılması grubu "
+"kaldırmadı."
+
+#. Type: error
+#. Description
+#: ../templates:6001
+msgid "If the group is no longer needed, please remove it manually."
+msgstr ""
+"Eğer bu grubu daha sonra farklı amaçlarla kullanmayacaksanız, elle kaldırın."
diff --git a/debian/po/vi.po b/debian/po/vi.po
new file mode 100644
index 0000000..97099ac
--- /dev/null
+++ b/debian/po/vi.po
@@ -0,0 +1,145 @@
+# Vietnamese translation for Wireshark.
+# Copyright © 2010 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2009-2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wireshark 1.2.10-2\n"
+"Report-Msgid-Bugs-To: wireshark@packages.debian.org\n"
+"POT-Creation-Date: 2017-08-07 00:07-0400\n"
+"PO-Revision-Date: 2010-09-29 22:11+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: LocFactoryEditor 1.8\n"
+
+#. 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
new file mode 100644
index 0000000..5640fc3
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,6 @@
+#! /bin/sh -e
+
+if test -e /usr/etc/manuf ; then rm /usr/etc/manuf ; fi
+
+#DEBHELPER#
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4226275
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,86 @@
+#!/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
+
+include /usr/share/dpkg/pkg-info.mk
+
+distrelease := $(shell lsb_release -cs)
+ifeq ($(distrelease),n/a)
+ distrelease := sid
+endif
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export docdir = /usr/share/doc/wireshark-doc
+%:
+ dh $@ --with python3 --buildsystem cmake
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DBUILD_xxx2deb=ON -DBUILD_corbaidl2wrs=ON -DBUILD_falcodump=ON \
+ -DVCSVERSION_OVERRIDE="Git v$(DEB_VERSION_UPSTREAM) packaged as $(DEB_VERSION)"
+
+override_dh_auto_build-arch:
+ # regenerate ASN.1 dissectors
+ # Ignore warnings from asn2wrs.py about duplicate field names.
+ PYTHONWARNINGS='ignore:The same:UserWarning::0' \
+ $(MAKE) -C $(CURDIR)/obj-* asn1
+ dh_auto_build -a
+
+override_dh_auto_build-indep:
+ # Ignore warnings from asn2wrs.py about duplicate field names.
+ PYTHONWARNINGS='ignore:The same:UserWarning::0' \
+ $(MAKE) -C $(CURDIR)/obj-* asn1
+ dh_auto_build -i
+ $(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
+
+override_dh_dwz:
+ # run dh_dwz only with debhelper (>= 12.6) to work around https://bugs.debian.org/939164
+ dpkg -l debhelper | awk '/debhelper/ {print $$3}' | xargs dpkg --compare-versions 12.6 gt || dh_dwz
+
+override_dh_auto_install-arch:
+ dh_auto_install -a
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp -C $(CURDIR)/obj-* install-headers
+ rm -f debian/*.shlibs
+ mkdir -p $(CURDIR)/debian/tmp/etc/wireshark/
+
+override_dh_auto_install-indep:
+ dh_auto_install -i
+ rm -rf $(CURDIR)/debian/tmp/usr/share/doc/wireshark/COPYING
+ cp debian/license-text-about-dialog $(CURDIR)/debian/tmp/usr/share/wireshark/ABOUT.GPL
+
+override_dh_install-arch:
+ dh_install -a
+ # 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 -Idebian/libwsutil-dev/usr/include/wireshark -o /dev/null
+
+override_dh_fixperms-arch:
+ dh_fixperms -a
+ 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
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ $(MAKE) -C obj-* test-programs
+ifneq (,$(filter armel armhf hppa mips mipsel s390x,$(DEB_HOST_ARCH)))
+ # reported as https://gitlab.com/wireshark/wireshark/-/issues/15945
+ -dh_auto_test
+else
+ dh_auto_test
+endif
+endif
+
+override_dh_clean:
+ dh_clean
+ # ignore #653916
+ @echo 'blhc: ignore-line-regexp: .*CMakeCXXCompilerABI.cpp .*'
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..0ccce10
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Seems to be false positive, see # 995498
+wireshark source: missing-build-dependency-for-dh-addon python3*
diff --git a/debian/templates b/debian/templates
new file mode 100644
index 0000000..5b920cc
--- /dev/null
+++ b/debian/templates
@@ -0,0 +1,62 @@
+# 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.gz once the package
+ is installed.
+ .
+ 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
new file mode 100644
index 0000000..370caad
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: tshark
+Depends: tshark
+
+Tests: gui
+Depends: wireshark, xvfb, xauth, at-spi2-core
diff --git a/debian/tests/frame-count.lua b/debian/tests/frame-count.lua
new file mode 100644
index 0000000..b41b4d2
--- /dev/null
+++ b/debian/tests/frame-count.lua
@@ -0,0 +1,17 @@
+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
new file mode 100755
index 0000000..38ad706
--- /dev/null
+++ b/debian/tests/gui
@@ -0,0 +1,9 @@
+#!/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
new file mode 100755
index 0000000..020574f
--- /dev/null
+++ b/debian/tests/tshark
@@ -0,0 +1,8 @@
+#!/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
new file mode 100644
index 0000000..e174728
--- /dev/null
+++ b/debian/tshark.docs
@@ -0,0 +1 @@
+debian/README.Debian
diff --git a/debian/tshark.install b/debian/tshark.install
new file mode 100644
index 0000000..9fe0330
--- /dev/null
+++ b/debian/tshark.install
@@ -0,0 +1 @@
+usr/bin/tshark
diff --git a/debian/tshark.lintian-overrides b/debian/tshark.lintian-overrides
new file mode 100644
index 0000000..eaf0d84
--- /dev/null
+++ b/debian/tshark.lintian-overrides
@@ -0,0 +1,2 @@
+# those long lines are examples which we can't break
+tshark: groff-message
diff --git a/debian/tshark.manpages b/debian/tshark.manpages
new file mode 100644
index 0000000..e75f70f
--- /dev/null
+++ b/debian/tshark.manpages
@@ -0,0 +1 @@
+usr/share/man/man1/tshark.1
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3feaa1c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+ https://gitlab.com/wireshark/wireshark/-/tags?sort=updated_desc .*?(\d\.[02468]\.[\d.]*)\.tar\.gz
diff --git a/debian/wireshark-common.config b/debian/wireshark-common.config
new file mode 100644
index 0000000..e81a176
--- /dev/null
+++ b/debian/wireshark-common.config
@@ -0,0 +1,10 @@
+#! /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
new file mode 100644
index 0000000..03d607a
--- /dev/null
+++ b/debian/wireshark-common.install
@@ -0,0 +1,14 @@
+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/sharkd
+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
new file mode 100644
index 0000000..6d566d3
--- /dev/null
+++ b/debian/wireshark-common.lintian-overrides
@@ -0,0 +1,2 @@
+# those long lines are examples which we can't break
+wireshark-common: groff-message
diff --git a/debian/wireshark-common.manpages b/debian/wireshark-common.manpages
new file mode 100644
index 0000000..44f00d2
--- /dev/null
+++ b/debian/wireshark-common.manpages
@@ -0,0 +1,21 @@
+usr/share/man/man1/androiddump.1
+usr/share/man/man1/capinfos.1
+usr/share/man/man1/captype.1
+usr/share/man/man1/ciscodump.1
+usr/share/man/man1/dpauxmon.1
+usr/share/man/man1/dumpcap.1
+usr/share/man/man1/editcap.1
+usr/share/man/man1/falcodump.1
+usr/share/man/man1/mergecap.1
+usr/share/man/man1/mmdbresolve.1
+usr/share/man/man1/randpkt.1
+usr/share/man/man1/randpktdump.1
+usr/share/man/man1/rawshark.1
+usr/share/man/man1/reordercap.1
+usr/share/man/man1/sdjournal.1
+usr/share/man/man1/sshdump.1
+usr/share/man/man1/text2pcap.1
+usr/share/man/man1/udpdump.1
+usr/share/man/man4/extcap.4
+usr/share/man/man1/wifidump.1
+usr/share/man/man4/wireshark-filter.4
diff --git a/debian/wireshark-common.postinst b/debian/wireshark-common.postinst
new file mode 100644
index 0000000..aefcf9d
--- /dev/null
+++ b/debian/wireshark-common.postinst
@@ -0,0 +1,43 @@
+#!/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 command -v 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
new file mode 100644
index 0000000..c713d38
--- /dev/null
+++ b/debian/wireshark-common.postrm
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+
+GROUP=wireshark
+
+. /usr/share/debconf/confmodule
+
+if [ "$1" = "purge" ] ; then
+ if getent group $GROUP >/dev/null && command -v delgroup > /dev/null; then
+ if ! delgroup --quiet --system $GROUP; then
+ db_input high wireshark-common/group-removal-failed || true
+ db_go
+ fi
+ fi
+fi
+
+#DEBHELPER#
diff --git a/debian/wireshark-dev.docs b/debian/wireshark-dev.docs
new file mode 100644
index 0000000..223c20b
--- /dev/null
+++ b/debian/wireshark-dev.docs
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 0000000..e16ef5a
--- /dev/null
+++ b/debian/wireshark-dev.install
@@ -0,0 +1,9 @@
+obj-*/config.h usr/include/wireshark
+tools/asn2deb usr/bin
+tools/asn2wrs.py usr/share/pyshared
+tools/idl2deb usr/bin
+usr/bin/idl2wrs
+tools/make-plugin-reg.py usr/share/pyshared
+tools/wireshark_be.py usr/share/pyshared
+tools/wireshark_gen.py usr/share/pyshared
+usr/lib/*/cmake/wireshark/*.cmake
diff --git a/debian/wireshark-dev.lintian-overrides b/debian/wireshark-dev.lintian-overrides
new file mode 100644
index 0000000..fcc4805
--- /dev/null
+++ b/debian/wireshark-dev.lintian-overrides
@@ -0,0 +1,2 @@
+# the package can create Debian packages
+wireshark-dev: binary-package-depends-on-toolchain-package
diff --git a/debian/wireshark-dev.manpages b/debian/wireshark-dev.manpages
new file mode 100644
index 0000000..92fcc46
--- /dev/null
+++ b/debian/wireshark-dev.manpages
@@ -0,0 +1,3 @@
+usr/share/man/man1/asn2deb.1
+usr/share/man/man1/idl2deb.1
+usr/share/man/man1/idl2wrs.1
diff --git a/debian/wireshark-dev.prerm b/debian/wireshark-dev.prerm
new file mode 100644
index 0000000..8614658
--- /dev/null
+++ b/debian/wireshark-dev.prerm
@@ -0,0 +1,17 @@
+#! /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
new file mode 100644
index 0000000..c95d3d9
--- /dev/null
+++ b/debian/wireshark-doc.docs
@@ -0,0 +1,2 @@
+obj-*/docbook/wsdg_html_chunked
+obj-*/docbook/wsug_html_chunked
diff --git a/debian/wireshark.docs b/debian/wireshark.docs
new file mode 100644
index 0000000..e174728
--- /dev/null
+++ b/debian/wireshark.docs
@@ -0,0 +1 @@
+debian/README.Debian
diff --git a/debian/wireshark.install b/debian/wireshark.install
new file mode 100644
index 0000000..a31db40
--- /dev/null
+++ b/debian/wireshark.install
@@ -0,0 +1,2 @@
+usr/bin/wireshark
+usr/share/applications/org.wireshark.Wireshark.desktop
diff --git a/debian/wireshark.lintian-overrides b/debian/wireshark.lintian-overrides
new file mode 100644
index 0000000..f08316a
--- /dev/null
+++ b/debian/wireshark.lintian-overrides
@@ -0,0 +1,2 @@
+# those long lines are examples which we can't break
+wireshark: groff-message
diff --git a/debian/wireshark.manpages b/debian/wireshark.manpages
new file mode 100644
index 0000000..e703720
--- /dev/null
+++ b/debian/wireshark.manpages
@@ -0,0 +1 @@
+usr/share/man/man1/wireshark.1