forked from pool/wireshark
Accepting request 112096 from home:Zaitor:branches:network:utilities
Update to 1.6.6 OBS-URL: https://build.opensuse.org/request/show/112096 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=52
This commit is contained in:
parent
475c86ebc3
commit
7a6c5c710e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:151768199f9b50f5593b97025a33303df4d3b3983a203be89d8a1f5ba830bfcd
|
||||
size 21505901
|
3
wireshark-1.6.6.tar.bz2
Normal file
3
wireshark-1.6.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44dae5898209ece3803c6ce7c9bbb8544b565dd301e8890a6a2213f4a6a2172e
|
||||
size 21527655
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 1 11:58:31 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.6.6:
|
||||
+ wnpa-sec-2012-04: The ANSI A dissector could dereference a NULL
|
||||
pointer and crash. (Bug 6823)
|
||||
+ wnpa-sec-2012-05: The IEEE 802.11 dissector could go into an
|
||||
infinite loop. (Bug 6809)
|
||||
+ wnpa-sec-2012-06: The pcap and pcap-ng file parsers could crash
|
||||
trying to read ERF data. (Bug 6804)
|
||||
+ wnpa-sec-2012-07: The MP2T dissector could try to allocate too
|
||||
much memory and crash. (Bug 6804)
|
||||
+ The Windows installers now include GnuTLS 1.12.18, which fixes
|
||||
several vulnerabilities.
|
||||
+ Bugs fixed:
|
||||
- ISO SSAP: ActivityStart: Invalid decoding the activity
|
||||
parameter as a BER Integer. (Bug 2873)
|
||||
- Forward slashes in URI need to be converted to backslashes if
|
||||
WIN32. (Bug 5237)
|
||||
- Character echo pauses in Capture Filter field in Capture
|
||||
Options. (Bug 5356)
|
||||
- Some PGM options are not parsed correctly. (Bug 5687)
|
||||
- dumpcap crashes when capturing from pipe to a pcap-ng file
|
||||
(e.g., when passing data from CACE Pilot to Wireshark). (Bug
|
||||
5939)
|
||||
- Unable to rearrange columns in preferences on Windows. (Bug
|
||||
6077) (Note: this bug still affects the 64-bit package)
|
||||
- No error for UDP/IPv6 packet with zero checksum. (Bug 6232)
|
||||
- Wireshark installer doesn't add access_bpf in 10.5.8. (Bug
|
||||
6526)
|
||||
- Corrupted Diameter dictionary file that crashes Wireshark.
|
||||
(Bug 6664)
|
||||
- packetBB dissector bug: More than 1000000 items in the tree
|
||||
possible infinite loop. (Bug 6687)
|
||||
- ZEP dissector: Timestamp not always displayed correctly.
|
||||
Fractional seconds never displayed. (Bug 6703)
|
||||
- GOOSE Messages don't use the length field to perform the
|
||||
dissection. (Bug 6734)
|
||||
- Ethernet traces in K12 text format sometimes give bogus
|
||||
"malformed frame" errors and other problems. (Bug 6735)
|
||||
- max_ul_ext isn't printed/decoded to the packet details log in
|
||||
GTP protocol packet. (Bug 6761)
|
||||
- non-IPP packets to or from port 631 are dissected as IPP.
|
||||
(Bug 6765)
|
||||
- lua proto registration fails for uppercase proto /
|
||||
g_ascii_strdown problem. (Bug 6766)
|
||||
- no menu item Fle->Export->SSL Session Keys in GTK. (Bug 6813)
|
||||
- IAX2 dissector reads past end of packet for unknown IEs. (Bug
|
||||
6815)
|
||||
- TShark 1.6.5 immediately crashes on SSL decryption (every
|
||||
time). (Bug 6817)
|
||||
- USB: unknown GET DESCRIPTOR response triggers assert failure.
|
||||
(Bug 6826)
|
||||
- IEEE1588 PTPv2 over IPv6. (Bug 6836)
|
||||
- Patch to fix DTLS decryption. (Bug 6847)
|
||||
- Expression... dialog crash. (Bug 6891)
|
||||
- display filter "gtp.msisdn" not working. (Bug 6947)
|
||||
- Multiprotocol Label Switching Echo - Return Code: Reserved(5)
|
||||
(Bug 6951)
|
||||
- ISAKMP : VendorID CheckPoint : Malformed Packet. (Bug 6972)
|
||||
- Adding a Custom HTTP Header Field with a trailing colon
|
||||
causes wireshark to immediately crash (and crash upon
|
||||
restart). (Bug 6982)
|
||||
- Radiotap dissector lists a bogus "DBM TX Attenuation" bit.
|
||||
(Bug 7000)
|
||||
- MySQL dissector assertion. (Ask 8649)
|
||||
- Radiotap header format data rate alignment issues. (Ask 8649)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 15:29:52 UTC 2012 - asn@cryptomilk.org
|
||||
|
||||
|
@ -20,12 +20,12 @@
|
||||
%define use_caps 0
|
||||
|
||||
Name: wireshark
|
||||
Version: 1.6.5
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Version: 1.6.6
|
||||
Release: 0
|
||||
Summary: A Network Traffic Analyser
|
||||
Url: http://www.wireshark.org/
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
Url: http://www.wireshark.org/
|
||||
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||
Source1: include.filelist
|
||||
# PATCH-FIX-OPENSUSE wireshark-1.6.3-disable-warning-dialog.patch bnc#349782 prusnak@suse.cz -- don't show warning when running as root
|
||||
@ -76,12 +76,11 @@ features, including a rich display filter language and the ability to
|
||||
view the reconstructed stream of a TCP session.
|
||||
|
||||
%package devel
|
||||
License: GPL-2.0+
|
||||
Summary: A Network Traffic Analyser
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: glib2-devel
|
||||
Requires: glibc-devel
|
||||
Provides: ethereal-devel = %{version}
|
||||
Obsoletes: ethereal-devel < %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user