forked from pool/wireshark
This commit is contained in:
parent
35622804e5
commit
3d38c579af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f923e24d674ac62ded3da402a4de6d402886d80e3d7cac91cf026921f32fcf7
|
||||
size 13144320
|
3
wireshark-1.0.6.tar.bz2
Normal file
3
wireshark-1.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b4adacd86ba9f1c6a3a0dc74303d03635cd361c23c312ff9698e0c2a44b9f0d
|
||||
size 13161721
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 16 15:11:00 CET 2009 - prusnak@suse.cz
|
||||
|
||||
- updated to 1.0.6
|
||||
o security fixes
|
||||
* possible crash if the HOME environment variable contained
|
||||
sprintf-style string formatting characters
|
||||
* possible crash while reading a malformed NetScreen snoop file
|
||||
* possible crash while reading a Tektronix K12 text capture file
|
||||
o bug fixes
|
||||
* Crash when loading capture file and Preferences: NO Info column
|
||||
* Some Lua scripts may lead to corruption via out of bounds stack
|
||||
* Build with GLib 1.2 fails with error: 'G_MININT32' undeclared
|
||||
* Wrong decoding IMSI with GSM MAP protocol
|
||||
* Segmentation fault for "Follow TCP stream"
|
||||
* SMPP optional parameter 'network_error_code' incorrectly decoded
|
||||
* DHCPv6 dissector doesn't handle malformed FQDN
|
||||
* WCCP overrides CFLOW as decoded protocol
|
||||
* Improper decoding of MPLS echo reply IPv4 Interface and Label Stack Object
|
||||
* ANSI MAP fix for TRN digits/SMS and OTA subdissection
|
||||
o updated protocol support
|
||||
* AFS, ATM, DHCPv6, DIS, E.212, RTP, UDP, USB, WCCP, WPS
|
||||
o New and Updated Capture File Support
|
||||
* NetScreen snoop
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 15:22:40 CET 2008 - prusnak@suse.cz
|
||||
|
||||
@ -5,7 +30,7 @@ Wed Dec 17 15:22:40 CET 2008 - prusnak@suse.cz
|
||||
* security fixes
|
||||
o The SMTP dissector could consume excessive amounts of CPU
|
||||
and memory
|
||||
o The WLCCP dissector could go into an infinte loop
|
||||
o The WLCCP dissector could go into an infinite loop
|
||||
* bug fixes
|
||||
o Missing CRLF during HTTP POST in the "packet details" window
|
||||
(Bug 2534)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wireshark (Version 1.0.5)
|
||||
# spec file for package wireshark (Version 1.0.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,7 +25,7 @@ License: GPL v2 or later
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
AutoReqProv: on
|
||||
Summary: A Network Traffic Analyser
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
Release: 1
|
||||
Url: http://www.wireshark.org/
|
||||
Source: http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||
@ -186,12 +186,34 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/idl2wrs*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 prusnak@suse.cz
|
||||
- updated to 1.0.6
|
||||
o security fixes
|
||||
* possible crash if the HOME environment variable contained
|
||||
sprintf-style string formatting characters
|
||||
* possible crash while reading a malformed NetScreen snoop file
|
||||
* possible crash while reading a Tektronix K12 text capture file
|
||||
o bug fixes
|
||||
* Crash when loading capture file and Preferences: NO Info column
|
||||
* Some Lua scripts may lead to corruption via out of bounds stack
|
||||
* Build with GLib 1.2 fails with error: 'G_MININT32' undeclared
|
||||
* Wrong decoding IMSI with GSM MAP protocol
|
||||
* Segmentation fault for "Follow TCP stream"
|
||||
* SMPP optional parameter 'network_error_code' incorrectly decoded
|
||||
* DHCPv6 dissector doesn't handle malformed FQDN
|
||||
* WCCP overrides CFLOW as decoded protocol
|
||||
* Improper decoding of MPLS echo reply IPv4 Interface and Label Stack Object
|
||||
* ANSI MAP fix for TRN digits/SMS and OTA subdissection
|
||||
o updated protocol support
|
||||
* AFS, ATM, DHCPv6, DIS, E.212, RTP, UDP, USB, WCCP, WPS
|
||||
o New and Updated Capture File Support
|
||||
* NetScreen snoop
|
||||
* Wed Dec 17 2008 prusnak@suse.cz
|
||||
- updated to 1.0.5
|
||||
* security fixes
|
||||
o The SMTP dissector could consume excessive amounts of CPU
|
||||
and memory
|
||||
o The WLCCP dissector could go into an infinte loop
|
||||
o The WLCCP dissector could go into an infinite loop
|
||||
* bug fixes
|
||||
o Missing CRLF during HTTP POST in the "packet details" window
|
||||
(Bug 2534)
|
||||
|
Loading…
Reference in New Issue
Block a user