|
Jan Safranek |
cf8ee4 |
%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
|
|
Radek Vokál |
283cb9 |
|
|
Jan Safranek |
cf8ee4 |
%global with_adns 0
|
|
Jan Safranek |
cf8ee4 |
%global with_lua 1
|
|
Peter Hatina |
773285 |
%global with_gtk2 1
|
|
Jan Safranek |
d91ac2 |
|
|
Radek Vokál |
88c986 |
%if 0%{?rhel} != 0
|
|
Jan Safranek |
d91ac2 |
#RHEL:
|
|
Jan Safranek |
d91ac2 |
%global with_portaudio 0
|
|
Jan Safranek |
d91ac2 |
%global with_GeoIP 0
|
|
Jan Safranek |
d91ac2 |
%if 0%{?rhel} <= 6
|
|
Jan Safranek |
d91ac2 |
# RHEL6: use GTK2
|
|
Jan Safranek |
d91ac2 |
%global with_gtk2 1
|
|
Jan Safranek |
d91ac2 |
%endif
|
|
Radek Vokál |
88c986 |
%else
|
|
Jan Safranek |
d91ac2 |
%global with_portaudio 1
|
|
Jan Safranek |
d91ac2 |
%global with_GeoIP 1
|
|
Radek Vokál |
88c986 |
%endif
|
|
Radek Vokál |
0fc81e |
|
|
Jan Safranek |
d91ac2 |
|
|
Jan Safranek |
9db68d |
Summary: Network traffic analyzer
|
|
Jan Safranek |
9db68d |
Name: wireshark
|
|
|
d3e571 |
Version: 1.12.0
|
|
Peter Robinson |
3393f0 |
Release: 2%{?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
|
|
Peter Hatina |
1bc718 |
Source1: 90-wireshark-usbmon.rules
|
|
|
1444df |
# Fedora-specific
|
|
|
1444df |
Patch1: wireshark-0001-enable-Lua-support.patch
|
|
|
1444df |
# Fedora-specific
|
|
|
1444df |
Patch2: wireshark-0002-Customize-permission-denied-error.patch
|
|
|
61af30 |
# Will be proposed upstream
|
|
|
d3e571 |
Patch3: wireshark-0003-fix-string-overrun-in-plugins-profinet.patch
|
|
|
5579c4 |
# Will be proposed upstream
|
|
|
d3e571 |
Patch4: wireshark-0004-adds-autoconf-macro-file.patch
|
|
|
5579c4 |
# Fedora-specific
|
|
|
d3e571 |
Patch5: wireshark-0005-Restore-Fedora-specific-groups.patch
|
|
|
5579c4 |
# Will be proposed upstream
|
|
|
d3e571 |
Patch6: wireshark-0006-Add-pkgconfig-entry.patch
|
|
|
5579c4 |
# Will be proposed upstream
|
|
|
d3e571 |
Patch7: wireshark-0007-Install-autoconf-related-file.patch
|
|
Peter Hatina |
1fba24 |
# Fedora-specific
|
|
|
d3e571 |
Patch8: wireshark-0008-move-default-temporary-directory-to-var-tmp.patch
|
|
|
b47624 |
# Fedora-specific
|
|
|
d3e571 |
Patch9: wireshark-0009-Fix-paths-in-a-wireshark.desktop-file.patch
|
|
Radek Vokál |
977e92 |
|
|
Jan Safranek |
9db68d |
Url: http://www.wireshark.org/
|
|
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
|
|
Jan Safranek |
d91ac2 |
BuildRequires: glib2-devel
|
|
Jan Safranek |
9db68d |
BuildRequires: elfutils-devel, krb5-devel
|
|
Peter Hatina |
4459b5 |
BuildRequires: pcre-devel, libselinux
|
|
Jan Safranek |
9db68d |
BuildRequires: gnutls-devel
|
|
Jan Safranek |
2c07b0 |
BuildRequires: desktop-file-utils
|
|
Radek Vokál |
bc92d5 |
BuildRequires: xdg-utils
|
|
Peter Hatina |
4459b5 |
BuildRequires: flex, bison
|
|
Jan Safranek |
110472 |
BuildRequires: libcap-devel
|
|
|
330c0b |
%if 0%{?fedora} > 18
|
|
Peter Hatina |
80f312 |
BuildRequires: perl-podlators
|
|
|
330c0b |
%endif
|
|
Peter Hatina |
b22cb9 |
BuildRequires: libgcrypt-devel
|
|
Jan Safranek |
df20f8 |
%if %{with_GeoIP}
|
|
Jan Safranek |
df20f8 |
BuildRequires: GeoIP-devel
|
|
Jan Safranek |
df20f8 |
%endif
|
|
Radek Vokál |
bc92d5 |
%if %{with_adns}
|
|
Radek Vokál |
bc92d5 |
BuildRequires: adns-devel
|
|
Jan Safranek |
110472 |
%else
|
|
Jan Safranek |
110472 |
BuildRequires: c-ares-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
|
|
Jan Safranek |
d91ac2 |
%if %{with_gtk2}
|
|
Jan Safranek |
d91ac2 |
BuildRequires: gtk2-devel
|
|
Jan Safranek |
d91ac2 |
%else
|
|
Jan Safranek |
d91ac2 |
BuildRequires: gtk3-devel
|
|
Jan Safranek |
d91ac2 |
%endif
|
|
Radek Vokál |
0fc81e |
|
|
Jan Safranek |
d08c88 |
# Temporary hack - wireshark-1.8.0 is not compilable with upstream
|
|
Jan Safranek |
d08c88 |
# Makefile.in / configure, they need to be regenerated
|
|
Jan Safranek |
d08c88 |
BuildRequires: libtool, automake, autoconf
|
|
Jan Safranek |
d08c88 |
|
|
Jan Safranek |
54caa3 |
Requires(pre): shadow-utils
|
|
Jan Safranek |
54caa3 |
%if %{with_adns}
|
|
Jan Safranek |
54caa3 |
Requires: adns
|
|
Jan Safranek |
54caa3 |
%endif
|
|
Jan Safranek |
54caa3 |
|
|
Radek Vokál |
0fc81e |
%package gnome
|
|
Jan Safranek |
54caa3 |
Summary: Gnome desktop integration for wireshark
|
|
Radek Vokál |
0fc81e |
Group: Applications/Internet
|
|
Peter Hatina |
23f616 |
Requires: %{name} = %{version}-%{release}
|
|
Jan Safranek |
54caa3 |
Requires: xdg-utils
|
|
Jan Safranek |
54caa3 |
Requires: hicolor-icon-theme
|
|
Jan Safranek |
d91ac2 |
%if %{with_gtk2}
|
|
Jan Safranek |
d91ac2 |
Requires: gtk2
|
|
Jan Safranek |
d91ac2 |
%else
|
|
Jan Safranek |
d91ac2 |
Requires: gtk3
|
|
Jan Safranek |
d91ac2 |
%endif
|
|
Radek Vokál |
99484d |
%if %{with_portaudio}
|
|
Radek Vokál |
99484d |
Requires: portaudio
|
|
Radek Vokál |
99484d |
%endif
|
|
Jan Safranek |
d91ac2 |
%if %{with_GeoIP}
|
|
Jan Safranek |
d91ac2 |
Requires: GeoIP
|
|
Jan Safranek |
d91ac2 |
%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
|
|
Peter Hatina |
23f616 |
Requires: %{name} = %{version}-%{release} 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 |
|
|
|
5579c4 |
This package lays base for libpcap, a packet capture and filtering
|
|
|
5579c4 |
library, contains command-line utilities, contains plugins and
|
|
|
5579c4 |
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
|
|
|
1444df |
%setup -q
|
|
Radek Vokál |
68e7ca |
|
|
Radek Vokál |
68e7ca |
%if %{with_lua}
|
|
|
1444df |
%patch1 -p1 -b .enable_lua
|
|
Radek Vokál |
68e7ca |
%endif
|
|
Radek Vokál |
0fc81e |
|
|
|
1444df |
%patch2 -p1 -b .perm_denied_customization
|
|
|
d3e571 |
%patch3 -p1 -b .profinet_crash
|
|
|
d3e571 |
%patch4 -p1 -b .add_autoconf
|
|
|
d3e571 |
%patch5 -p1 -b .restore_group
|
|
|
d3e571 |
|
|
|
d3e571 |
# Somebody forgot to add this file into tarball (fixed in wireshark-1.12.1)
|
|
|
d3e571 |
echo "prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
d3e571 |
exec_prefix=\${prefix}
|
|
|
d3e571 |
libdir=\${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
|
d3e571 |
sharedlibdir=\${libdir}
|
|
|
d3e571 |
includedir=\${prefix}/include/wireshark
|
|
|
d3e571 |
plugindir=@PLUGIN_INSTALL_DIR@
|
|
|
d3e571 |
|
|
|
d3e571 |
Name: wireshark
|
|
|
d3e571 |
Description: wireshark network packet dissection library
|
|
|
d3e571 |
Version: @PROJECT_VERSION@
|
|
|
d3e571 |
|
|
|
d3e571 |
Requires:
|
|
|
d3e571 |
Libs: -L\${libdir} -L\${sharedlibdir} -lwireshark
|
|
|
d3e571 |
Cflags: -I\${includedir}" > wireshark.pc.in
|
|
|
d3e571 |
|
|
|
d3e571 |
%patch6 -p1 -b .add_pkgconfig
|
|
|
d3e571 |
%patch7 -p1 -b .install_autoconf
|
|
|
d3e571 |
%patch8 -p1 -b .tmp_dir
|
|
|
d3e571 |
%patch9 -p1 -b .fix_paths
|
|
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
|
|
Peter Hatina |
df34ac |
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector-strong/-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 |
|
|
|
1444df |
autoreconf -ivf
|
|
Jan Safranek |
d08c88 |
|
|
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 \
|
|
Jan Safranek |
d91ac2 |
%if %{with_gtk2}
|
|
|
d3e571 |
--with-gtk2 \
|
|
Ville Skyttä |
f83569 |
--with-gtk3=no \
|
|
Jan Safranek |
d91ac2 |
%else
|
|
Ville Skyttä |
f83569 |
--with-gtk3=yes \
|
|
Jan Safranek |
d91ac2 |
%endif
|
|
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
|
|
Jan Safranek |
cf8ee4 |
%if %{with_portaudio}
|
|
Jan Safranek |
cf8ee4 |
--with-portaudio \
|
|
Jan Safranek |
cf8ee4 |
%else
|
|
Jan Safranek |
cf8ee4 |
--with-portaudio=no \
|
|
Jan Safranek |
cf8ee4 |
%endif
|
|
Jan Safranek |
df20f8 |
%if %{with_GeoIP}
|
|
Jan Safranek |
df20f8 |
--with-geoip \
|
|
Jan Safranek |
df20f8 |
%else
|
|
Jan Safranek |
df20f8 |
--with-geoip=no \
|
|
Jan Safranek |
df20f8 |
%endif
|
|
Radek Vokál |
0fc81e |
--with-ssl \
|
|
Radek Vokál |
18cc0f |
--disable-warnings-as-errors \
|
|
Jan Safranek |
fd4753 |
--with-plugins=%{_libdir}/%{name}/plugins/%{version} \
|
|
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 |
# The evil plugins hack
|
|
Radek Vokál |
0fc81e |
perl -pi -e 's|-L../../epan|-L../../epan/.libs|' plugins/*/*.la
|
|
Radek Vokál |
0fc81e |
|
|
|
1444df |
make DESTDIR=%{buildroot} install
|
|
|
527f19 |
make DESTDIR=%{buildroot} install_desktop_files
|
|
Radek Vokál |
0fc81e |
|
|
Radek Vokál |
0fc81e |
# Install python stuff.
|
|
|
1444df |
mkdir -p %{buildroot}%{python_sitearch}
|
|
|
1444df |
install -m 644 tools/wireshark_be.py tools/wireshark_gen.py %{buildroot}%{python_sitearch}
|
|
Radek Vokál |
0fc81e |
|
|
|
527f19 |
desktop-file-validate %{buildroot}%{_datadir}/applications/wireshark.desktop
|
|
Radek Vokál |
0fc81e |
|
|
Jan Safranek |
5edc23 |
#install devel files (inspired by debian/wireshark-dev.header-files)
|
|
|
1444df |
install -d -m 0755 %{buildroot}%{_includedir}/wireshark
|
|
|
1444df |
IDIR="%{buildroot}%{_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"
|
|
Peter Hatina |
1bc718 |
mkdir -p %{buildroot}/%{_sysconfdir}/udev/rules.d
|
|
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 |
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"
|
|
Peter Hatina |
24e4ab |
install -m 644 ws_symbol_export.h "${IDIR}/"
|
|
Peter Hatina |
1bc718 |
install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/udev/rules.d/
|
|
Radek Vokál |
d59b99 |
|
|
Radek Vokál |
0fc81e |
# Remove .la files
|
|
|
1444df |
rm -f %{buildroot}%{_libdir}/%{name}/plugins/%{version}/*.la
|
|
Radek Vokál |
0fc81e |
|
|
Radek Vokál |
0fc81e |
# Remove .la files in libdir
|
|
|
1444df |
rm -f %{buildroot}%{_libdir}/*.la
|
|
Radek Vokál |
0fc81e |
|
|
Jan Safranek |
ca94db |
%pre
|
|
Jan Safranek |
05869d |
getent group wireshark >/dev/null || groupadd -r wireshark
|
|
Peter Hatina |
1bc718 |
getent group usbmon >/dev/null || groupadd -r usbmon
|
|
Jan Safranek |
ca94db |
|
|
Peter Hatina |
1bc718 |
%post
|
|
Peter Hatina |
1bc718 |
/sbin/ldconfig
|
|
Peter Hatina |
54a65b |
/usr/bin/udevadm trigger --subsystem-match=usbmon
|
|
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
|
|
|
1444df |
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
|
|
Radek Vokál |
0fc81e |
%{_sbindir}/editcap
|
|
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
|
|
|
d3e571 |
%{_sbindir}/captype
|
|
Radek Vokál |
0fc81e |
%{_sbindir}/randpkt
|
|
Peter Hatina |
f670be |
%{_sbindir}/reordercap
|
|
Peter Hatina |
d45687 |
%attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_sbindir}/dumpcap
|
|
Radek Vokál |
27fd80 |
%{_sbindir}/rawshark
|
|
Peter Hatina |
1bc718 |
%{_sysconfdir}/udev/rules.d/90-wireshark-usbmon.rules
|
|
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.*
|
|
Peter Hatina |
f670be |
%{_mandir}/man1/reordercap.*
|
|
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
|
|
Parag Nemade |
70571d |
%{_datadir}/applications/wireshark.desktop
|
|
Jan Safranek |
b0cc94 |
%{_datadir}/icons/hicolor/16x16/apps/wireshark.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/24x24/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
|
|
|
527f19 |
%{_datadir}/icons/hicolor/128x128/apps/wireshark.png
|
|
Jan Safranek |
b0cc94 |
%{_datadir}/icons/hicolor/256x256/apps/wireshark.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/16x16/mimetypes/application-wireshark-doc.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/24x24/mimetypes/application-wireshark-doc.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/32x32/mimetypes/application-wireshark-doc.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/48x48/mimetypes/application-wireshark-doc.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/64x64/mimetypes/application-wireshark-doc.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/128x128/mimetypes/application-wireshark-doc.png
|
|
|
527f19 |
%{_datadir}/icons/hicolor/256x256/mimetypes/application-wireshark-doc.png
|
|
|
d3e571 |
%{_datadir}/icons/hicolor/scalable/apps/wireshark.svg
|
|
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 |
%doc doc/README.*
|
|
|
61af30 |
%if %{with_lua}
|
|
Radek Vokál |
65c7e8 |
%config(noreplace) %{_datadir}/wireshark/init.lua
|
|
|
61af30 |
%endif
|
|
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 |
0fc81e |
|
|
Radek Vokál |
0fc81e |
%changelog
|
|
Peter Robinson |
3393f0 |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0-2
|
|
Peter Robinson |
3393f0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
Peter Robinson |
3393f0 |
|
|
|
d3e571 |
* Tue Aug 05 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.12.0-1
|
|
|
d3e571 |
- Ver. 1.12.0
|
|
|
d3e571 |
- Dropped a lot of outdated patches.
|
|
|
d3e571 |
- Added /usr/sbin/captype application.
|
|
|
d3e571 |
- Added temporary workaround for wireshark.pc.in missing in the official
|
|
|
d3e571 |
tarball.
|
|
|
d3e571 |
- Removed outdated --with-dumpcap-group="wireshark" cli switch. It doesn't work
|
|
|
d3e571 |
during rpmbuild, and we still set group explicitly in the 'files' section.
|
|
|
d3e571 |
- Removed --enable-setcap-install. Likewise.
|
|
|
d3e571 |
- Some ANSI C header files were moved to epan/
|
|
|
d3e571 |
|
|
Peter Hatina |
585496 |
* Fri Aug 1 2014 Peter Hatina <phatina@redhat.com> - 1.10.9-1
|
|
Peter Hatina |
585496 |
- Ver. 1.10.9
|
|
Peter Hatina |
585496 |
|
|
Peter Hatina |
d77a65 |
* Fri Jun 13 2014 Peter Hatina <phatina@redhat.com> - 1.10.8-1
|
|
Peter Hatina |
d77a65 |
- Ver. 1.10.8
|
|
Peter Hatina |
d77a65 |
|
|
|
749f09 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.7-3
|
|
|
749f09 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
749f09 |
|
|
Peter Hatina |
454784 |
* Fri May 30 2014 Peter Hatina <phatina@redhat.com> - 1.0.7-2
|
|
Peter Hatina |
454784 |
- add AMQP 1.0 support
|
|
Peter Hatina |
454784 |
|
|
Peter Hatina |
62e5aa |
* Wed Apr 23 2014 Peter Hatina <phatina@redhat.com> - 1.10.7-1
|
|
Peter Hatina |
62e5aa |
- Ver. 1.10.7
|
|
Peter Hatina |
62e5aa |
|
|
Peter Hatina |
54a65b |
* Fri Mar 21 2014 Peter Hatina <phatina@redhat.com> - 1.10.6-2
|
|
Peter Hatina |
54a65b |
- Reload udev rule for usbmon subsystem only
|
|
Peter Hatina |
54a65b |
|
|
|
88032f |
* Sat Mar 08 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.6-1
|
|
|
88032f |
- Ver. 1.10.6
|
|
|
88032f |
|
|
Peter Hatina |
9dcc3e |
* Fri Mar 7 2014 Peter Hatina <phatina@redhat.com> - 1.10.5-4
|
|
Peter Hatina |
9dcc3e |
- Fix Capture Dialog layout on low resolution displays
|
|
Peter Hatina |
9dcc3e |
- Resolves: #1071313
|
|
Peter Hatina |
9dcc3e |
|
|
Ville Skyttä |
f83569 |
* Sun Feb 9 2014 Ville Skyttä <ville.skytta@iki.fi>
|
|
Ville Skyttä |
f83569 |
- Fix --with-gtk* build option usage.
|
|
Ville Skyttä |
f83569 |
|
|
|
b47624 |
* Wed Jan 29 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-3
|
|
|
b47624 |
- Fixed paths in the desktop-file (see rhbz #1059188)
|
|
|
b47624 |
|
|
|
ab5f7c |
* Mon Jan 13 2014 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-2
|
|
|
ab5f7c |
- Updated RTPproxy dissector (again)
|
|
|
ab5f7c |
- Fix rare issue with the Sniffer traces (patch no. 23)
|
|
|
ab5f7c |
|
|
|
e786aa |
* Mon Dec 23 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.5-1
|
|
|
e786aa |
- Ver. 1.10.5
|
|
|
e786aa |
- Don't apply upstreamed patches no. 18, 19, 20.
|
|
|
e786aa |
|
|
|
b23552 |
* Thu Dec 19 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-2
|
|
|
b23552 |
- Fix endianness in the Bitcoin protocol dissector (patch no. 19)
|
|
|
b23552 |
- Last-minute fix for wrongly backported change (patch no. 20)
|
|
|
b23552 |
- Fix FTBFS in Rawhide (see patch no. 21 - recent Glib doesn't provide g_memmove macro anymore)
|
|
|
b23552 |
|
|
|
3a1a1b |
* Wed Dec 18 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.4-1
|
|
|
3a1a1b |
- Ver. 1.10.4
|
|
|
3a1a1b |
- Don't apply upsteamed patches no. 13, 14, 15, 16, 17
|
|
|
3a1a1b |
- Fix variable overflow (patch no. 18)
|
|
|
3a1a1b |
- Updated RTPproxy dissector (backported three more patches from trunk)
|
|
|
3a1a1b |
|
|
Peter Hatina |
4459b5 |
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-9
|
|
Peter Hatina |
4459b5 |
- remove python support
|
|
Peter Hatina |
4459b5 |
|
|
Peter Hatina |
1bc718 |
* Tue Dec 10 2013 Peter Hatina <phatina@redhat.com> - 1.10-3-8
|
|
Peter Hatina |
1bc718 |
- fix read permissions of /dev/usbmon* for non-root users
|
|
Peter Hatina |
1bc718 |
|
|
|
16ed22 |
* Mon Dec 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-7
|
|
|
16ed22 |
- Fix error in the backported RTPproxy patches
|
|
|
16ed22 |
|
|
|
61af30 |
* Fri Dec 06 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-6
|
|
|
61af30 |
- Updated RTPproxy dissector (again), squashed patch no. 15 (applied upstream).
|
|
|
61af30 |
- Use proper soname in the python scripts
|
|
|
61af30 |
- Don't apply no longer needed fix for pod2man.
|
|
|
61af30 |
- Fix for main window. See patch no. 15
|
|
|
61af30 |
- Fix for SCTP dissection. See patch no. 16
|
|
|
61af30 |
- Fix for rare issue in Base Station Subsystem GPRS Protocol dissection. See
|
|
|
61af30 |
patch no. 17
|
|
|
61af30 |
- Fix building w/o Lua
|
|
|
61af30 |
|
|
|
65d033 |
* Wed Nov 27 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-5
|
|
|
65d033 |
- Updated RTPproxy dissector (again)
|
|
|
65d033 |
- Allow packets more than 64k (for USB capture). See patch no. 13
|
|
|
65d033 |
- Don't die during loading of some SIP capture files. See patch no. 14
|
|
|
65d033 |
- Backport support for RTPproxy dissector timeouts detection. See patch no. 15
|
|
|
65d033 |
|
|
|
173888 |
* Wed Nov 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-4
|
|
|
173888 |
- Updated RTPproxy dissector
|
|
|
173888 |
|
|
Peter Hatina |
23f616 |
* Thu Nov 07 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-3
|
|
Peter Hatina |
23f616 |
- fix subpackage requires
|
|
Peter Hatina |
23f616 |
|
|
Peter Hatina |
d45687 |
* Wed Nov 06 2013 Peter Hatina <phatina@redhat.com> - 1.10.3-2
|
|
Peter Hatina |
d45687 |
- harden dumpcap capabilities
|
|
Peter Hatina |
d45687 |
|
|
|
c06811 |
* Sat Nov 02 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.3-1
|
|
|
c06811 |
- Ver. 1.10.3
|
|
|
c06811 |
- Dropped upsteamed patch no. 13
|
|
|
c06811 |
|
|
|
c06811 |
* Tue Oct 01 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-8
|
|
|
b6d90c |
- Added support for rtpproxy conversations (req/resp matching)
|
|
|
b6d90c |
|
|
Peter Hatina |
13974b |
* Tue Sep 24 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-7
|
|
Peter Hatina |
13974b |
- fix build error caused by symbols clash
|
|
Peter Hatina |
13974b |
|
|
Peter Hatina |
1fba24 |
* Tue Sep 17 2013 Peter Hatina <phatina@redhat.com> - 1.10.2-6
|
|
Peter Hatina |
1fba24 |
- move default temporary directory to /var/tmp
|
|
Peter Hatina |
1fba24 |
|
|
|
5579c4 |
* Fri Sep 13 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-5
|
|
|
5579c4 |
- Convert automake/pkgconfig files into patches (better upstream integration)
|
|
|
5579c4 |
- Restored category in the *.desktop file
|
|
|
5579c4 |
- Install another one necessary header file - frame_data_sequence.h
|
|
|
5579c4 |
|
|
|
527f19 |
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-4
|
|
|
527f19 |
- Enhance desktop integration (*.desktop and MIME-related files)
|
|
|
527f19 |
|
|
|
330c0b |
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-3
|
|
|
330c0b |
- Fix building on Fedora 18 (no perl-podlators)
|
|
|
330c0b |
|
|
|
6533a7 |
* Thu Sep 12 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.2-2
|
|
|
6533a7 |
- Add an OpenFlow dissector
|
|
|
6533a7 |
|
|
|
844b61 |
* Wed Sep 11 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10-2-1
|
|
|
844b61 |
- Ver. 1.10.2
|
|
|
844b61 |
- Actually remove the console helper
|
|
|
844b61 |
|
|
|
1444df |
* Mon Sep 09 2013 Peter Lemenkov <lemenkov@gmail.com> - 1.10.1-1
|
|
|
1444df |
- Ver. 1.10.1
|
|
|
1444df |
- Backported rtpproxy dissector module
|
|
|
1444df |
|
|
Peter Hatina |
24e4ab |
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-11
|
|
Peter Hatina |
24e4ab |
- fix missing ws_symbol_export.h
|
|
Peter Hatina |
24e4ab |
|
|
Peter Hatina |
f0bdc1 |
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-10
|
|
Peter Hatina |
f0bdc1 |
- fix tap iostat overflow
|
|
Peter Hatina |
f0bdc1 |
|
|
Peter Hatina |
629325 |
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-9
|
|
Peter Hatina |
629325 |
- fix sctp bytes graph crash
|
|
Peter Hatina |
629325 |
|
|
Peter Hatina |
2607a0 |
* Wed Sep 04 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-8
|
|
Peter Hatina |
2607a0 |
- fix string overrun in plugins/profinet
|
|
Peter Hatina |
2607a0 |
|
|
Peter Hatina |
b22cb9 |
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-7
|
|
Peter Hatina |
b22cb9 |
- fix BuildRequires - libgcrypt-devel
|
|
Peter Hatina |
b22cb9 |
|
|
Peter Hatina |
df34ac |
* Tue Sep 03 2013 Peter Hatina <phatina@redhat.com> - 1.10.0-6
|
|
Peter Hatina |
df34ac |
- fix build parameter -fstack-protector-all
|
|
Peter Hatina |
df34ac |
|
|
|
64a933 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
|
|
|
64a933 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
64a933 |
|
|
Peter Hatina |
c14c50 |
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-4
|
|
Peter Hatina |
c14c50 |
- fix pod2man build error
|
|
Peter Hatina |
c14c50 |
|
|
Peter Hatina |
376acc |
* Mon Jun 24 2013 Peter Hatina <phatina@redhat.com> 1.10.0-3
|
|
Peter Hatina |
376acc |
- fix bogus date
|
|
Peter Hatina |
376acc |
|
|
Peter Hatina |
1a225d |
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-2
|
|
Peter Hatina |
1a225d |
- fix flow graph crash
|
|
Peter Hatina |
1a225d |
|
|
Peter Hatina |
f670be |
* Mon Jun 17 2013 Peter Hatina <phatina@redhat.com> 1.10.0-1
|
|
Peter Hatina |
f670be |
- upgrade to 1.10.0
|
|
Peter Hatina |
f670be |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.10.0.html
|
|
Peter Hatina |
f670be |
|
|
Peter Hatina |
376acc |
* Mon Apr 08 2013 Peter Hatina <phatina@redhat.com> 1.8.6-5
|
|
Peter Hatina |
cd4905 |
- fix documentation build error
|
|
Peter Hatina |
cd4905 |
|
|
Peter Hatina |
f0c20e |
* Wed Mar 27 2013 Peter Hatina <phatina@redhat.com> 1.8.6-4
|
|
Peter Hatina |
f0c20e |
- fix capture crash (#894753)
|
|
Peter Hatina |
f0c20e |
|
|
Peter Hatina |
36d36e |
* Tue Mar 19 2013 Peter Hatina <phatina@redhat.com> 1.8.6-3
|
|
Peter Hatina |
36d36e |
- fix dns resolving crash (#908211)
|
|
Peter Hatina |
36d36e |
|
|
Peter Hatina |
773285 |
* Mon Mar 18 2013 Peter Hatina <phatina@redhat.com> 1.8.6-2
|
|
Peter Hatina |
773285 |
- return to gtk2, stable branch 1.8 is not gtk3 ready
|
|
Peter Hatina |
773285 |
|
|
Peter Hatina |
f77839 |
* Tue Mar 12 2013 Peter Hatina <phatina@redhat.com> 1.8.6-1
|
|
Peter Hatina |
f77839 |
- upgrade to 1.8.6
|
|
Peter Hatina |
f77839 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.6.html
|
|
Peter Hatina |
f77839 |
|
|
Parag Nemade |
70571d |
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.8.5-3
|
|
Parag Nemade |
70571d |
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
|
|
Parag Nemade |
70571d |
|
|
Peter Hatina |
78d021 |
* Tue Feb 05 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-2
|
|
Peter Hatina |
78d021 |
- fix gtk3 layout issues
|
|
Peter Hatina |
78d021 |
- NOTE: there may be some windows with broken layouts left
|
|
Peter Hatina |
78d021 |
|
|
Peter Hatina |
edd50b |
* Thu Jan 31 2013 Peter Hatina <phatina@redhat.com> - 1.8.5-1
|
|
Peter Hatina |
edd50b |
- upgrade to 1.8.5
|
|
Peter Hatina |
edd50b |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
|
|
Peter Hatina |
edd50b |
|
|
Peter Hatina |
7d90fa |
* Mon Dec 03 2012 Peter Hatina <phatina@redhat.com> - 1.8.4-1
|
|
Peter Hatina |
7d90fa |
- upgrade to 1.8.4
|
|
Peter Hatina |
7d90fa |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html
|
|
Peter Hatina |
7d90fa |
|
|
Peter Hatina |
a0ea7f |
* Tue Oct 16 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-2
|
|
Peter Hatina |
a0ea7f |
- backport dissector table fix
|
|
Peter Hatina |
a0ea7f |
- TODO: remove this after new release
|
|
Peter Hatina |
a0ea7f |
|
|
Peter Hatina |
592910 |
* Thu Oct 11 2012 Peter Hatina <phatina@redhat.com> - 1.8.3-1
|
|
Peter Hatina |
592910 |
- upgrade to 1.8.3
|
|
Peter Hatina |
592910 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html
|
|
Peter Hatina |
592910 |
|
|
Jan Safranek |
d91ac2 |
* Tue Sep 4 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-3
|
|
Jan Safranek |
d91ac2 |
- added back compatibility with RHEL6
|
|
Jan Safranek |
d91ac2 |
- GeoIP build dependency made also conditional on with_GeoIP variable
|
|
Jan Safranek |
d91ac2 |
|
|
Jan Safranek |
2accc8 |
* Wed Aug 29 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-2
|
|
Jan Safranek |
2accc8 |
- fixed "libwireshark.so.1: cannot open shared object file" error
|
|
Jan Safranek |
2accc8 |
message on startup
|
|
Jan Safranek |
2accc8 |
|
|
Jan Safranek |
2209c3 |
* Thu Aug 16 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.2-1
|
|
Jan Safranek |
2209c3 |
- upgrade to 1.8.2
|
|
Jan Safranek |
2209c3 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.2.html
|
|
Jan Safranek |
2209c3 |
|
|
|
206f10 |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
|
|
|
206f10 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
206f10 |
|
|
Jan Safranek |
08d607 |
* Tue Jul 24 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.1-1
|
|
Jan Safranek |
08d607 |
- upgrade to 1.8.1
|
|
Jan Safranek |
08d607 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.1.html
|
|
Jan Safranek |
08d607 |
|
|
Jan Safranek |
d08c88 |
* Mon Jun 25 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.0
|
|
Jan Safranek |
d08c88 |
- upgrade to 1.8.0
|
|
Jan Safranek |
d08c88 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.0.html
|
|
Jan Safranek |
d08c88 |
|
|
Jan Safranek |
4202a6 |
* Wed May 23 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.8-1
|
|
Jan Safranek |
4202a6 |
- upgrade to 1.6.8
|
|
Jan Safranek |
4202a6 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.8.html
|
|
Jan Safranek |
4202a6 |
|
|
Jan Safranek |
df20f8 |
* Mon May 21 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-2
|
|
Jan Safranek |
df20f8 |
- Removed dependency on GeoIP on RHEL.
|
|
Jan Safranek |
df20f8 |
|
|
Jan Safranek |
4ef1f1 |
* Tue Apr 10 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.7-1
|
|
Jan Safranek |
4ef1f1 |
- upgrade to 1.6.7
|
|
Jan Safranek |
4ef1f1 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.7.html
|
|
Jan Safranek |
4ef1f1 |
|
|
Jan Safranek |
98f853 |
* Wed Mar 28 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.6-1
|
|
Jan Safranek |
98f853 |
- upgrade to 1.6.6
|
|
Jan Safranek |
98f853 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.6.html
|
|
Jan Safranek |
98f853 |
|
|
Jan Safranek |
234691 |
* Fri Mar 9 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-2
|
|
Jan Safranek |
234691 |
- fixed wireshark crashing when using combo box in import dialog (#773290)
|
|
Jan Safranek |
6809a5 |
- added AES support into netlogon dissector
|
|
Jan Safranek |
234691 |
|
|
Jan Safranek |
7342f7 |
* Wed Jan 11 2012 Jan Safranek <jsafrane@redhat.com> - 1.6.5-1
|
|
Jan Safranek |
7342f7 |
- upgrade to 1.6.5
|
|
Jan Safranek |
7342f7 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.5.html
|
|
Jan Safranek |
7342f7 |
|
|
Jan Safranek |
9070e4 |
* Fri Dec 2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.4-1
|
|
Jan Safranek |
9070e4 |
- upgrade to 1.6.4
|
|
Jan Safranek |
9070e4 |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.4.html
|
|
Jan Safranek |
9070e4 |
- build with c-ares and libpcap (#759305)
|
|
Jan Safranek |
9070e4 |
- fixed display of error message boxes on startup in gnome3 (#752559)
|
|
Jan Safranek |
9070e4 |
|
|
Jan Safranek |
54caa3 |
* Mon Nov 14 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-2
|
|
Jan Safranek |
54caa3 |
- added dependency on shadow-utils (#753293)
|
|
Jan Safranek |
54caa3 |
- removed usermode support
|
|
Jan Safranek |
54caa3 |
|
|
Jan Safranek |
f6395b |
* Wed Nov 2 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.3-1
|
|
Jan Safranek |
f6395b |
- upgrade to 1.6.3
|
|
Jan Safranek |
f6395b |
- see http://www.wireshark.org/docs/relnotes/wireshark-1.6.3.html
|
|
Jan Safranek |
f6395b |
|
|
|
205928 |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-5
|
|
|
205928 |
- Rebuilt for glibc bug#747377
|
|
|
205928 |
|
|
Jan Safranek |
b63d74 |
* Fri Oct 21 2011 Jan Safranek <jsafrane@redhat.com> - 1.6.2-4
|
|
Jan Safranek |
b63d74 |
- updated autoconf macros and pkgconfig file in wireshark-devel to reflect
|
|
Jan Safranek |
b63d74 |
current config.h (#746655)
|
|
Jan Safranek |
b63d74 |
|
|
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 |
5c210b |
|
|
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 |
|
|
|
c0eaa3 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-3
|
|
|
c0eaa3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
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
|