------------------------------------------------------------------- Wed Jan 9 13:20:10 CET 2008 - prusnak@suse.cz - fix strptime function inclusion (strptime.patch) - do not package non linux READMEs ------------------------------------------------------------------- Wed Dec 19 13:34:17 CET 2007 - prusnak@suse.cz - updated to 0.99.7 * security fixes o Wireshark could crash when reading an MP3 file. o Beyond Security discovered that Wireshark could loop excessively while reading a malformed DNP packet. o Stefan Esser discovered a buffer overflow in the SSL dissector. o The ANSI MAP dissector could be susceptible to a buffer overflow on some platforms. o The Firebird/Interbase dissector could go into an infinite loop or crash. o The NCP dissector could cause a crash. o The HTTP dissector could crash on some systems while decoding chunked messages. o The MEGACO dissector could enter a large loop and consume system resources. o The DCP ETSI dissector could enter a large loop and consume system resources. o Fabiodds discovered a buffer overflow in the iSeries (OS/400) Communication trace file parser. o The PPP dissector could overflow a buffer. o The Bluetooth SDP dissector could go into an infinite loop. o A malformed RPC Portmap packet could cause a crash. o The IPv6 dissector could loop excessively. o The USB dissector could loop excessively or crash. o The SMB dissector could crash. o The RPL dissector could go into an infinite loop. o The WiMAX dissector could crash due to unaligned access on some platforms. o The CIP dissector could attempt to allocate a huge amount of memory and crash. * bug fixes o Handling of non-ASCII file names and paths has been improved. o Wireshark could crash while editing a coloring rule or a UAT table. o The display filter code could crash while bitwise ANDing an IPv4 address. * news and updates o Most of the capture code has been moved out of the GUI, which means that Wireshark no longer needs to be run as root. o Many display filter names have been cleaned up. If your favorite display filter just went missing, please consult the display filter reference to find out where it ended up. o You can now filter directly on SNMP OIDs. o IO graphs have more display options, and you can now export graphs. o You can now follow UDP streams in addition to TCP and SSL streams. o You can now disable coloring rules without deleting them. o Main window toolbar buttons are now available even when the window is small. o Optimizations have been applied in some places to make Wireshark start up and run faster. * new protocol support ANSI TCAP, application/xcap-error (MIME type), CFM, DPNSS, EtherCAT, ETSI e2/e4, H.282, H.460, H.501, IEEE 802.1ad and 802.1ah, IMF (RFC 2822), RSL, SABP, T.125, TNEF, TPNCP, UNISTIM, Wake on LAN, WiMAX ASN Control Plane, X.224, * updated protocol support 3Com XNS, 3G A11, ACN, ACP123, ACSE, AIM, ANSI IS-637-A, ANSI MAP, Armagetronad, BACapp, BACnet, BER, BFD, BGP, Bluetooth, CAMEL, CDT, CFM, CIP, Cisco ERSPAN, CLNP, CMIP, CMS, COPS, CTDB, DCCP, DCERPC ATSVC, DCERPC PNIO, DCERPC SAMR, DCERPC, DCOM CBA-ACCO, DCP ETSI, DEC DNA, DFS, DHCP/BOOTP, DHCPv6, DIAMETER, DISP, DMP, DNP, DNS, DOP, DTLS, DUA, eDonkey, ELSM, ESL, Ethernet, FC ELS, FC, FCOE, FTAM, FTP, GDSDB, GIOP, GPRS-LLC, GSM A, GSM MAP, GTP, HSRP, HTTP, IAX2, ICMPv6, IEEE 802.11, INAP, IP, IPMI, IPv6, ISAKMP, ISIS, iSNS, ISUP, IUUP, JXTA, K12, Kerberos, L2TP, LAPD, LDAP, LINX, LPD, LWAPP, MEGACO, MIKEY, MIME Multipart, MMS, MP2T, MPEG PES, MPEG, MTP2, MySQL, NBAP, NetFlow, nettl, NFS, NSIP, OSPF, P_MUL, PANA, PER, PKCS#12, PMIPv6, PN-PTCP, PN-RT, PPI, PPPoE, PRES, PROFINET, PTP, Q.932 ROS, Q.932, QSIG, Radiotap, RADIUS, RANAP, RNSAP, ROS, RTCP, RTP, RTSE, RTSP, SCCP, SCTP, SDP, SIGCOMP, SIP, Slow Protocols, SMB, SMPP, SMTP, SNDCP, SNMP, SRP, SSL, STANAG 4406, STUN2, TCAP, TCP, text/media, TIPC, ULP, UMA, UMTS FP, V5UA, VNC, WiMAX M2M, WiMAX, WLCCP, X.411, X.420, X.509 SAT, XML * new and updated capture file support Catapult DCT 2000, Endace ERF, Juniper NetScreen snoop, Visual Networks, Windows Sniffer (NetXRay) - removed fwrite_unused_result.patch ------------------------------------------------------------------- Tue Sep 4 00:24:50 CEST 2007 - ro@suse.de - disable -Werror for now ------------------------------------------------------------------- Thu Jul 26 16:58:58 CEST 2007 - prusnak@suse.cz - changed libpcap to libpcap-devel in BuildRequires ------------------------------------------------------------------- Tue Jul 10 11:22:31 CEST 2007 - prusnak@suse.cz - updated to 0.99.6 * security fixes: * crash when dissecting an HTTP chunked response * crash while reading iSeries capture files * exhaust system memory while reading a malformed DCP ETSI packet * loop excessively while reading a malformed SSL packet * DHCP/BOOTP dissector susceptible to an off-by-one error * loop excessively while reading a malformed MMS packet * bug fixes: * WEP decryption would only work for the first key specified * WEP and WPA decryption didn't work for QoS frames * WPA decryption failed if EAPOL handshake packets contained extra data * Wireshark failed to parse colon-separated WEP keys * merging files in Wireshark now appends files properly * hang while saving an RTP stream with bad timestamp data * frame.time_delta display filter now works as expected * for full information see: * http://www.wireshark.org/docs/relnotes/wireshark-0.99.6.html - added fwrite_unused_result.patch (fixes warn_unused_result warnings in fwrite calls) - dropped obsolete patches: * dissectors.patch (included in update) ------------------------------------------------------------------- Wed Mar 7 13:48:57 CET 2007 - prusnak@suse.cz - added [t]ethereal symlinks [#252117] - cleaned spec file ------------------------------------------------------------------- Wed Feb 7 10:56:50 CET 2007 - prusnak@suse.cz - fix SSL support [#242738] - fix build warnings in dissector's code (dissectors.patch) ------------------------------------------------------------------- Tue Feb 6 09:38:41 CET 2007 - prusnak@suse.cz - update to 0.99.5 * security fixes [#237246] - CVE-2007-0459 The TCP dissector could hang or crash - CVE-2007-0458 The HTTP dissector could crash - CVE-2007-0457 The IEEE 802.11 dissector could crash - CVE-2007-0456 The LLT dissector could crash * various bug fixes, added new protocols, see http://www.wireshark.org/docs/relnotes/wireshark-0.99.5.html for full information - dropped obsoleted patches: * wireshark-0.99.4-printf.diff (included in update) ------------------------------------------------------------------- Thu Dec 7 10:30:28 CET 2006 - prusnak@suse.cz - fixed libdir path in spec file ------------------------------------------------------------------- Mon Nov 13 16:29:07 CET 2006 - mjancar@suse.cz - update to 0.99.4 * final 0.99.4 release ------------------------------------------------------------------- Tue Nov 7 14:33:33 CET 2006 - ro@suse.de - fix manpage permissions ------------------------------------------------------------------- Mon Oct 30 11:19:14 CET 2006 - mjancar@suse.cz - update to 0.99.4pre1 * security fixes (#213226) CVE-2006-4574 CVE-2006-4805 CVE-2006-5468 CVE-2006-5469 CVE-2006-5740 ------------------------------------------------------------------- Thu Aug 24 13:31:08 CEST 2006 - postadal@suse.cz - updated to version 0.99.2 [#201437] * security bugfixes * the packet list context menu now includes a conversation filter * now generate ACL rules for several popular firewall products * new protocols: Daytime, JPEG (RTP payload), Pegasus Lightweight Stream Control, Pro-MPEG FEC, UMTS RRC, Veritas Low Latency Transport - removed oblsoleted patch buffer_overflow_fix.patch ------------------------------------------------------------------- Tue Jul 25 15:34:04 CEST 2006 - postadal@suse.cz - project Ethereal moved to Wireshark project (renamed) - updated to version 0.99.2 * security bugfixes * multicast stream analysis * you can now find next/previous marked frames * the SMB dissector tracks filenames and share names * added reading support of BER-encoded files * new protocols: Bluetooth HCI (ACL, Command, Event, L2CAP, H4, RFCOMM, SCO, SDP), Cisco WIDS, DTLS, Ether-S-Bus, OMA ULP, PN-MRP, PN-MRRT, REXEC (yes, that REXEC), RRLP, RSerPool (CalcAppProtocol, ComponentStatusProtocol, FractalGeneratorProtocol, PingPongProtocol), Telkonet, TiVoConnect Discovery Protocol - fixed buffer overflow in nettl.c [wireshark#1015] (buffer_overflow_fix.patch) - removed obsoleted patches (CVE-2006-1932-40.patch, hash_returnval.patch, infinite-loop.patch) ------------------------------------------------------------------- Mon Jun 12 16:19:16 CEST 2006 - lmichnovic@suse.cz - fixed forgoten return value (hash_retval.patch) [#183696] ------------------------------------------------------------------- Wed May 3 09:01:49 CEST 2006 - postadal@suse.cz - fixed security bugs [#167928] (CVE-2006-1932 - CVE-2006-1940) (CVE-2006-1932-40.patch) ------------------------------------------------------------------- Wed Jan 25 21:35:45 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Sat Jan 7 18:27:16 CET 2006 - postadal@suse.cz - updated to version 0.10.14 ------------------------------------------------------------------- Wed Dec 21 13:02:50 CET 2005 - meissner@suse.de - added -fstack-protector - add pcre/pcre-devel to get regexp support. ------------------------------------------------------------------- Tue Nov 1 16:26:26 CET 2005 - postadal@suse.cz - fixed infinite loop [#128637] (infinite-loop.patch) ------------------------------------------------------------------- Fri Oct 21 11:07:07 CEST 2005 - postadal@suse.cz - updated to version 0.10.13 (a lot of security fixes enpa-sa-00021) [#128637] ------------------------------------------------------------------- Tue Sep 6 21:39:28 CEST 2005 - lmuelle@suse.de - Add kerberos-devel-packages to neededforbuild and --with-krb5=/usr to the configure arguments; [#115457]. ------------------------------------------------------------------- Wed Aug 31 09:23:51 CEST 2005 - postadal@suse.cz - changed category of desktop file from Monitor to System [#114060] ------------------------------------------------------------------- Mon Aug 29 22:33:59 CEST 2005 - postadal@suse.cz - all data moved from /usr/X11R6 to /usr [#112816] - branched devel package and packed includes [#112815] ------------------------------------------------------------------- Wed Jul 27 14:43:03 CEST 2005 - postadal@suse.cz - updated to version 0.10.12 (a lot of security fixes enpa-sa-00020) - removed obsoleted gcc4 patch - removed unneeded .la files - moved /etc/{manuf,diameter} to /usr/X11R6/share/ethereal (changed loading data files) ------------------------------------------------------------------- Fri May 6 10:22:44 CEST 2005 - postadal@suse.cz - updated to version 0.10.11 (a lot of security fixes enpa-sa-00019) ------------------------------------------------------------------- Wed May 4 12:01:42 CEST 2005 - postadal@suse.cz - fixed segfaults when trying to access help [#81523] ------------------------------------------------------------------- Thu Mar 17 18:04:14 CET 2005 - postadal@suse.cz - fixed security bugs in Etheric, GPRS-LLC, 3GPP2 A11, IAPP dissectors. [#71777] (enpa-sa-00018: CAN-2005-0704, CAN-2005-0705, CAN-2005-0699, CAN-2005-0739) - fixed bugs in JXTA, sFlow ------------------------------------------------------------------- Fri Jan 21 14:08:05 CET 2005 - postadal@suse.cz - updated to version 0.10.9 ------------------------------------------------------------------- Wed Jan 12 18:52:23 CET 2005 - postadal@suse.cz - updated to version 0.10.8 ------------------------------------------------------------------- Wed Dec 08 14:15:58 CET 2004 - postadal@suse.cz - added new icon ------------------------------------------------------------------- Tue Nov 30 13:46:48 CET 2004 - postadal@suse.cz - updated to version 0.10.7 - packaged missed pixmap file ------------------------------------------------------------------- Wed Oct 27 11:46:20 CEST 2004 - mmj@suse.de - Add rpm-devel, popt-devel and tcpd-devel to #nfb to fix build - Don't remove buildroot in install ------------------------------------------------------------------- Wed Aug 25 13:57:21 CEST 2004 - lmuelle@suse.de - Add libadns and libadns-devel to BuildRequires, [#43590]. ------------------------------------------------------------------- Mon Aug 16 19:00:10 CEST 2004 - postadal@suse.cz - updated to version 0.10.6 - removed obsoleted patches (ipv6-filter-fix, secfix1) - merged help-fix patch in config patch ------------------------------------------------------------------- Wed Jul 14 12:33:34 CEST 2004 - postadal@suse.cz - updated to version 0.10.5 (security update) [#42820] * several security fixes; enpa-sa-00015 (CAN-2004-0633, CAN-2004-0634, CAN-2004-0635) ------------------------------------------------------------------- Thu Apr 29 13:31:26 CEST 2004 - postadal@suse.cz - added missing online help [#39518] ------------------------------------------------------------------- Fri Apr 02 13:31:08 CEST 2004 - postadal@suse.cz - added check for resolved address in default filter (modified previous patch ipv6-filter-fix.diff) ------------------------------------------------------------------- Mon Mar 29 11:59:10 CEST 2004 - postadal@suse.cz - updated to version 0.10.3 (security update) [#35449] * several security fixes; enpa-sa-00013; CAN-2004-0176 CAN-2004-0367, CAN-2004-0365 - fixed lib64 paths - fixed default filter (ipv6 problem) ------------------------------------------------------------------- Tue Mar 23 16:09:11 CET 2004 - postadal@suse.cz - fixed locating manuf file in /etc [#34386] ------------------------------------------------------------------- Tue Mar 02 17:07:34 CET 2004 - postadal@suse.cz - added desktop file with "X-KDE-SubstituteUID=true" (asks for root passwd) [#35118] ------------------------------------------------------------------- Wed Feb 25 13:16:01 CET 2004 - postadal@suse.cz - updated to version 0.10.2 ------------------------------------------------------------------- Thu Jan 22 23:23:07 CET 2004 - mmj@suse.de - Update to 0.10.0a - Use -fno-strict-aliasing - Use gtk2 ------------------------------------------------------------------- Sat Jan 10 11:02:01 CET 2004 - adrian@suse.de - build as user ------------------------------------------------------------------- Thu Dec 18 15:35:19 CET 2003 - postadal@suse.cz - fixed security bug (in SMB dissectors);[#33650] enpa-sa-00012 ------------------------------------------------------------------- Mon Nov 10 13:48:12 CET 2003 - ro@suse.de - use net-snmp instead of ucdsnmp ------------------------------------------------------------------- Thu Nov 06 15:47:43 CET 2003 - postadal@suse.cz - fixed security bugs (in GTP,ISAKMP,MEGACO,SOCKS dissectors); enpa-sa-00011 ------------------------------------------------------------------- Sat Aug 16 16:50:01 CEST 2003 - adrian@suse.de - install desktop file ------------------------------------------------------------------- Fri Jul 25 15:19:33 CEST 2003 - postadal@suse.cz - updated to version 0.9.14 * support for searching for arbitrary text and binary data in frames * new protocols: Echo, eDonkey, Jabber, MS Messenger, sFlow ------------------------------------------------------------------- Thu Jul 3 16:58:59 CEST 2003 - lmuelle@suse.de - update to version 0.9.13 * support for GNU ADNS library * "Decode As..." functionality has been added to Tethereal via the "-d" flag * support for a system-wide color filter file * several security fixes; enpa-sa-00010; CAN-2003-0428 CAN-2003-0429 CAN-2003-0431 CAN-2003-0432 - removed gcc patch as included in upstream ------------------------------------------------------------------- Mon Mar 10 16:55:32 CET 2003 - postadal@suse.cz - update to version 0.9.10 (security fix) - removed obsoleted unused plugin patch ------------------------------------------------------------------- Fri Mar 7 01:48:07 CET 2003 - ro@suse.de - removed mminimal-toc from CFLAGS (ppc64) ------------------------------------------------------------------- Wed Jan 29 14:08:44 CET 2003 - postadal@suse.cz - updated to version 0.9.9 * more statistics have been added * the RADIUS dissector can now decrypt user passwords * new protocols: MDSHDR, MEGACO, MySQL, SDLC, X.29 ------------------------------------------------------------------- Mon Jan 27 01:56:56 CET 2003 - ro@suse.de - fix build with gcc-3.3 ------------------------------------------------------------------- Wed Jan 22 23:10:47 CET 2003 - postadal@suse.cz - updated to version 0.9.8 * new protocols: ARCNET, ClearCase NFS, DCERPC LSA_DS, Fibre Channel, HyperSCSI, MDNS, PCLI, RPL, 802.1s MSTP, FIX, GSS-API, Interbase, NDPS, Netflow (Cisco and Juniper), SCCP-Management, SPNEGO - plugin fix (added header file with macros) ------------------------------------------------------------------- Wed Aug 28 14:24:40 CEST 2002 - postadal@suse.cz - added %config to file list ------------------------------------------------------------------- Fri Aug 23 11:41:00 CEST 2002 - postadal@suse.cz - update to version 0.9.6 (security fix) ------------------------------------------------------------------- Thu Aug 15 12:52:38 CEST 2002 - postadal@suse.cz - update to version 0.9.5 (security fix) ------------------------------------------------------------------- Sat Jun 29 21:22:08 CEST 2002 - olh@suse.de - build with -mminimal-toc on ppc64 ------------------------------------------------------------------- Wed Jan 16 10:08:21 CET 2002 - cihlar@suse.cz - update to version 0.9.0 ------------------------------------------------------------------- Mon Nov 26 10:36:42 CET 2001 - cihlar@suse.cz - update to version 0.8.20 ------------------------------------------------------------------- Wed Jul 25 13:40:31 CEST 2001 - cihlar@suse.cz - update to version 0.8.19 ------------------------------------------------------------------- Fri Jun 15 10:06:50 CEST 2001 - cihlar@suse.cz - added openssl, openssl-devel to neededforbuild - run confugure with --with-ssl=/usr - link against libcrypto (libsnmp needs it) - fixed to compile with ipv6 support ------------------------------------------------------------------- Fri Jun 8 13:43:21 CEST 2001 - cihlar@suse.cz - fixed to compile with new autoconf ------------------------------------------------------------------- Tue Apr 24 15:15:51 CEST 2001 - cihlar@suse.cz - fixed warnings on ia64 ------------------------------------------------------------------- Tue Mar 20 15:27:20 CET 2001 - cihlar@suse.cz - upgrade to version 0.8.16 ------------------------------------------------------------------- Tue Mar 6 13:30:03 CET 2001 - cihlar@suse.cz - upgrade to version 0.8.15 ------------------------------------------------------------------- Mon Nov 6 02:20:12 CET 2000 - ro@suse.de - fixed neededforbuild ------------------------------------------------------------------- Tue Oct 31 13:57:12 CET 2000 - cihlar@suse.cz - upgrade to version 0.8.13 - bzipped sources ------------------------------------------------------------------- Thu Aug 3 09:18:12 CEST 2000 - cihlar@suse.cz - upgrade to version 0.8.11 ------------------------------------------------------------------- Mon Jun 12 10:46:58 CEST 2000 - cihlar@suse.cz - upgrade to version 0.8.9 ------------------------------------------------------------------- Wed May 10 15:05:25 CEST 2000 - cihlar@suse.cz - upgrade to version 0.8.8 ------------------------------------------------------------------- Thu Apr 13 14:29:50 CEST 2000 - cihlar@suse.cz - upgrade to version 0.8.6 - added BuildRoot ------------------------------------------------------------------- Mon Apr 10 22:06:38 CEST 2000 - bk@suse.de - added suse update config macro ------------------------------------------------------------------- Wed Mar 1 14:20:59 MET 2000 - choeger@suse.de - new version, 0.8.3 ------------------------------------------------------------------- Wed Jan 19 09:58:05 MET 2000 - choeger@suse.de - new version, 0.8.1 ------------------------------------------------------------------- Thu Nov 25 12:34:15 CET 1999 - choeger@suse.de - new version, 0.7.8 ------------------------------------------------------------------- Thu Oct 28 16:55:41 CEST 1999 - choeger@suse.de - new version, 0.7.7 ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Wed Sep 1 18:04:36 CEST 1999 - choeger@suse.de - new version ------------------------------------------------------------------- Tue Jul 13 12:42:22 MEST 1999 - bs@suse.de - use gtk and glib instead of gtkn and glibn ------------------------------------------------------------------- Mon Jul 12 01:48:43 MEST 1999 - ro@suse.de - libpcap is an extra package now ------------------------------------------------------------------- Thu Jul 8 10:43:00 MEST 1999 - choeger@suse.de - new version, v0.6.3 ------------------------------------------------------------------- Tue Jun 1 16:58:22 MEST 1999 - ro@suse.de - fixed: X11 -> X11R6 ------------------------------------------------------------------- Wed May 26 09:39:50 MEST 1999 - choeger@suse.de - new package v0.6.2