164878
%global with_lua 1
164878
%global with_portaudio 1
164878
%global with_maxminddb 1
164878
%global plugins_version 2.6
164878
164878
Summary:	Network traffic analyzer
164878
Name:		wireshark
164878
Version:	2.6.2
d4f03c
Release:	15%{?dist}
164878
Epoch:          1
164878
License:	GPL+
164878
Url:		http://www.wireshark.org/
164878
164878
Source0:	https://wireshark.org/download/src/%{name}-%{version}.tar.xz
164878
Source1:        https://www.wireshark.org/download/src/all-versions/SIGNATURES-%{version}.txt
164878
Source2:	90-wireshark-usbmon.rules
164878
164878
# Fedora-specific
164878
%if %{with_lua} && 0%{?fedora}
164878
Patch1:		wireshark-0001-enable-Lua-support.patch
164878
%endif
164878
# Fedora-specific
164878
Patch2:		wireshark-0002-Customize-permission-denied-error.patch
164878
# Will be proposed upstream
164878
Patch3:		wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
164878
# Fedora-specific
164878
Patch4:		wireshark-0004-Restore-Fedora-specific-groups.patch
164878
# Fedora-specific
164878
Patch5:		wireshark-0005-Fix-paths-in-a-wireshark.desktop-file.patch
164878
# Fedora-specific
164878
Patch6:		wireshark-0006-Move-tmp-to-var-tmp.patch
164878
Patch7:		wireshark-0007-cmakelists.patch
164878
#Various CVEs in RHEL-8
164878
Patch8:		wireshark-0008-CVE-2018-16056.patch
164878
Patch9:		wireshark-0009-CVE-2018-16057.patch
164878
Patch10:	wireshark-0010-CVE-2018-16058.patch
164878
Patch11:	wireshark-0011-tshark-missing-N-option.patch
164878
164878
#CVEs backported from wireshark-2.6.4
164878
Patch12:	wireshark-0012-CVE-12086.patch
164878
Patch13:	wireshark-0013-CVE-18225.patch
164878
Patch14:	wireshark-0014-CVE-18226.patch
164878
Patch15:	wireshark-0015-CVE-18227.patch
164878
164878
#CVEs backported from wireshark-2.6.5
164878
Patch16:	wireshark-0016-CVE-19622.patch
164878
Patch17:	wireshark-0017-CVE-19623.patch
164878
Patch18:	wireshark-0018-CVE-19624.patch
164878
Patch19:	wireshark-0019-CVE-19625.patch
164878
Patch20:	wireshark-0020-CVE-19626.patch
164878
Patch21:	wireshark-0021-CVE-19627.patch
164878
Patch22:	wireshark-0022-CVE-19628.patch
164878
164878
#Removing deprecated word Application from .desktop file
164878
Patch23:	wireshark-0023-desktop-file.patch
164878
0de736
#Fixing a couple of issues found by covscan
0de736
Patch24:	wireshark-0024-covscan.patch
0de736
bddff5
Patch25:	wireshark-0025-drop-count.patch
512a26
Patch26:	wireshark-0026-mptcp.patch
512a26
Patch27:	wireshark-0027-ibm-smc.patch
bddff5
d4f03c
#Change in libssh header files forces a different technique on finding definitons
d4f03c
Patch28:	wireshark-0028-find-libssh.patch
d4f03c
164878
#install tshark together with wireshark GUI
164878
Requires:	%{name}-cli = %{epoch}:%{version}-%{release}
164878
164878
Requires:	xdg-utils
164878
Requires:	hicolor-icon-theme
164878
164878
%if %{with_portaudio} && 0%{?fedora}
164878
Requires:	portaudio
164878
BuildRequires:	portaudio-devel
164878
%endif
164878
%if %{with_maxminddb}
164878
Requires:	libmaxminddb
164878
%endif
164878
164878
BuildRequires:	bzip2-devel
164878
BuildRequires:	c-ares-devel
164878
BuildRequires:	elfutils-devel
164878
BuildRequires:	gcc-c++
164878
BuildRequires:	glib2-devel
164878
BuildRequires:	gnutls-devel
164878
BuildRequires:	gtk3-devel
164878
BuildRequires:	krb5-devel
164878
BuildRequires:	libcap-devel
164878
BuildRequires:	libgcrypt-devel
164878
BuildRequires:	libnl3-devel
164878
BuildRequires:	libpcap-devel >= 0.9
164878
BuildRequires:	libselinux-devel
164878
BuildRequires:	libsmi-devel
164878
BuildRequires:	openssl-devel
164878
BuildRequires:	desktop-file-utils
164878
BuildRequires:	xdg-utils
164878
BuildRequires:	bison
164878
BuildRequires:	flex
164878
BuildRequires:	pcre-devel
164878
BuildRequires:	perl(Pod::Html)
164878
BuildRequires:	perl(Pod::Man)
164878
Buildrequires:  libssh-devel
164878
BuildRequires:	qt5-linguist
164878
BuildRequires:	qt5-qtbase-devel
164878
BuildRequires:	qt5-qtmultimedia-devel
164878
BuildRequires:	qt5-qtsvg-devel
164878
BuildRequires:	zlib-devel
164878
%if %{with_maxminddb}
164878
BuildRequires:	libmaxminddb-devel
164878
%endif
164878
%if %{with_lua} && 0%{?fedora}
164878
BuildRequires:	compat-lua-devel
164878
%endif
164878
Buildrequires: git
164878
Buildrequires: python3-devel
164878
Buildrequires: cmake
164878
Obsoletes: wireshark-qt, wireshark-gtk
164878
164878
%description
164878
Wireshark allows you to examine protocol data stored in files or as it is
164878
captured from wired or wireless (WiFi or Bluetooth) networks, USB devices,
164878
and many other sources.  It supports dozens of protocol capture file formats
164878
and understands more than a thousand protocols.
164878
164878
It has many powerful features including a rich display filter language
164878
and the ability to reassemble multiple protocol packets in order to, for
164878
example, view a complete TCP stream, save the contents of a file which was
164878
transferred over HTTP or CIFS, or play back an RTP audio stream.
164878
164878
%package	cli
164878
Summary:	Network traffic analyzer
164878
Requires(pre):	shadow-utils
164878
Requires(post): systemd-udev
164878
164878
%description cli
164878
This package contains command-line utilities, plugins, and documentation for
164878
Wireshark.
164878
164878
%package devel
164878
Summary:	Development headers and libraries for wireshark
164878
Requires:	%{name} = %{epoch}:%{version}-%{release} glibc-devel glib2-devel
164878
Requires:   wireshark-cli = %{epoch}:%{version}-%{release}
164878
164878
%description devel
164878
The wireshark-devel package contains the header files, developer
164878
documentation, and libraries required for development of wireshark scripts
164878
and plugins.
164878
164878
164878
%prep
164878
%autosetup -S git
164878
164878
%build
164878
%cmake -G "Unix Makefiles" \
164878
  -DDISABLE_WERROR=ON \
164878
  -DBUILD_wireshark=ON \
164878
  -DENABLE_QT5=ON \
164878
%if %{with_lua} && 0%{?fedora}
164878
  -DENABLE_LUA=ON \
164878
%else
164878
  -DENABLE_LUA=OFF \
164878
%endif
164878
%if %{with_maxminddb}
164878
  -DBUILD_mmdbresolve=ON \
164878
%else
164878
  -DBUILD_mmdbresolve=OFF \
164878
%endif
164878
  -DBUILD_randpktdump=OFF \
164878
  -DBUILD_androiddump=OFF \
164878
  -DENABLE_SMI=ON \
164878
%if %{with_portaudio} && 0%{?fedora}
164878
  -DENABLE_PORTAUDIO=ON \
164878
%else
164878
  -DENABLE_PORTAUDIO=OFF \
164878
%endif
164878
  -DENABLE_PLUGINS=ON \
164878
  -DENABLE_NETLINK=ON \
164878
  -DBUILD_dcerpcidl2wrs=OFF
164878
164878
make %{?_smp_mflags}
164878
164878
%install
164878
make DESTDIR=%{buildroot} install
164878
164878
desktop-file-validate %{buildroot}%{_datadir}/applications/wireshark.desktop
164878
164878
#install devel files (inspired by debian/wireshark-dev.header-files)
164878
install -d -m 0755  %{buildroot}%{_includedir}/wireshark
164878
IDIR="%{buildroot}%{_includedir}/wireshark"
164878
mkdir -p "${IDIR}/epan"
164878
mkdir -p "${IDIR}/epan/crypt"
164878
mkdir -p "${IDIR}/epan/ftypes"
164878
mkdir -p "${IDIR}/epan/dfilter"
164878
mkdir -p "${IDIR}/epan/dissectors"
164878
mkdir -p "${IDIR}/epan/wmem"
164878
mkdir -p "${IDIR}/wiretap"
164878
mkdir -p "${IDIR}/wsutil"
164878
mkdir -p %{buildroot}%{_udevrulesdir}
164878
install -m 644 config.h epan/register.h	"${IDIR}/"
164878
install -m 644 cfile.h file.h		"${IDIR}/"
164878
install -m 644 ws_symbol_export.h	"${IDIR}/"
164878
install -m 644 epan/*.h			"${IDIR}/epan/"
164878
install -m 644 epan/crypt/*.h		"${IDIR}/epan/crypt"
164878
install -m 644 epan/ftypes/*.h		"${IDIR}/epan/ftypes"
164878
install -m 644 epan/dfilter/*.h		"${IDIR}/epan/dfilter"
164878
install -m 644 epan/dissectors/*.h	"${IDIR}/epan/dissectors"
164878
install -m 644 epan/wmem/*.h		"${IDIR}/epan/wmem"
164878
install -m 644 wiretap/*.h		"${IDIR}/wiretap"
164878
install -m 644 wsutil/*.h		"${IDIR}/wsutil"
164878
install -m 644 ws_diag_control.h	"${IDIR}/"
164878
install -m 644 %{SOURCE2}		%{buildroot}%{_udevrulesdir}
164878
164878
touch %{buildroot}%{_bindir}/%{name}
164878
164878
# Remove libtool archives and static libs
164878
find %{buildroot} -type f -name "*.la" -delete
164878
0de736
#fix multilib install of devel pkg in wireshark-2.6.2(fixed in 3.0.0)
0de736
mv %{buildroot}%{_includedir}/wireshark/config.h \
0de736
   %{buildroot}%{_includedir}/wireshark/config-%{__isa_bits}.h
0de736
cat > %{buildroot}%{_includedir}/wireshark/config.h << EOF
0de736
#include <bits/wordsize.h>
0de736
0de736
#if __WORDSIZE == 32
0de736
#include <wireshark/config-32.h>
0de736
#elif __WORDSIZE == 64
0de736
#include <wireshark/config-64.h>
0de736
#else
0de736
#error "Unknown word size"
0de736
#endif
0de736
EOF
0de736
164878
%pre cli
164878
getent group wireshark >/dev/null || groupadd -r wireshark
164878
getent group usbmon >/dev/null || groupadd -r usbmon
164878
164878
%post cli
164878
/sbin/ldconfig
164878
/usr/bin/udevadm trigger --subsystem-match=usbmon
164878
164878
%postun cli -p /sbin/ldconfig
164878
164878
%files
164878
%{_datadir}/appdata/%{name}.appdata.xml
164878
%{_datadir}/applications/wireshark.desktop
164878
%{_datadir}/icons/hicolor/*/apps/*
164878
%{_datadir}/icons/hicolor/*/mimetypes/*
164878
%{_datadir}/mime/packages/wireshark.xml
164878
%{_bindir}/wireshark
164878
%{_mandir}/man1/wireshark.*
164878
164878
%files cli
164878
%license COPYING
164878
%doc AUTHORS INSTALL NEWS README*
164878
%{_bindir}/capinfos
164878
%{_bindir}/captype
164878
%{_bindir}/editcap
164878
%{_bindir}/mergecap
164878
%{_bindir}/randpkt
164878
%{_bindir}/reordercap
164878
%{_bindir}/sharkd
164878
%{_bindir}/text2pcap
164878
%{_bindir}/tshark
164878
%if %{with_maxminddb}
164878
%{_bindir}/mmdbresolve
164878
%endif
164878
%attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_bindir}/dumpcap
164878
%{_bindir}/rawshark
164878
%{_udevrulesdir}/90-wireshark-usbmon.rules
164878
%{_libdir}/lib*.so.*
164878
%dir %{_libdir}/wireshark
164878
%dir %{_libdir}/wireshark/extcap
164878
%dir %{_libdir}/wireshark/plugins
164878
%{_libdir}/wireshark/extcap/ciscodump
164878
%{_libdir}/wireshark/extcap/udpdump
164878
%{_libdir}/wireshark/extcap/sshdump
164878
%{_libdir}/wireshark/*.cmake
164878
#the version wireshark uses to store plugins is only x.y, not .z
164878
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
164878
%{_libdir}/wireshark/plugins/%{plugins_version}/wiretap/*.so
164878
%{_libdir}/wireshark/plugins/%{plugins_version}/codecs/*.so
164878
%{_mandir}/man1/editcap.*
164878
%{_mandir}/man1/tshark.*
164878
%{_mandir}/man1/mergecap.*
164878
%{_mandir}/man1/text2pcap.*
164878
%{_mandir}/man1/capinfos.*
164878
%{_mandir}/man1/dumpcap.*
164878
%{_mandir}/man4/wireshark-filter.*
164878
%{_mandir}/man1/rawshark.*
164878
%{_mandir}/man1/dftest.*
164878
%{_mandir}/man1/randpkt.*
164878
%{_mandir}/man1/reordercap.*
164878
%{_mandir}/man1/sshdump.*
164878
%{_mandir}/man1/udpdump.*
164878
%{_mandir}/man1/androiddump.*
164878
%{_mandir}/man1/captype.*
164878
%{_mandir}/man1/ciscodump.*
164878
%{_mandir}/man1/randpktdump.*
164878
%{_mandir}/man4/extcap.*
164878
%if %{with_maxminddb}
164878
%{_mandir}/man1/mmdbresolve.*
164878
%endif
164878
%dir %{_datadir}/wireshark
164878
%{_datadir}/wireshark/*
164878
164878
%files devel
164878
%doc doc/README.* ChangeLog
164878
%{_includedir}/wireshark
164878
%{_libdir}/lib*.so
164878
%{_libdir}/pkgconfig/%{name}.pc
164878
164878
%changelog
d4f03c
* Wed Aug 24 2022 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-15
d4f03c
- Resolves: #2119126 - Wireshark source rpm fails to build due to looking for incorrect libssh header files
d4f03c
512a26
* Mon Apr 19 2021 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-14
512a26
- Resolves: #1851465 - [IBM 8.5 FEAT] wireshark: Update to include SMC support
512a26
512a26
* Tue Apr 13 2021 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-13
512a26
- Resolves: #1934617 - [RFE] better MPTCP dissection support
512a26
bddff5
* Tue Oct 29 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-12
bddff5
- Resolves: #1609737 - wiretap does not write "drop_count" in pcapng format
bddff5
0de736
* Mon Apr 29 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-11
0de736
- Related: #1602731 - Fixing multilib problem in devel subpackage
0de736
0de736
* Thu Apr 25 2019 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-10
0de736
- Resolves: #1602731 - Please review important issues found by covscan
0de736
164878
* Sun Dec 16 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-9
164878
- Related: #1642919 - Fixing RPMDiff errors
164878
164878
* Tue Dec 11 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-8
164878
- Related: #1642919 - changing wrong commit message
164878
164878
* Mon Dec 10 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-7
164878
- Resolves: #1642919 - CVE-2018-12086, CVE-2018-18225, CVE-2018-18226, CVE-2018-18227
164878
- Resolves: #1656342 - CVE-2018-19623
164878
- Resolves: #1657634 - CVE-2018-19625
164878
- Resolves: #1657211 - CVE-2018-19626
164878
- Resolves: #1657184 - CVE-2018-19627
164878
- Resolves: #1657190 - CVE-2018-19628
164878
- fixes CVE-2018-19622, CVE-2018-19624
164878
164878
* Mon Nov 12 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-6
164878
- Resolves: #1584214 - tshark does accept -N v while it shouldn't
164878
164878
* Thu Sep 27 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-5
164878
- Resolves: #1625926 - fixes CVE-2018-16056, CVE-2018-16057, CVE-2018-16058
164878
164878
* Mon Aug 27 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-4
164878
- Resolves: #1618380 - Rebuild wireshark using libssh-0.8 for RHEL8
164878
164878
* Mon Aug 13 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-3
164878
- Resolves: #1615412 - FTBFS: wireshark fails to build
164878
164878
* Thu Aug 02 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-2
164878
- Turning on build with libmaxminddb (rhbz#1607934)
164878
164878
* Mon Jul 23 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.2-1
164878
- New version 2.6.2
164878
- Contains fixes for CVE-2018-14339, CVE-2018-14340, CVE-2018-14341, CVE-2018-14342, CVE-2018-14343, CVE-2018-14344, CVE-2018-14367, CVE-2018-14368, CVE-2018-14369, CVE-2018-14370
164878
164878
* Wed Jul 11 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.1-2
164878
- Fixing build error with newer qt5 version
164878
164878
* Thu May 24 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.1-1
164878
- New version 2.6.1
164878
- Contains fixes for multiple CVEs
164878
164878
* Tue May 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.0-2
164878
- Added Obsoletes for wireshark-qt and wireshark-gtk
164878
164878
* Wed May 02 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.6.0-1
164878
- New version 2.6.0
164878
- Fix for CVE-2018-9256, CVE-2018-9257, CVE-2018-9258, CVE-2018-9259, CVE-2018-9260, CVE-2018-9261, CVE-2018-9262, CVE-2018-9263, CVE-2018-9264, CVE-2018-9265, CVE-2018-9266, CVE-2018-9267, CVE-2018-9268, CVE-2018-9269, CVE-2018-9270, CVE-2018-9271, CVE-2018-9272, CVE-2018-9273, CVE-2018-9274
164878
- Switch from autotools to cmake
164878
- Removed python2-devel(#1560284) and libssh2-devel from dependencies
164878
- Removed python scripts
164878
164878
* Thu Mar 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-2
164878
- Removing dependency on wireshark from wireshark-cli
164878
- Removing deprecated Group tags
164878
- Disabling portaudio on RHEL (rhbz#1554834)
164878
164878
* Fri Mar 09 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-1
164878
- New upstream version 2.4.5
164878
- Contains fixes for CVE-2018-7419, CVE-2018-7418, CVE-2018-7417, CVE-2018-7420, CVE-2018-7320, CVE-2018-7336, CVE-2018-7337, CVE-2018-7334, CVE-2018-7335, CVE-2018-6836, CVE-2018-5335,  CVE-2018-5334,  CVE-2017-6014, CVE-2017-9616, CVE-2017-9617, CVE-2017-9766
164878
- Removed GTK+ based GUI (rhbz#1486203)
164878
- Corrected LDFLAGS in spec (rhbz#1548665)
164878
- Alternatives are no longer needed (rhbz#1533701)
164878
164878
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.4.4-2
164878
- Escape macros in %%changelog
164878
164878
* Fri Jan 19 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.4-1
164878
- New upstream version 2.4.4
164878
- Contains fix for CVE-2017-17935 
164878
164878
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.4.3-2
164878
- Remove obsolete scriptlets
164878
164878
* Wed Dec 20 2017 Michal Ruprich <mruprich@redhat.com> - 1:2.4.3-1
164878
- New upstream version 2.4.3
164878
- Contains fixe for CVE-2017-17085, CVE-2017-17084, CVE-2017-17083
164878
164878
* Thu Oct 12 2017 Michal Ruprich <mruprich@redhat.com> - 1:2.4.2-1
164878
- New upstream version 2.4.2
164878
- Contains fixes for CVE-2017-15189, CVE-2017-15190, CVE-2017-15191, CVE-2017-15192, CVE-2017-15193, CVE-2017-13764, CVE-2017-13765, CVE-2017-13766, CVE-2017-13767
164878
164878
* Tue Aug 08 2017 Martin Sehnoutka <msehnout@redhat.com> - 1:2.4.0-6
164878
- Use epoch in Requires (rhbz#1478501)
164878
164878
* Thu Aug 03 2017 Martin Sehnoutka <msehnout@redhat.com> - 1:2.4.0-5
164878
- Add libssh as a build dependency (rhbz#1419131)
164878
164878
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
164878
164878
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
164878
164878
* Fri Jul 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
164878
- Move init.lua file into the main subpackage (rhbz#1463270)
164878
164878
* Thu Jul 20 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
164878
- New upstream version 2.4.0
164878
164878
* Thu Jun 29 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0rc2-1
164878
- New upstream version
164878
164878
* Mon Jun 12 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.7-1
164878
- New upstream release 2.2.7
164878
164878
* Thu May 25 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-5
164878
- Add triggerin script to remove old alternatives
164878
- Remove appdata.xml as it is provided by upstream now
164878
164878
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-3
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
164878
164878
* Mon Apr 24 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-2
164878
- Build with lua support (resolves: #1259623)
164878
164878
* Fri Apr 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.6-1
164878
- New upstream release 2.2.6
164878
164878
* Fri Apr 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.2.5-2
164878
- Stop patching pkg-config
164878
164878
* Tue Mar 07 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.5-1
164878
- New upstream version 2.2.5
164878
164878
* Mon Mar 06 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.4-3
164878
- Fix python_sitearch macro
164878
- Fix path in desktop file
164878
164878
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-2
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
164878
164878
* Wed Jan 25 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.2.4-2
164878
- New upstream release 2.2.4
164878
164878
* Thu Dec 08 2016 Martin Sehnoutka <msehnout@redhat.com> - 2.2.2-4
164878
- Change update-alternatives name from wireshark to wireshark-gui; Resolve:
164878
  #1400654
164878
164878
* Thu Dec 01 2016 Martin Sehnoutka <msehnout@redhat.com> - 2.2.2-3
164878
- Move all executables into /usr/bin/ directory
164878
164878
* Fri Nov 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.2-2
164878
- Build QT GUI with qt5 (rhbz #1347752)
164878
164878
* Fri Nov 18 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.2-1
164878
- Version 2.2.2
164878
- See https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html
164878
- Use %%license, spec cleanups
164878
- Put udev rules in right location (rhbz #1365581)
164878
164878
* Wed Nov  2 2016 Peter Lemenkov <lemenkov@gmail.com> - 2.1.1-3
164878
- No longer uses adns ( https://github.com/wireshark/wireshark/commit/7a1d3f6 )
164878
- Remove --with-ipv6 switch ( https://github.com/wireshark/wireshark/commit/fad1565 )
164878
- Change GTK option switch ( https://github.com/wireshark/wireshark/commit/d77029d )
164878
164878
* Tue Sep 13 2016 Kevin Fenzi <kevin@scrye.com> - 2.1.1-2
164878
- Add Requires(post) for systemd-udev to avoid rpm scriptlet failures
164878
164878
* Sun Jul 24 2016 Peter Hatina <phatina@gmail.com> - 2.1.1-1
164878
- Ver. 2.1.1
164878
- See https://www.wireshark.org/docs/relnotes/wireshark-2.1.1.html
164878
164878
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-4
164878
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
164878
164878
* Wed Jul 13 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-3
164878
- Fix typo, install ws_diag_control
164878
- Related: rhbz#1347869
164878
164878
* Mon Jun 20 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-2
164878
- Install ws_diag_control.h into standard include directory
164878
- Resolves: rhbz#1347869
164878
164878
* Tue Jun 14 2016 Peter Hatina <phatina@gmail.com> - 2.1.0-1
164878
- Ver. 2.1.0
164878
- See https://www.wireshark.org/docs/relnotes/wireshark-2.1.0.html
164878
164878
* Thu Apr 28 2016 Peter Hatina <phatina@redhat.com> - 2.0.3-1
164878
- Ver. 2.0.3
164878
164878
* Tue Mar 01 2016 Peter Hatina <phatina@redhat.com> - 2.0.2-1
164878
- Ver. 2.0.2
164878
164878
* Tue Feb 23 2016 Peter Hatina <phatina@redhat.com> - 2.0.1-3
164878
- Fix missing Requires in wireshark.pc
164878
164878
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
164878
164878
* Thu Jan 14 2016 Peter Hatina <phatina@redhat.com> - 2.0.1-1
164878
- Ver. 2.0.1
164878
- Introduced wireshark metapackage for wireshark-cli and wireshark-gtk
164878
- wireshark-qt and wireshark-gtk contain the GUI applications
164878
- See https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html
164878
164878
* Fri Jan  8 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.12.9-1
164878
- Ver. 1.12.9
164878
- See https://www.wireshark.org/docs/relnotes/wireshark-1.12.9.html
164878
164878
* Tue Nov  3 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.8-2
164878
- Fixed Wireshark detection in external projects using wireshark.m4 script.
164878
  See https://bugzilla.redhat.com/1274831 for further details.
164878
164878
* Thu Oct 15 2015 Peter Hatina <phatina@redhat.com> - 1.12.8-1
164878
- Ver. 1.12.8
164878
- Dropped patch no. 10 (applied upstream)
164878
164878
* Fri Aug 21 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.7-2
164878
- Enable libnl3 (see rhbz#1207386, rhbz#1247566)
164878
- Remove airpcap switch (doesn't have any effect on Linux)
164878
- Backport patch no. 11
164878
- Fixed building with F24+
164878
164878
* Tue Aug 18 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.12.7-1
164878
- Ver. 1.12.7
164878
- Dropped patch no. 11 (applied upstream)
164878
164878
* Tue Jun 30 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-4
164878
- Move plugins to %%{_libdir}/wireshark/plugins to avoid
164878
  transaction conflicts
164878
164878
* Fri Jun 26 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-3
164878
- Disable overlay scrolling in main window
164878
- Resolves: rhbz#1235830
164878
164878
* Fri Jun 26 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-2
164878
- Add symlink plugins/current -> plugins/%%{version}
164878
164878
* Thu Jun 18 2015 Peter Hatina <phatina@redhat.com> - 1.12.6-1
164878
- Ver. 1.12.6
164878
164878
* Wed May 13 2015 Peter Hatina <phatina@redhat.com> - 1.12.5-1
164878
- Ver. 1.12.5
164878
164878
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1.12.4-2
164878
- Add an AppData file for the software center
164878
164878
* Thu Mar  5 2015 Peter Hatina <phatina@redhat.com> - 1.12.4-1
164878
- Ver. 1.12.4
164878
164878
* Mon Feb  2 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-3
164878
- temporary: disable lua
164878
164878
* Mon Feb  2 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-2
164878
- rebuild with gtk3
164878
- fix gdk crash
164878
164878
* Thu Jan  8 2015 Peter Hatina <phatina@redhat.com> - 1.12.3-1
164878
- Ver. 1.12.3
164878
164878
* Mon Dec 22 2014 Peter Hatina <phatina@redhat.com> - 1.12.2-2
164878
- fix CLI parsing by getopt_long
164878
164878
* Mon Nov 17 2014 Peter Hatina <phatina@redhat.com> - 1.12.2-1
164878
- Ver. 1.12.2
164878
164878
* Mon Sep 22 2014 Peter Hatina <phatina@redhat.com> - 1.12.1-1
164878
- Ver. 1.12.1
164878
164878
* Tue Sep 09 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-5
164878
- Install epan/wmem/*.h files. See rhbz #1129419
164878
164878
* Wed Sep  3 2014 Peter Hatina <phatina@redhat.com> - 1.12.0-4
164878
- fix fields print format
164878
164878
* Mon Aug 18 2014 Rex Dieter <rdieter@fedoraproject.org> 1.12.0-3
164878
- update mime scriptlets
164878
164878
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0-2
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
164878
164878
* Tue Aug 05 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-1
164878
- Ver. 1.12.0
164878
- Dropped a lot of outdated patches.
164878
- Added /usr/sbin/captype application.
164878
- Added temporary workaround for wireshark.pc.in missing in the official
164878
  tarball.
164878
- Removed outdated --with-dumpcap-group="wireshark" cli switch. It doesn't work
164878
  during rpmbuild, and we still set group explicitly in the 'files' section.
164878
- Removed --enable-setcap-install. Likewise.
164878
- Some ANSI C header files were moved to epan/
164878
164878
* Fri Aug  1 2014 Peter Hatina <phatina@redhat.com> - 1.10.9-1
164878
- Ver. 1.10.9
164878
164878
* Fri Jun 13 2014 Peter Hatina <phatina@redhat.com> - 1.10.8-1
164878
- Ver. 1.10.8
164878
164878
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.7-3
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
164878
164878
* Fri May 30 2014 Peter Hatina <phatina@redhat.com> - 1.0.7-2
164878
- add AMQP 1.0 support
164878
164878
* Wed Apr 23 2014 Peter Hatina <phatina@redhat.com> - 1.10.7-1
164878
- Ver. 1.10.7
164878
164878
* Fri Mar 21 2014 Peter Hatina <phatina@redhat.com> - 1.10.6-2
164878
- Reload udev rule for usbmon subsystem only
164878
164878
* Sat Mar 08 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.6-1
164878
- Ver. 1.10.6
164878
164878
* Fri Mar  7 2014 Peter Hatina <phatina@redhat.com> - 1.10.5-4
164878
- Fix Capture Dialog layout on low resolution displays
164878
- Resolves: #1071313
164878
164878
* Sun Feb  9 2014 Ville Skyttä <ville.skytta@iki.fi>
164878
- Fix --with-gtk* build option usage.
164878
164878
* Wed Jan 29 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-3
164878
- Fixed paths in the desktop-file (see rhbz #1059188)
164878
164878
* Mon Jan 13 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-2
164878
- Updated RTPproxy dissector (again)
164878
- Fix rare issue with the Sniffer traces (patch no. 23)
164878
164878
* Mon Dec 23 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-1
164878
- Ver. 1.10.5
164878
- Don't apply upstreamed patches no. 18, 19, 20.
164878
164878
* Thu Dec 19 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-2
164878
- Fix endianness in the Bitcoin protocol dissector (patch no. 19)
164878
- Last-minute fix for wrongly backported change (patch no. 20)
164878
- Fix FTBFS in Rawhide (see patch no. 21 - recent Glib doesn't provide g_memmove macro anymore)
164878
164878
* Wed Dec 18 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-1
164878
- Ver. 1.10.4
164878
- Don't apply upsteamed patches no. 13, 14, 15, 16, 17
164878
- Fix variable overflow (patch no. 18)
164878
- Updated RTPproxy dissector (backported three more patches from trunk)
164878
164878
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-9
164878
- remove python support
164878
164878
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-8
164878
- fix read permissions of /dev/usbmon* for non-root users
164878
164878
* Mon Dec 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-7
164878
- Fix error in the backported RTPproxy patches
164878
164878
* Fri Dec 06 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-6
164878
- Updated RTPproxy dissector (again), squashed patch no. 15 (applied upstream).
164878
- Use proper soname in the python scripts
164878
- Don't apply no longer needed fix for pod2man.
164878
- Fix for main window. See patch no. 15
164878
- Fix for SCTP dissection. See patch no. 16
164878
- Fix for rare issue in Base Station Subsystem GPRS Protocol dissection. See
164878
  patch no. 17
164878
- Fix building w/o Lua
164878
164878
* Wed Nov 27 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-5
164878
- Updated RTPproxy dissector (again)
164878
- Allow packets more than 64k (for USB capture). See patch no. 13
164878
- Don't die during loading of some SIP capture files. See patch no. 14
164878
- Backport support for RTPproxy dissector timeouts detection. See patch no. 15
164878
164878
* Wed Nov 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-4
164878
- Updated RTPproxy dissector
164878
164878
* Thu Nov 07 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-3
164878
- fix subpackage requires
164878
164878
* Wed Nov 06 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-2
164878
- harden dumpcap capabilities
164878
164878
* Sat Nov 02 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-1
164878
- Ver. 1.10.3
164878
- Dropped upsteamed patch no. 13
164878
164878
* Tue Oct 01 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-8
164878
- Added support for rtpproxy conversations (req/resp matching)
164878
164878
* Tue Sep 24 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-7
164878
- fix build error caused by symbols clash
164878
164878
* Tue Sep 17 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-6
164878
- move default temporary directory to /var/tmp
164878
164878
* Fri Sep 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-5
164878
- Convert automake/pkgconfig files into patches (better upstream integration)
164878
- Restored category in the *.desktop file
164878
- Install another one necessary header file - frame_data_sequence.h
164878
164878
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-4
164878
- Enhance desktop integration (*.desktop and MIME-related files)
164878
164878
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-3
164878
- Fix building on Fedora 18 (no perl-podlators)
164878
164878
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-2
164878
- Add an OpenFlow dissector
164878
164878
* Wed Sep 11 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10-2-1
164878
- Ver. 1.10.2
164878
- Actually remove the console helper
164878
164878
* Mon Sep 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.1-1
164878
- Ver. 1.10.1
164878
- Backported rtpproxy dissector module
164878
164878
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-11
164878
- fix missing ws_symbol_export.h
164878
164878
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-10
164878
- fix tap iostat overflow
164878
164878
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-9
164878
- fix sctp bytes graph crash
164878
164878
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-8
164878
- fix string overrun in plugins/profinet
164878
164878
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-7
164878
- fix BuildRequires - libgcrypt-devel
164878
164878
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-6
164878
- fix build parameter -fstack-protector-all
164878
164878
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
164878
164878
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-4
164878
- fix pod2man build error
164878
164878
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-3
164878
- fix bogus date
164878
164878
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-2
164878
- fix flow graph crash
164878
164878
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-1
164878
- upgrade to 1.10.0
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.10.0.html
164878
164878
* Mon Apr 08 2013 Peter Hatina <phatina@redhat.com> 1.8.6-5
164878
- fix documentation build error
164878
164878
* Wed Mar 27 2013 Peter Hatina <phatina@redhat.com> 1.8.6-4
164878
- fix capture crash (#894753)
164878
164878
* Tue Mar 19 2013 Peter Hatina <phatina@redhat.com> 1.8.6-3
164878
- fix dns resolving crash (#908211)
164878
164878
* Mon Mar 18 2013 Peter Hatina <phatina@redhat.com> 1.8.6-2
164878
- return to gtk2, stable branch 1.8 is not gtk3 ready
164878
164878
* Tue Mar 12 2013 Peter Hatina <phatina@redhat.com> 1.8.6-1
164878
- upgrade to 1.8.6
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
164878
164878
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.8.5-3
164878
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
164878
164878
* Tue Feb 05 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-2
164878
- fix gtk3 layout issues
164878
- NOTE: there may be some windows with broken layouts left
164878
164878
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
164878
- upgrade to 1.8.5
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
164878
164878
* Mon Dec 03 2012 Peter Hatina <phatina@redhat.com> - 1.8.4-1
164878
- upgrade to 1.8.4
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html
164878
164878
* Tue Oct 16 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-2
164878
- backport dissector table fix
164878
- TODO: remove this after new release
164878
164878
* Thu Oct 11 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-1
164878
- upgrade to 1.8.3
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html
164878
164878
* Tue Sep  4 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-3
164878
- added back compatibility with RHEL6
164878
- GeoIP build dependency made also conditional on with_GeoIP variable
164878
164878
* Wed Aug 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-2
164878
- fixed "libwireshark.so.1: cannot open shared object file" error
164878
  message on startup
164878
164878
* Thu Aug 16 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-1
164878
- upgrade to 1.8.2
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
164878
164878
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
164878
164878
* Tue Jul 24 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.1-1
164878
- upgrade to 1.8.1
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.1.html
164878
164878
* Mon Jun 25 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.0
164878
- upgrade to 1.8.0
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
164878
164878
* Wed May 23 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.8-1
164878
- upgrade to 1.6.8
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.8.html
164878
164878
* Mon May 21 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-2
164878
- Removed dependency on GeoIP on RHEL.
164878
164878
* Tue Apr 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-1
164878
- upgrade to 1.6.7
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.7.html
164878
164878
* Wed Mar 28 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.6-1
164878
- upgrade to 1.6.6
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.6.html
164878
164878
* Fri Mar  9 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-2
164878
- fixed wireshark crashing when using combo box in import dialog (#773290)
164878
- added AES support into netlogon dissector
164878
164878
* Wed Jan 11 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-1
164878
- upgrade to 1.6.5
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.5.html
164878
164878
* Fri Dec  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.4-1
164878
- upgrade to 1.6.4
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html
164878
- build with c-ares and libpcap (#759305)
164878
- fixed display of error message boxes on startup in gnome3 (#752559)
164878
164878
* Mon Nov 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-2
164878
- added dependency on shadow-utils (#753293)
164878
- removed usermode support
164878
164878
* Wed Nov  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-1
164878
- upgrade to 1.6.3
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
164878
164878
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
164878
- Rebuilt for glibc bug#747377
164878
164878
* Fri Oct 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-4
164878
- updated autoconf macros and pkgconfig file in wireshark-devel to reflect
164878
  current config.h (#746655)
164878
164878
* Mon Oct 17 2011 Steve Dickson <steved@redhat.com> - 1.6.2-3
164878
- Fixed a regression introduce by upstream patch r38306
164878
    which caused v4.1 traffic not to be displayed.
164878
- Added v4 error status to packet detail window.
164878
164878
* Tue Sep 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-2
164878
- fixed spelling of the security message (#737270)
164878
164878
* Fri Sep  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-1
164878
- upgrade to 1.6.2
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html
164878
164878
164878
* Thu Jul 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.1-1
164878
- upgrade to 1.6.1
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.1.html
164878
164878
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-4
164878
- fixed previous incomplete fix
164878
164878
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-3
164878
- fixed Fedora-specific message when user is not part of 'wireshark' group
164878
  - now it does not contain '<' and '>' characters (#713545)
164878
164878
* Thu Jun  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-2
164878
- added wspy_dissectors directory to the package
164878
  - other packages can add Python plugins there
164878
  - as side effect, removed following message:
164878
    [Errno 2] No such file or directory: '/usr/lib64/wireshark/python/1.6.0/wspy_dissectors'
164878
- enabled zlib support
164878
164878
* Wed Jun  8 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-1
164878
- upgrade to 1.6.0
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.6.0.html
164878
164878
* Thu Jun  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.7-1
164878
- upgrade to 1.4.7
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.7.html
164878
164878
* Thu May 19 2011 Steve Dickson <steved@redhat.com> - 1.4.6-3
164878
- Improved the NFS4.1 patcket dissectors 
164878
164878
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.4.6-2
164878
- Update icon cache scriptlet
164878
164878
* Tue Apr 19 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.6-1
164878
- upgrade to 1.4.6
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.6.html
164878
164878
* Mon Apr 18 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.5-1
164878
- upgrade to 1.4.5
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.5.html
164878
164878
* Sun Apr 03 2011 Cosimo Cecchi <cosimoc@redhat.com> - 1.4.4-2
164878
- Use hi-res icons
164878
164878
* Thu Mar  3 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.4-1
164878
- upgrade to 1.4.4
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.4.html
164878
164878
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
164878
164878
* Mon Jan 17 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-2
164878
- create the 'wireshark' group as system, not user
164878
- add few additional header files to -devel subpackage (#671997)
164878
164878
* Thu Jan 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-1
164878
- upgrade to 1.4.3
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.3.html
164878
164878
* Wed Jan  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.2-5
164878
- fixed buffer overflow in ENTTEC dissector (#666897)
164878
164878
* Wed Dec 15 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-4
164878
- added epan/dissectors/*.h to -devel subpackage (#662969)
164878
164878
* Mon Dec  6 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-3
164878
- fixed generation of man pages again (#635878)
164878
164878
* Fri Nov 26 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-2
164878
- rework the Wireshark security (#657490). Remove the console helper and
164878
  allow only members of new 'wireshark' group to capture the packets.
164878
164878
* Mon Nov 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-1
164878
- upgrade to 1.4.2
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
164878
164878
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-2
164878
- temporarily disable zlib until
164878
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4955 is resolved (#643461)
164878
164878
* Fri Oct 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-1
164878
- upgrade to 1.4.1
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
164878
- Own the %%{_libdir}/wireshark dir (#644508)
164878
- associate *.pcap files with wireshark (#641163)
164878
164878
* Wed Sep 29 2010 jkeating - 1.4.0-2
164878
- Rebuilt for gcc bug 634757
164878
164878
* Fri Sep 24 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-2
164878
- fixed generation of man pages (#635878)
164878
164878
* Tue Aug 31 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-1
164878
- upgrade to 1.4.0
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html
164878
164878
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.10-1
164878
- upgrade to 1.2.10
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.10.html
164878
164878
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-4
164878
- Rebuilt again for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
164878
164878
* Thu Jul 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-3
164878
- removing useless LDFLAGS (#603224)
164878
164878
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.9-2
164878
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
164878
164878
* Fri Jun 11 2010 Radek Vokal <rvokal@redhat.com> - 1.2.9-1
164878
- upgrade to 1.2.9
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.9.html
164878
164878
* Mon May 17 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-4
164878
- removing traling bracket from python_sitearch (#592391)
164878
164878
* Fri May  7 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-3
164878
- fix patched applied without fuzz=0
164878
164878
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-2
164878
- use sitearch instead of sitelib to avoid pyo and pyc conflicts
164878
164878
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-1
164878
- upgrade to 1.2.8
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.8.html
164878
164878
* Tue Apr  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-2
164878
- rebuild with GeoIP support (needs to be turned on in IP protocol preferences)
164878
164878
* Fri Apr  2 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-1
164878
- upgrade to 1.2.7
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.7.html
164878
164878
* Wed Mar 24 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-3
164878
- bring back -pie
164878
164878
* Tue Mar 16 2010 Jeff Layton <jlayton@redhat.com> - 1.2.6-2
164878
- add patch to allow decode of NFSv4.0 callback channel
164878
- add patch to allow decode of more SMB FIND_FILE infolevels
164878
164878
* Fri Jan 29 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-1
164878
- upgrade to 1.2.6
164878
- see https://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html
164878
164878
* Wed Jan 20 2010 Radek Vokal <rvokal@redhat.com> - 1.2.5-5
164878
- minor spec file tweaks for better svn checkout support (#553500)
164878
164878
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-4
164878
- init.lua is present always and not only when lua support is enabled
164878
164878
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
164878
- fix file list, init.lua is only in -devel subpackage (#552406)
164878
164878
* Fri Dec 18 2009 Patrick Monnerat <pm@datasphere.ch> 1.2.5-2
164878
- Autoconf macro for plugin development.
164878
164878
* Fri Dec 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.5-1
164878
- upgrade to 1.2.5
164878
- fixes security vulnaribilities, see https://www.wireshark.org/security/wnpa-sec-2009-09.html
164878
164878
* Thu Dec 17 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-3
164878
- split -devel package (#547899, #203642, #218451)
164878
- removing root warning dialog (#543709)
164878
164878
* Mon Dec 14 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-2
164878
- enable lua support - https://wiki.wireshark.org/Lua
164878
- attempt to fix filter crash on 64bits
164878
164878
* Wed Nov 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-1
164878
- upgrade to 1.2.4
164878
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.4.html
164878
164878
* Fri Oct 30 2009 Radek Vokal <rvokal@redhat.com> - 1.2.3-1
164878
- upgrade to 1.2.3
164878
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.3.html
164878
164878
* Mon Sep 21 2009 Radek Vokal <rvokal@redhat.com> - 1.2.2-1
164878
- upgrade to 1.2.2
164878
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
164878
164878
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 1.2.1-5
164878
- do not use portaudio in RHEL
164878
164878
* Fri Aug 28 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1-4
164878
- yet anohter rebuilt
164878
164878
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
164878
- rebuilt with new openssl
164878
164878
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
164878
164878
* Wed Jul 22 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1
164878
- upgrade to 1.2.1
164878
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
164878
164878
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
164878
- upgrade to 1.2.0
164878
- https://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
164878
164878
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
164878
- update to latest development build
164878
164878
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.3-1
164878
- upgrade to 1.1.3
164878
164878
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-4.pre1
164878
- fix libsmi support
164878
164878
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3.pre1
164878
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
164878
164878
* Mon Feb 16 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-2.pre1
164878
- add netdump support
164878
164878
* Sun Feb 15 2009 Steve Dickson <steved@redhat.com> - 1.1.2-1.pre1
164878
- NFSv4.1: Add support for backchannel decoding
164878
164878
* Mon Jan 19 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-0.pre1
164878
- upgrade to latest development release
164878
- added support for portaudio (#480195)
164878
164878
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.1-0.pre1.2
164878
- rebuild with new openssl
164878
164878
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1.1-0.pre1.1
164878
- Rebuild for Python 2.6
164878
164878
* Thu Nov 13 2008 Radek Vokál <rvokal@redhat.com> 1.1.1-0.pre1
164878
- upgrade to 1.1.1 development branch
164878
164878
* Wed Sep 10 2008 Radek Vokál <rvokal@redhat.com> 1.0.3-1
164878
- upgrade to 1.0.3
164878
- Security-related bugs in the NCP dissector, zlib compression code, and Tektronix .rf5 file parser have been fixed.
164878
- WPA group key decryption is now supported.
164878
- A bug that could cause packets to be wrongly dissected as "Redback Lawful Intercept" has been fixed.
164878
164878
* Mon Aug 25 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-3
164878
- fix requires for wireshark-gnome
164878
164878
* Thu Jul 17 2008 Steve Dickson <steved@redhat.com> 1.0.2-2
164878
- Added patches to support NFSv4.1
164878
164878
* Fri Jul 11 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-1
164878
- upgrade to 1.0.2
164878
164878
* Tue Jul  8 2008 Radek Vokál <rvokal@redhat.com> 1.0.1-1
164878
- upgrade to 1.0.1
164878
164878
* Sun Jun 29 2008 Dennis Gilmore <dennis@ausil.us> 1.0.0-3
164878
- add sparc arches to -fPIE
164878
- rebuild for new gnutls
164878
164878
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-2
164878
- fix BuildRequires - python, yacc, bison
164878
164878
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
164878
- April Fools' day upgrade to 1.0.0
164878
164878
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
164878
- Autorebuild for GCC 4.3
164878
164878
* Wed Dec 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-2
164878
- fix crash in unprivileged mode (#317681)
164878
164878
* Tue Dec 18 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-1
164878
- upgrade to 0.99.7
164878
164878
* Fri Dec  7 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-0.pre2.1
164878
- rebuilt for openssl
164878
164878
* Mon Nov 26 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre2
164878
- switch to libsmi from net-snmp
164878
- disable ADNS due to its lack of Ipv6 support
164878
- 0.99.7 prerelease 2
164878
164878
* Tue Nov 20 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre1
164878
- upgrade to 0.99.7 pre-release
164878
164878
* Wed Sep 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-3
164878
- fixed URL
164878
164878
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-2
164878
- rebuilt
164878
164878
* Mon Jul  9 2007 Radek Vokal <rvokal@redhat.com> 0.99.6-1
164878
- upgrade to 0.99.6 final
164878
164878
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
164878
- another pre-release
164878
- turn on ADNS support
164878
164878
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
164878
- update to pre1 of 0.99.6 release
164878
164878
* Mon Feb  5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
164878
- multiple security issues fixed (#227140)
164878
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets
164878
- CVE-2007-0459 - The HTTP dissector could crash.
164878
- CVE-2007-0457 - On some systems, the IEEE 802.11 dissector could crash.
164878
- CVE-2007-0456 - On some systems, the LLT dissector could crash.
164878
164878
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
164878
- another 0.99.5 prerelease, fix build bug and pie flags
164878
164878
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
164878
- update to 0.99.5 prerelease
164878
164878
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
164878
- rebuild for python 2.5
164878
164878
* Tue Nov 28 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-4
164878
- rebuilt for new libpcap and net-snmp
164878
164878
* Thu Nov 23 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-3
164878
- add htmlview to Buildrequires to be picked up by configure scripts (#216918)
164878
164878
* Tue Nov  7 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-2.fc7
164878
- Requires: net-snmp for the list of MIB modules
164878
164878
* Wed Nov  1 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-1
164878
- upgrade to 0.99.4 final
164878
164878
* Tue Oct 31 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-0.pre2
164878
- upgrade to 0.99.4pre2
164878
164878
* Tue Oct 10 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-0.pre1
164878
- upgrade to 0.99.4-0.pre1
164878
164878
* Fri Aug 25 2006 Radek Vokál <rvokal@redhat.com> 0.99.3-1
164878
- upgrade to 0.99.3
164878
- Wireshark 0.99.3 fixes the following vulnerabilities:
164878
- the SCSI dissector could crash. Versions affected: CVE-2006-4330
164878
- the IPsec ESP preference parser was susceptible to off-by-one errors. CVE-2006-4331
164878
- a malformed packet could make the Q.2931 dissector use up available memory. CVE-2006-4333
164878
164878
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
164878
- upgrade to 0.99.2
164878
164878
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
164878
- rebuild
164878
164878
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-0.pre1
164878
- upgrade to 0.99.2pre1, fixes (#198242)
164878
164878
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
164878
- spec file changes
164878
164878
* Fri Jun  9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
164878
- initial build for Fedora Core