Radek Vokál 2df808
%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
Radek Vokál 283cb9
Radek Vokál bc92d5
%define with_adns 0
Radek Vokál 68e7ca
%define with_lua 1
Radek Vokál 88c986
%if 0%{?rhel} != 0
Radek Vokál 88c986
%define with_portaudio 0
Radek Vokál 88c986
%else
Radek Vokál 99484d
%define with_portaudio 1
Radek Vokál 88c986
%endif
Radek Vokál 0fc81e
Jan Safranek 9db68d
Summary:	Network traffic analyzer
Jan Safranek 9db68d
Name:		wireshark
Jan Safranek a51bdc
Version:	1.6.2
Steve Dickson 4fd960
Release:	3%{?dist}
Jan Safranek 9db68d
License:	GPL+
Jan Safranek 9db68d
Group:		Applications/Internet
Radek Vokál 963c50
Source0:	http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
Radek Vokál 0fc81e
Source1:	wireshark.pam
Radek Vokál 0fc81e
Source2:	wireshark.console
Radek Vokál 0fc81e
Source3:	wireshark.desktop
Radek Vokál a57ef0
Source4:	wireshark-autoconf.m4
Jan Safranek 6e286a
Source5:	wireshark-mime-package.xml
Jan Safranek 6e286a
Source6:	wiresharkdoc-16x16.png
Jan Safranek 6e286a
Source7:	wiresharkdoc-32x32.png
Jan Safranek 6e286a
Source8:	wiresharkdoc-48x48.png
Jan Safranek 6e286a
Source9:	wiresharkdoc-256x256.png
Jan Safranek 6e286a
Steve Dickson 35ded6
Patch1:		wireshark-nfsv41-cleanup.patch
Jan Safranek ca94db
Patch2:		wireshark-1.2.4-enable_lua.patch
Jan Safranek ca94db
Patch3:		wireshark-libtool-pie.patch
Jan Safranek 16d607
Patch4:		wireshark-1.6.1-group-msg.patch
Jan Safranek e0d0db
Patch5:		wireshark-1.6.0-soname.patch
Steve Dickson 4fd960
Patch6:		wireshark-1.6.2-nfsv41-addstatus.patch
Radek Vokál 977e92
Jan Safranek 9db68d
Url:		http://www.wireshark.org/
Jan Safranek 9db68d
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Radek Vokál 5742d5
BuildRequires:	libpcap-devel >= 0.9
Jan Safranek 9db68d
BuildRequires:	libsmi-devel
Jan Safranek 9db68d
BuildRequires:	zlib-devel, bzip2-devel
Jan Safranek 9db68d
BuildRequires:	openssl-devel
Radek Vokál 0fc81e
BuildRequires:	glib2-devel, gtk2-devel
Jan Safranek 9db68d
BuildRequires:	elfutils-devel, krb5-devel
Jan Safranek 9db68d
BuildRequires:	python, pcre-devel, libselinux
Jan Safranek 9db68d
BuildRequires:	gnutls-devel
Jan Safranek 2c07b0
BuildRequires:	desktop-file-utils
Radek Vokál bc92d5
BuildRequires:	xdg-utils
Jan Safranek 9a9fbf
BuildRequires:	flex, bison, python, python-devel
Radek Vokál d59b99
BuildRequires:	GeoIP-devel
Radek Vokál bc92d5
%if %{with_adns}
Radek Vokál bc92d5
BuildRequires:	adns-devel
Radek Vokál bc92d5
%endif
Radek Vokál 99484d
%if %{with_portaudio}
Jan Safranek 9db68d
BuildRequires:	portaudio-devel
Radek Vokál 99484d
%endif
Radek Vokál 68e7ca
%if %{with_lua}
Radek Vokál 68e7ca
BuildRequires:	lua-devel
Radek Vokál 68e7ca
%endif
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%package	gnome
Radek Vokál 0fc81e
Summary:	Gnome desktop integration for wireshark and wireshark-usermode
Radek Vokál 0fc81e
Group:		Applications/Internet
Jan Safranek 9db68d
Requires:	gtk2
Radek Vokál 0fc81e
Requires:	usermode >= 1.37
Radek Vokál 0fc81e
Requires:	wireshark = %{version}-%{release}
Radek Vokál 575237
Requires:	xdg-utils, usermode-gtk
Radek Vokál d59b99
Requires:	GeoIP
Jan Safranek b0cc94
Requires:       hicolor-icon-theme
Radek Vokál bc92d5
%if %{with_adns}
Radek Vokál bc92d5
Requires:	adns
Radek Vokál bc92d5
%endif
Radek Vokál 99484d
%if %{with_portaudio}
Radek Vokál 99484d
Requires:	portaudio
Radek Vokál 99484d
%endif
Radek Vokál 0fc81e
Radek Vokál 70a7db
%package devel
Jan Safranek 9db68d
Summary:	Development headers and libraries for wireshark
Radek Vokál 70a7db
Group:		Development/Libraries
Jan Safranek 9db68d
Requires:	%{name} = %{version} glibc-devel glib2-devel
Radek Vokál 70a7db
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%description
Radek Vokál 0fc81e
Wireshark is a network traffic analyzer for Unix-ish operating systems.
Radek Vokál 0fc81e
Radek Vokál 0fc81e
This package lays base for libpcap, a packet capture and filtering 
Radek Vokál 0fc81e
library, contains command-line utilities, contains plugins and 
Radek Vokál 0fc81e
documentation for wireshark. A graphical user interface is packaged 
Radek Vokál 0fc81e
separately to GTK+ package.
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%description gnome
Radek Vokál 0fc81e
Contains wireshark for Gnome 2 and desktop integration file
Radek Vokál 0fc81e
Radek Vokál 70a7db
%description devel
Radek Vokál 70a7db
The wireshark-devel package contains the header files, developer
Radek Vokál 70a7db
documentation, and libraries required for development of wireshark scripts
Radek Vokál 70a7db
and plugins.
Radek Vokál 70a7db
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%prep
Radek Vokál 7755bf
%setup -q -n %{name}-%{version}
Jan Safranek 04a707
# disable NFS patch for now, remove if steved@redhat.com does not complain
Jan Safranek 04a707
#%patch1 -p1 
Radek Vokál 68e7ca
Radek Vokál 68e7ca
%if %{with_lua}
Jan Safranek ca94db
%patch2 -p1 -b .enable_lua
Radek Vokál 68e7ca
%endif
Radek Vokál 0fc81e
Steve Dickson 4fd960
%patch3 -p1 -b .v4cleanup
Jan Safranek 04a707
%patch4 -p1 -b .group-msg
Jan Safranek e0d0db
%patch5 -p1 -b .soname
Steve Dickson 4fd960
%patch6 -p1 -b .v4staus
Radek Vokál 70a7db
Radek Vokál 0fc81e
%build
Dennis Gilmore d09c0f
%ifarch s390 s390x sparcv9 sparc64
Radek Vokál 0fc81e
export PIECFLAGS="-fPIE"
Radek Vokál 0fc81e
%else
Radek Vokál 0fc81e
export PIECFLAGS="-fpie"
Radek Vokál 0fc81e
%endif
Radek Vokál 0fc81e
# FC5+ automatic -fstack-protector-all switch
Radek Vokál 0fc81e
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/-fstack-protector-all}
Jan Safranek fd4753
export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS -D_LARGEFILE64_SOURCE"
Jan Safranek fd4753
export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS -D_LARGEFILE64_SOURCE"
Jan Šafránek 0dda79
export LDFLAGS="$LDFLAGS -pie"
Radek Vokál 85c18b
Radek Vokál 0fc81e
%configure \
Radek Vokál 0fc81e
   --bindir=%{_sbindir} \
Radek Vokál 0fc81e
   --enable-ipv6 \
Radek Vokál bc92d5
   --with-libsmi \
Radek Vokál 0fc81e
   --with-gnu-ld \
Radek Vokál 0fc81e
   --with-pic \
Radek Vokál bc92d5
%if %{with_adns}
Radek Vokál 7ae600
   --with-adns \
Radek Vokál bc92d5
%else
Radek Vokál bc92d5
   --with-adns=no \
Radek Vokál bc92d5
%endif
Radek Vokál 68e7ca
%if %{with_lua}
Radek Vokál 68e7ca
   --with-lua \
Radek Vokál 68e7ca
%else
Radek Vokál 68e7ca
   --with-lua=no \
Radek Vokál 68e7ca
%endif
Radek Vokál 0fc81e
   --with-ssl \
Radek Vokál 18cc0f
   --disable-warnings-as-errors \
Jan Safranek 1bd4cb
   --with-python \
Jan Safranek fd4753
   --with-plugins=%{_libdir}/%{name}/plugins/%{version} \
Jan Safranek e0d0db
   --with-dumpcap-group="wireshark" \
Jan Safranek e0d0db
   --enable-setcap-install \
Jan Safranek e0d0db
   --enable-airpcap
Jan Safranek 1bd4cb
Jan Safranek 1bd4cb
#remove rpath
Jan Safranek 1bd4cb
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
Jan Safranek 1bd4cb
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
Jan Safranek 1bd4cb
Jan Safranek 771ef2
make %{?_smp_mflags}
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%install
Radek Vokál 0fc81e
rm -rf $RPM_BUILD_ROOT
Radek Vokál 0fc81e
Radek Vokál 0fc81e
# The evil plugins hack
Radek Vokál 0fc81e
perl -pi -e 's|-L../../epan|-L../../epan/.libs|' plugins/*/*.la
Radek Vokál 0fc81e
Radek Vokál 0fc81e
make DESTDIR=$RPM_BUILD_ROOT install
Radek Vokál 0fc81e
Radek Vokál 0fc81e
# install support files for usermode, gnome and kde
Radek Vokál 0fc81e
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
Radek Vokál 0fc81e
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/wireshark
Radek Vokál 0fc81e
Radek Vokál 0fc81e
# Install python stuff.
Radek Vokál 283cb9
mkdir -p $RPM_BUILD_ROOT%{python_sitearch}
Radek Vokál 283cb9
install -m 644 tools/wireshark_be.py tools/wireshark_gen.py  $RPM_BUILD_ROOT%{python_sitearch}
Radek Vokál 0fc81e
Jan Safranek 9db68d
desktop-file-install --vendor fedora				\
Jan Safranek 9db68d
	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications		\
Jan Safranek 9db68d
	--add-category X-Fedora					\
Jan Safranek 9db68d
	%{SOURCE3}
Radek Vokál 0fc81e
Jan Safranek b0cc94
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64,256x256}/apps
Jan Safranek b0cc94
Jan Safranek b0cc94
install -m 644 image/wsicon16.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/16x16/apps/wireshark.png
Jan Safranek b0cc94
install -m 644 image/wsicon32.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/wireshark.png
Jan Safranek b0cc94
install -m 644 image/wsicon48.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/wireshark.png
Jan Safranek b0cc94
install -m 644 image/wsicon64.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/64x64/apps/wireshark.png
Jan Safranek b0cc94
install -m 644 image/wsicon256.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/256x256/apps/wireshark.png
Radek Vokál 0fc81e
Jan Safranek 5edc23
#install devel files (inspired by debian/wireshark-dev.header-files)
Radek Vokál 70a7db
install -d -m 0755  $RPM_BUILD_ROOT/%{_includedir}/wireshark
Radek Vokál 70a7db
IDIR="${RPM_BUILD_ROOT}%{_includedir}/wireshark"
Radek Vokál 70a7db
mkdir -p "${IDIR}/epan"
Jan Safranek 5edc23
mkdir -p "${IDIR}/epan/crypt"
Radek Vokál 70a7db
mkdir -p "${IDIR}/epan/ftypes"
Radek Vokál 70a7db
mkdir -p "${IDIR}/epan/dfilter"
Jan Safranek b3df85
mkdir -p "${IDIR}/epan/dissectors"
Radek Vokál 70a7db
mkdir -p "${IDIR}/wiretap"
Jan Safranek 05869d
mkdir -p "${IDIR}/wsutil"
Jan Safranek 5edc23
install -m 644 color.h config.h register.h	"${IDIR}/"
Jan Safranek 05869d
install -m 644 cfile.h file.h			"${IDIR}/"
Jan Safranek 05869d
install -m 644 packet-range.h print.h   	"${IDIR}/"
Jan Safranek 5edc23
install -m 644 epan/*.h				"${IDIR}/epan/"
Jan Safranek 5edc23
install -m 644 epan/crypt/*.h			"${IDIR}/epan/crypt"
Jan Safranek 5edc23
install -m 644 epan/ftypes/*.h			"${IDIR}/epan/ftypes"
Jan Safranek 5edc23
install -m 644 epan/dfilter/*.h			"${IDIR}/epan/dfilter"
Jan Safranek b3df85
install -m 644 epan/dissectors/*.h		"${IDIR}/epan/dissectors"
Jan Safranek 5edc23
install -m 644 wiretap/*.h			"${IDIR}/wiretap"
Jan Safranek 05869d
install -m 644 wsutil/*.h			"${IDIR}/wsutil"
Radek Vokál d59b99
Radek Vokál 70a7db
#	Create pkg-config control file.
Radek Vokál 70a7db
mkdir -p "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig"
Radek Vokál 70a7db
cat > "${RPM_BUILD_ROOT}%{_libdir}/pkgconfig/wireshark.pc" <<- "EOF"
Radek Vokál 70a7db
	prefix=%{_prefix}
Radek Vokál 70a7db
	exec_prefix=%{_prefix}
Radek Vokál 70a7db
	libdir=%{_libdir}
Radek Vokál 70a7db
	includedir=%{_includedir}
Radek Vokál 70a7db
Radek Vokál 70a7db
	Name:		%{name}
Radek Vokál 70a7db
	Description:	Network Traffic Analyzer
Radek Vokál 70a7db
	Version:	%{version}
Radek Vokál a57ef0
	Requires:	glib-2.0 gmodule-2.0
Radek Vokál 70a7db
	Libs:		-L${libdir} -lwireshark -lwiretap
Radek Vokál 70a7db
	Cflags:		-DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -I${includedir}/wireshark -I${includedir}/wireshark/epan
Radek Vokál 70a7db
EOF
Radek Vokál 0fc81e
Radek Vokál a57ef0
#	Install the autoconf macro.
Radek Vokál a57ef0
mkdir -p "${RPM_BUILD_ROOT}%{_datadir}/aclocal"
Radek Vokál a57ef0
cp "%{SOURCE4}" "${RPM_BUILD_ROOT}%{_datadir}/aclocal/wireshark.m4"
Radek Vokál a57ef0
Jan Safranek 6e286a
# Install desktop stuff
Jan Safranek 6e286a
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/{icons/gnome/{16x16,32x32,48x48,256x256}/mimetypes,mime/packages}
Jan Safranek 6e286a
install -m 644 -T %{SOURCE5} $RPM_BUILD_ROOT/%{_datadir}/mime/packages/wireshark.xml
Jan Safranek 6e286a
install -m 644 -T %{SOURCE6} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/16x16/mimetypes/application-x-pcap.png
Jan Safranek 6e286a
install -m 644 -T %{SOURCE7} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/32x32/mimetypes/application-x-pcap.png
Jan Safranek 6e286a
install -m 644 -T %{SOURCE8} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/48x48/mimetypes/application-x-pcap.png
Jan Safranek 6e286a
install -m 644 -T %{SOURCE9} $RPM_BUILD_ROOT/%{_datadir}/icons/gnome/256x256/mimetypes/application-x-pcap.png
Jan Safranek 6e286a
Radek Vokál 0fc81e
# Remove .la files
Radek Vokál 0fc81e
rm -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins/%{version}/*.la
Radek Vokál 0fc81e
Radek Vokál 0fc81e
# Remove .la files in libdir
Radek Vokál 0fc81e
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
Radek Vokál 0fc81e
Jan Safranek e0d0db
# add wspy_dissectors directory for plugins
Jan Safranek e0d0db
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/%{name}/python/%{version}/wspy_dissectors
Jan Safranek e0d0db
Radek Vokál 0fc81e
%clean
Radek Vokál 0fc81e
rm -rf $RPM_BUILD_ROOT
Radek Vokál 0fc81e
Jan Safranek ca94db
%pre
Jan Safranek 05869d
getent group wireshark >/dev/null || groupadd -r wireshark
Jan Safranek ca94db
Radek Vokál 0fc81e
%post -p /sbin/ldconfig
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%postun -p /sbin/ldconfig
Radek Vokál 0fc81e
Jan Safranek 6e286a
%post gnome
Jan Safranek 6e286a
update-desktop-database &> /dev/null ||:
Jan Safranek 6e286a
update-mime-database %{_datadir}/mime &> /dev/null || :
Christopher Aillon efe622
touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
Christopher Aillon efe622
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Jan Safranek 6e286a
Jan Safranek 6e286a
%postun gnome
Jan Safranek 6e286a
update-desktop-database &> /dev/null ||:
Jan Safranek 6e286a
update-mime-database %{_datadir}/mime &> /dev/null || :
Jan Safranek 6e286a
if [ $1 -eq 0 ] ; then
Christopher Aillon efe622
	touch --no-create %{_datadir}/icons/gnome &>/dev/null
Christopher Aillon efe622
	gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
Jan Safranek 6e286a
Christopher Aillon efe622
	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Christopher Aillon efe622
	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Jan Safranek b0cc94
fi
Jan Safranek b0cc94
Christopher Aillon efe622
%posttrans
Christopher Aillon efe622
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
Christopher Aillon efe622
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Christopher Aillon efe622
Radek Vokál 0fc81e
%files
Radek Vokál 0fc81e
%defattr(-,root,root)
Radek Vokál 0fc81e
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README* 
Radek Vokál 0fc81e
%{_sbindir}/editcap
Radek Vokál 0fc81e
#%{_sbindir}/idl2wrs
Radek Vokál 0fc81e
%{_sbindir}/tshark
Radek Vokál 0fc81e
%{_sbindir}/mergecap
Radek Vokál 0fc81e
%{_sbindir}/text2pcap
Radek Vokál 0fc81e
%{_sbindir}/dftest
Radek Vokál 0fc81e
%{_sbindir}/capinfos
Radek Vokál 0fc81e
%{_sbindir}/randpkt
Jan Safranek ca94db
%attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=eip) %{_sbindir}/dumpcap
Radek Vokál 27fd80
%{_sbindir}/rawshark
Radek Vokál 283cb9
%{python_sitearch}/*.py*
Radek Vokál 70a7db
%{_libdir}/lib*.so.*
Jan Safranek a73ce1
%{_libdir}/wireshark
Radek Vokál 0fc81e
%{_mandir}/man1/editcap.*
Radek Vokál 0fc81e
%{_mandir}/man1/tshark.*
Radek Vokál 0fc81e
%{_mandir}/man1/mergecap.*
Radek Vokál 0fc81e
%{_mandir}/man1/text2pcap.*
Radek Vokál 0fc81e
%{_mandir}/man1/capinfos.*
Radek Vokál 0fc81e
%{_mandir}/man1/dumpcap.*
Radek Vokál 0fc81e
%{_mandir}/man4/wireshark-filter.*
Radek Vokál 27fd80
%{_mandir}/man1/rawshark.*
Jan Safranek 1bd4cb
%{_mandir}/man1/dftest.*
Jan Safranek 1bd4cb
%{_mandir}/man1/randpkt.*
Radek Vokál 0fc81e
%config(noreplace) %{_sysconfdir}/pam.d/wireshark
Radek Vokál 0fc81e
%{_datadir}/wireshark
Radek Vokál f699be
%if %{with_lua}
Radek Vokál f699be
%exclude %{_datadir}/wireshark/init.lua
Radek Vokál f699be
%endif
Radek Vokál f699be
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%files gnome
Radek Vokál 0fc81e
%defattr(-,root,root)
Radek Vokál 0fc81e
%{_datadir}/applications/fedora-wireshark.desktop
Jan Safranek b0cc94
%{_datadir}/icons/hicolor/16x16/apps/wireshark.png
Jan Safranek b0cc94
%{_datadir}/icons/hicolor/32x32/apps/wireshark.png
Jan Safranek b0cc94
%{_datadir}/icons/hicolor/48x48/apps/wireshark.png
Jan Safranek b0cc94
%{_datadir}/icons/hicolor/64x64/apps/wireshark.png
Jan Safranek b0cc94
%{_datadir}/icons/hicolor/256x256/apps/wireshark.png
Jan Safranek 9db68d
%{_datadir}/icons/gnome/16x16/mimetypes/application-x-pcap.png
Jan Safranek 9db68d
%{_datadir}/icons/gnome/32x32/mimetypes/application-x-pcap.png
Jan Safranek 9db68d
%{_datadir}/icons/gnome/48x48/mimetypes/application-x-pcap.png
Jan Safranek 9db68d
%{_datadir}/icons/gnome/256x256/mimetypes/application-x-pcap.png
Jan Safranek 9db68d
%{_datadir}/mime/packages/wireshark.xml
Radek Vokál 0fc81e
%{_sbindir}/wireshark
Radek Vokál 0fc81e
%{_mandir}/man1/wireshark.*
Radek Vokál 0fc81e
Radek Vokál 70a7db
%files devel
Radek Vokál 70a7db
%defattr(-,root,root)
Radek Vokál 70a7db
%doc doc/README.*
Radek Vokál 65c7e8
%config(noreplace) %{_datadir}/wireshark/init.lua
Radek Vokál 70a7db
%{_includedir}/wireshark
Radek Vokál 70a7db
%{_libdir}/lib*.so
Radek Vokál 70a7db
%{_libdir}/pkgconfig/*
Radek Vokál a57ef0
%{_datadir}/aclocal/*
Radek Vokál 70a7db
%{_mandir}/man1/idl2wrs.*
Radek Vokál 70a7db
%{_sbindir}/idl2wrs
Radek Vokál 0fc81e
Radek Vokál 0fc81e
%changelog
Steve Dickson 4fd960
* Mon Oct 17 2011 Steve Dickson <steved@redhat.com> - 1.6.2-3
Steve Dickson 4fd960
- Fixed a regression introduce by upstream patch r38306
Steve Dickson 4fd960
    which caused v4.1 traffic not to be displayed.
Steve Dickson 4fd960
- Added v4 error status to packet detail window.
Steve Dickson 4fd960
Jan Safranek 6d1180
* Tue Sep 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-2
Jan Safranek 6d1180
- fixed spelling of the security message (#737270)
Jan Safranek 6d1180
Jan Safranek a51bdc
* Fri Sep  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-1
Jan Safranek a51bdc
- upgrade to 1.6.2
Jan Safranek a51bdc
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.2.html
Jan Safranek a51bdc
Jan Safranek 16d607
* Thu Jul 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.1-1
Jan Safranek 16d607
- upgrade to 1.6.1
Jan Safranek 16d607
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.1.html
Jan Safranek 16d607
Jan Safranek 85d4d9
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-4
Jan Safranek 85d4d9
- fixed previous incomplete fix
Jan Safranek 85d4d9
Jan Safranek ef36da
* Thu Jun 16 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-3
Jan Safranek ef36da
- fixed Fedora-specific message when user is not part of 'wireshark' group
Jan Safranek ef36da
  - now it does not contain '<' and '>' characters (#713545)
Jan Safranek ef36da
Jan Safranek e0d0db
* Thu Jun  9 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-2
Jan Safranek e0d0db
- added wspy_dissectors directory to the package
Jan Safranek e0d0db
  - other packages can add Python plugins there
Jan Safranek e0d0db
  - as side effect, removed following message:
Jan Safranek e0d0db
    [Errno 2] No such file or directory: '/usr/lib64/wireshark/python/1.6.0/wspy_dissectors'
Jan Safranek e0d0db
- enabled zlib support
Jan Safranek e0d0db
Jan Safranek 04a707
* Wed Jun  8 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.0-1
Jan Safranek 04a707
- upgrade to 1.6.0
Jan Safranek 04a707
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.0.html
Jan Safranek 04a707
Jan Safranek 88fc67
* Thu Jun  2 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.7-1
Jan Safranek 88fc67
- upgrade to 1.4.7
Jan Safranek 88fc67
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.7.html
Jan Safranek 88fc67
Steve Dickson 35ded6
* Thu May 19 2011 Steve Dickson <steved@redhat.com> - 1.4.6-3
Steve Dickson 35ded6
- Improved the NFS4.1 patcket dissectors 
Steve Dickson 35ded6
Christopher Aillon efe622
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.4.6-2
Christopher Aillon efe622
- Update icon cache scriptlet
Christopher Aillon efe622
Jan Safranek 29617d
* Tue Apr 19 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.6-1
Jan Safranek 29617d
- upgrade to 1.4.6
Jan Safranek 29617d
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.6.html
Jan Safranek 29617d
Jan Safranek 29617d
* Mon Apr 18 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.5-1
Jan Safranek 71a36a
- upgrade to 1.4.5
Jan Safranek 71a36a
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.5.html
Jan Safranek 71a36a
Jan Safranek b0cc94
* Sun Apr 03 2011 Cosimo Cecchi <cosimoc@redhat.com> - 1.4.4-2
Jan Safranek b0cc94
- Use hi-res icons
Jan Safranek b0cc94
Jan Safranek b0cc94
* Thu Mar  3 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.4-1
Jan Safranek 9d6019
- upgrade to 1.4.4
Jan Safranek 9d6019
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.4.html
Jan Safranek 9d6019
Dennis Gilmore c0eaa3
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
Dennis Gilmore c0eaa3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore c0eaa3
Jan Safranek 05869d
* Mon Jan 17 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-2
Jan Safranek 05869d
- create the 'wireshark' group as system, not user
Jan Safranek 05869d
- add few additional header files to -devel subpackage (#671997)
Jan Safranek 05869d
Jan Safranek 05869d
* Thu Jan 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.3-1
Jan Safranek 7b96f1
- upgrade to 1.4.3
Jan Safranek 7b96f1
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.3.html
Jan Safranek 7b96f1
Jan Safranek ca6292
* Wed Jan  5 2011 Jan Safranek <jsafrane@redhat.com> - 1.4.2-5
Jan Safranek ca6292
- fixed buffer overflow in ENTTEC dissector (#666897)
Jan Safranek ca6292
Jan Safranek b3df85
* Wed Dec 15 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-4
Jan Safranek b3df85
- added epan/dissectors/*.h to -devel subpackage (#662969)
Jan Safranek b3df85
Jan Safranek 42b944
* Mon Dec  6 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-3
Jan Safranek 42b944
- fixed generation of man pages again (#635878)
Jan Safranek 42b944
Jan Safranek d45d3c
* Fri Nov 26 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-2
Jan Safranek ca94db
- rework the Wireshark security (#657490). Remove the console helper and
Jan Safranek ca94db
  allow only members of new 'wireshark' group to capture the packets.
Jan Safranek ca94db
Jan Safranek 6fcd91
* Mon Nov 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.2-1
Jan Safranek 6fcd91
- upgrade to 1.4.2
Jan Safranek 6fcd91
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.2.html
Jan Safranek 6fcd91
Jan Safranek fd4753
* Mon Nov  1 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-2
Jan Safranek fd4753
- temporarily disable zlib until
Jan Safranek fd4753
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4955 is resolved (#643461)
Jan Safranek fd4753
  
Jan Safranek b28611
* Fri Oct 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-1
Jan Safranek b28611
- upgrade to 1.4.1
Jan Safranek b28611
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
Jan Safranek 6e286a
- Own the %%{_libdir}/wireshark dir (#644508)
Jan Safranek 6e286a
- associate *.pcap files with wireshark (#641163)
Jan Safranek b28611
Jesse Keating 3b8b62
* Wed Sep 29 2010 jkeating - 1.4.0-2
Jesse Keating 3b8b62
- Rebuilt for gcc bug 634757
Jesse Keating 3b8b62
Jan Safranek 771ef2
* Fri Sep 24 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-2
Jan Safranek 771ef2
- fixed generation of man pages (#635878)
Jan Safranek 771ef2
Jan Safranek 1bd4cb
* Tue Aug 31 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.0-1
Jan Safranek 1bd4cb
- upgrade to 1.4.0
Jan Safranek 1bd4cb
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html
Jan Safranek 1bd4cb
Jan Safranek a078a4
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.10-1
Jan Safranek a078a4
- upgrade to 1.2.10
Jan Safranek a078a4
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.10.html
Jan Safranek a078a4
Jan Safranek 84d4f4
* Fri Jul 30 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-4
Jan Safranek 84d4f4
- Rebuilt again for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
Jan Safranek 84d4f4
Jan Šafránek 0dda79
* Thu Jul 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.2.9-3
Jan Šafránek 0dda79
- removing useless LDFLAGS (#603224)
Jan Šafránek 0dda79
Jan Šafránek 0dda79
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.9-2
dmalcolm c2516d
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
dmalcolm c2516d
Radek Vokál a459b5
* Fri Jun 11 2010 Radek Vokal <rvokal@redhat.com> - 1.2.9-1
Radek Vokál a459b5
- upgrade to 1.2.9
Radek Vokál a459b5
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.9.html
Radek Vokál a459b5
Radek Vokál 2df808
* Mon May 17 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-4
Radek Vokál 2df808
- removing traling bracket from python_sitearch (#592391)
Radek Vokál 2df808
Radek Vokál 14672d
* Fri May  7 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-3
Radek Vokál 14672d
- fix patched applied without fuzz=0
Radek Vokál 14672d
Radek Vokál 283cb9
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-2
Radek Vokál 283cb9
- use sitearch instead of sitelib to avoid pyo and pyc conflicts
Radek Vokál 283cb9
Radek Vokál d62b0b
* Thu May  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.8-1
Radek Vokál d62b0b
- upgrade to 1.2.8
Radek Vokál d62b0b
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.8.html
Radek Vokál d62b0b
Radek Vokál d59b99
* Tue Apr  6 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-2
Radek Vokál d59b99
- rebuild with GeoIP support (needs to be turned on in IP protocol preferences)
Radek Vokál d59b99
Radek Vokál 708c37
* Fri Apr  2 2010 Radek Vokal <rvokal@redhat.com> - 1.2.7-1
Radek Vokál 708c37
- upgrade to 1.2.7
Radek Vokál 708c37
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.7.html 
Radek Vokál 708c37
Radek Vokál 3eb82f
* Wed Mar 24 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-3
Radek Vokál 3eb82f
- bring back -pie
Radek Vokál 3eb82f
Jeff Layton ddc891
* Tue Mar 16 2010 Jeff Layton <jlayton@redhat.com> - 1.2.6-2
Jeff Layton ddc891
- add patch to allow decode of NFSv4.0 callback channel
Jeff Layton ddc891
- add patch to allow decode of more SMB FIND_FILE infolevels
Jeff Layton ddc891
Radek Vokál 945743
* Fri Jan 29 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-1
Radek Vokál 945743
- upgrade to 1.2.6
Radek Vokál 945743
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html 
Radek Vokál 945743
Radek Vokál 85c18b
* Wed Jan 20 2010 Radek Vokal <rvokal@redhat.com> - 1.2.5-5
Radek Vokál 85c18b
- minor spec file tweaks for better svn checkout support (#553500)
Radek Vokál 85c18b
Radek Vokál 65c7e8
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-4
Radek Vokál 65c7e8
- init.lua is present always and not only when lua support is enabled
Radek Vokál 65c7e8
Radek Vokál f699be
* Tue Jan 05 2010 Radek Vokál <rvokal@redhat.com> - 1.2.5-3
Radek Vokál f699be
- fix file list, init.lua is only in -devel subpackage (#552406)
Radek Vokál f699be
Radek Vokál a57ef0
* Fri Dec 18 2009 Patrick Monnerat <pm@datasphere.ch> 1.2.5-2
Radek Vokál a57ef0
- Autoconf macro for plugin development.
Radek Vokál a57ef0
Radek Vokál fb8504
* Fri Dec 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.5-1
Radek Vokál fb8504
- upgrade to 1.2.5
Radek Vokál fb8504
- fixes security vulnaribilities, see http://www.wireshark.org/security/wnpa-sec-2009-09.html 
Radek Vokál fb8504
Radek Vokál 70a7db
* Thu Dec 17 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-3
Radek Vokál 70a7db
- split -devel package (#547899, #203642, #218451)
Radek Vokál 70a7db
- removing root warning dialog (#543709)
Radek Vokál 70a7db
Radek Vokál 68e7ca
* Mon Dec 14 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-2
Radek Vokál 68e7ca
- enable lua support - http://wiki.wireshark.org/Lua
Radek Vokál 68e7ca
- attempt to fix filter crash on 64bits
Radek Vokál 68e7ca
Radek Vokál 9217fd
* Wed Nov 18 2009 Radek Vokal <rvokal@redhat.com> - 1.2.4-1
Radek Vokál 9217fd
- upgrade to 1.2.4
Radek Vokál 9217fd
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.4.html
Radek Vokál 9217fd
Radek Vokál 9ad2c5
* Fri Oct 30 2009 Radek Vokal <rvokal@redhat.com> - 1.2.3-1
Radek Vokál 9ad2c5
- upgrade to 1.2.3
Radek Vokál 9ad2c5
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.3.html
Radek Vokál 9ad2c5
Radek Vokál 16bbab
* Mon Sep 21 2009 Radek Vokal <rvokal@redhat.com> - 1.2.2-1
Radek Vokál 16bbab
- upgrade to 1.2.2
Radek Vokál 16bbab
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.2.html
Radek Vokál 16bbab
Radek Vokál 88c986
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> - 1.2.1-5
Radek Vokál 88c986
- do not use portaudio in RHEL
Radek Vokál 88c986
Radek Vokál 2235e4
* Fri Aug 28 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1-4
Radek Vokál 2235e4
- yet anohter rebuilt
Radek Vokál 2235e4
Tomáš Mráz e09f36
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
Tomáš Mráz e09f36
- rebuilt with new openssl
Tomáš Mráz e09f36
Jesse Keating c1ade7
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
Jesse Keating c1ade7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating c1ade7
Radek Vokál 4463b8
* Wed Jul 22 2009 Radek Vokal <rvokal@redhat.com> - 1.2.1
Radek Vokál 4463b8
- upgrade to 1.2.1
Radek Vokál 4463b8
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.1.html
Radek Vokál 4463b8
Radek Vokál 963c50
* Tue Jun 16 2009 Radek Vokal <rvokal@redhat.com> - 1.2.0
Radek Vokál 963c50
- upgrade to 1.2.0
Radek Vokál 963c50
- http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html
Radek Vokál 963c50
Radek Vokál b1bc8d
* Fri May 22 2009 Radek Vokal <rvokal@redhat.com> - 1.1.4-0.pre1
Radek Vokál b1bc8d
- update to latest development build
Radek Vokál b1bc8d
Radek Vokál 599c7f
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.3-1
Radek Vokál 599c7f
- upgrade to 1.1.3
Radek Vokál 599c7f
Radek Vokál a116e5
* Thu Mar 26 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-4.pre1
Radek Vokál a116e5
- fix libsmi support
Radek Vokál a116e5
Jesse Keating fd0c4a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3.pre1
Jesse Keating fd0c4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating fd0c4a
Radek Vokál 70db69
* Mon Feb 16 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-2.pre1
Radek Vokál 70db69
- add netdump support
Radek Vokál 70db69
Steve Dickson e542b9
* Sun Feb 15 2009 Steve Dickson <steved@redhat.com> - 1.1.2-1.pre1
Steve Dickson e542b9
- NFSv4.1: Add support for backchannel decoding
Steve Dickson e542b9
Radek Vokál 99484d
* Mon Jan 19 2009 Radek Vokal <rvokal@redhat.com> - 1.1.2-0.pre1
Radek Vokál 99484d
- upgrade to latest development release
Radek Vokál 99484d
- added support for portaudio (#480195)
Radek Vokál 99484d
Tomáš Mráz f03cfc
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.1-0.pre1.2
Tomáš Mráz f03cfc
- rebuild with new openssl
Tomáš Mráz f03cfc
Ignacio Vazquez-Abrams 6c7382
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1.1-0.pre1.1
Ignacio Vazquez-Abrams 6c7382
- Rebuild for Python 2.6
Ignacio Vazquez-Abrams 6c7382
Radek Vokál 99484d
* Thu Nov 13 2008 Radek Vokál <rvokal@redhat.com> 1.1.1-0.pre1
Radek Vokál d23607
- upgrade to 1.1.1 development branch
Radek Vokál d23607
Radek Vokál 1a3525
* Wed Sep 10 2008 Radek Vokál <rvokal@redhat.com> 1.0.3-1
Radek Vokál 1a3525
- upgrade to 1.0.3
Radek Vokál 1a3525
- Security-related bugs in the NCP dissector, zlib compression code, and Tektronix .rf5 file parser have been fixed. 
Radek Vokál 1a3525
- WPA group key decryption is now supported. 
Radek Vokál 1a3525
- A bug that could cause packets to be wrongly dissected as "Redback Lawful Intercept" has been fixed. 
Radek Vokál 1a3525
Radek Vokál 575237
* Mon Aug 25 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-3
Radek Vokál 575237
- fix requires for wireshark-gnome
Radek Vokál 575237
Steve Dickson 01a52d
* Thu Jul 17 2008 Steve Dickson <steved@redhat.com> 1.0.2-2
Radek Vokál 977e92
- Added patches to support NFSv4.1
Radek Vokál 977e92
Radek Vokál df2ad0
* Fri Jul 11 2008 Radek Vokál <rvokal@redhat.com> 1.0.2-1
Radek Vokál df2ad0
- upgrade to 1.0.2
Radek Vokál df2ad0
Radek Vokál bef587
* Tue Jul  8 2008 Radek Vokál <rvokal@redhat.com> 1.0.1-1
Radek Vokál bef587
- upgrade to 1.0.1
Radek Vokál bef587
Dennis Gilmore d09c0f
* Sun Jun 29 2008 Dennis Gilmore <dennis@ausil.us> 1.0.0-3
Dennis Gilmore d09c0f
- add sparc arches to -fPIE 
Dennis Gilmore d09c0f
- rebuild for new gnutls
Dennis Gilmore d09c0f
Radek Vokál 6f689f
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-2
Radek Vokál 6f689f
- fix BuildRequires - python, yacc, bison
Radek Vokál 6f689f
Radek Vokál 27fd80
* Tue Apr  1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
Radek Vokál 27fd80
- April Fools' day upgrade to 1.0.0
Radek Vokál 27fd80
Jesse Keating cb0f49
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
Jesse Keating cb0f49
- Autorebuild for GCC 4.3
Jesse Keating cb0f49
Radek Vokál f115bf
* Wed Dec 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-2
Radek Vokál f115bf
- fix crash in unprivileged mode (#317681)
Radek Vokál f115bf
Radek Vokál 57c256
* Tue Dec 18 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-1
Radek Vokál 57c256
- upgrade to 0.99.7
Radek Vokál 57c256
Radek Vokál 53bcf2
* Fri Dec  7 2007 Radek Vokál <rvokal@redhat.com> 0.99.7-0.pre2.1
Radek Vokál 53bcf2
- rebuilt for openssl
Radek Vokál 53bcf2
Radek Vokál bc92d5
* Mon Nov 26 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre2
Radek Vokál bc92d5
- switch to libsmi from net-snmp
Radek Vokál bc92d5
- disable ADNS due to its lack of Ipv6 support
Radek Vokál bc92d5
- 0.99.7 prerelease 2
Radek Vokál bc92d5
Radek Vokál e301ec
* Tue Nov 20 2007 Radek Vokal <rvokal@redhat.com> 0.99.7-0.pre1
Radek Vokál e301ec
- upgrade to 0.99.7 pre-release
Radek Vokál e301ec
Radek Vokál 6ec0fb
* Wed Sep 19 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-3
Radek Vokál 6ec0fb
- fixed URL
Radek Vokál 6ec0fb
Radek Vokál 9f7911
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-2
Radek Vokál 9f7911
- rebuilt
Radek Vokál 9f7911
Radek Vokál 46dfdb
* Mon Jul  9 2007 Radek Vokal <rvokal@redhat.com> 0.99.6-1
Radek Vokál 46dfdb
- upgrade to 0.99.6 final
Radek Vokál 46dfdb
Radek Vokál 7ae600
* Fri Jun 15 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre2
Radek Vokál 7ae600
- another pre-release
Radek Vokál 7ae600
- turn on ADNS support
Radek Vokál 7ae600
Radek Vokál 18cc0f
* Wed May 23 2007 Radek Vokál <rvokal@redhat.com> 0.99.6-0.pre1
Radek Vokál 18cc0f
- update to pre1 of 0.99.6 release
Radek Vokál 18cc0f
Radek Vokál 646e1c
* Mon Feb  5 2007 Radek Vokál <rvokal@redhat.com> 0.99.5-1
Radek Vokál 646e1c
- multiple security issues fixed (#227140)
Radek Vokál 646e1c
- CVE-2007-0459 - The TCP dissector could hang or crash while reassembling HTTP packets
Radek Vokál 646e1c
- CVE-2007-0459 - The HTTP dissector could crash.
Radek Vokál 646e1c
- CVE-2007-0457 - On some systems, the IEEE 802.11 dissector could crash.
Radek Vokál 646e1c
- CVE-2007-0456 - On some systems, the LLT dissector could crash.
Radek Vokál 646e1c
Radek Vokál e08989
* Mon Jan 15 2007 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre2
Radek Vokál e08989
- another 0.99.5 prerelease, fix build bug and pie flags
Radek Vokál e08989
Radek Vokál 54b7d1
* Tue Dec 12 2006 Radek Vokal <rvokal@redhat.com> 0.99.5-0.pre1
Radek Vokál 54b7d1
- update to 0.99.5 prerelease
Radek Vokál 54b7d1
Jeremy Katz 258f8a
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.99.4-5
Jeremy Katz 258f8a
- rebuild for python 2.5 
Jeremy Katz 258f8a
Radek Vokál 5742d5
* Tue Nov 28 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-4
Radek Vokál 5742d5
- rebuilt for new libpcap and net-snmp
Radek Vokál 5742d5
Radek Vokál 91ba1b
* Thu Nov 23 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-3
Radek Vokál 91ba1b
- add htmlview to Buildrequires to be picked up by configure scripts (#216918)
Radek Vokál 91ba1b
Radek Vokál 7fdec1
* Tue Nov  7 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-2.fc7
Radek Vokál 7fdec1
- Requires: net-snmp for the list of MIB modules 
Radek Vokál 7fdec1
Radek Vokál 7755bf
* Wed Nov  1 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-1
Radek Vokál 7755bf
- upgrade to 0.99.4 final
Radek Vokál 7755bf
Radek Vokál 7a60ed
* Tue Oct 31 2006 Radek Vokál <rvokal@redhat.com> 0.99.4-0.pre2
Radek Vokál 7a60ed
- upgrade to 0.99.4pre2
Radek Vokál 7a60ed
Radek Vokál 7926b6
* Tue Oct 10 2006 Radek Vokal <rvokal@redhat.com> 0.99.4-0.pre1
Radek Vokál 7926b6
- upgrade to 0.99.4-0.pre1
Radek Vokál 7926b6
Radek Vokál 6ec5a0
* Fri Aug 25 2006 Radek Vokál <rvokal@redhat.com> 0.99.3-1
Radek Vokál 6ec5a0
- upgrade to 0.99.3
Radek Vokál 6ec5a0
- Wireshark 0.99.3 fixes the following vulnerabilities:
Radek Vokál 6ec5a0
- the SCSI dissector could crash. Versions affected: CVE-2006-4330
Radek Vokál 6ec5a0
- the IPsec ESP preference parser was susceptible to off-by-one errors. CVE-2006-4331
Radek Vokál 6ec5a0
- a malformed packet could make the Q.2931 dissector use up available memory. CVE-2006-4333 
Radek Vokál 6ec5a0
Radek Vokál 7ba31d
* Tue Jul 18 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-1
Radek Vokál 7ba31d
- upgrade to 0.99.2
Radek Vokál 7ba31d
Jesse Keating c3efff
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.99.2-0.pre1.1
Jesse Keating c3efff
- rebuild
Jesse Keating c3efff
Radek Vokál 02c444
* Tue Jul 11 2006 Radek Vokál <rvokal@redhat.com> 0.99.2-0.pre1
Radek Vokál 02c444
- upgrade to 0.99.2pre1, fixes (#198242)
Radek Vokál 02c444
Radek Vokál 0fc81e
* Tue Jun 13 2006 Radek Vokal <rvokal@redhat.com> 0.99.1-0.pre1
Radek Vokál 0fc81e
- spec file changes
Radek Vokál 0fc81e
Radek Vokál 0fc81e
* Fri Jun  9 2006 Radek Vokal <rvokal@redhat.com> 0.99.1pre1-1
Radek Vokál 0fc81e
- initial build for Fedora Core