From bfe862b91e56f31c5e613f829a1011ea8ca7b647 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 23 Feb 2007 19:40:27 +0000 Subject: [PATCH] system requirements Windows updates: - Vista is no longer beta - disk space min. 75MB - be a bit more specific about no longer supported NT 4.0 - some editing svn path=/trunk/; revision=20904 --- .../wsug_src/WSUG_chapter_introduction.xml | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/docbook/wsug_src/WSUG_chapter_introduction.xml b/docbook/wsug_src/WSUG_chapter_introduction.xml index 56d8d91d24..4cf57535bd 100644 --- a/docbook/wsug_src/WSUG_chapter_introduction.xml +++ b/docbook/wsug_src/WSUG_chapter_introduction.xml @@ -192,16 +192,16 @@ Working with a busy network can easily produce huge memory and disk space usage! For example: Capturing on a fully saturated 100MBit/s Ethernet will produce ~ 750MBytes/min! Having a fast processor, - lots of memory and disk space is a good idea here. + lots of memory and disk space is a good idea in that case. If Wireshark is running out of memory it crashes, see: for details and workarounds Wireshark won't benefit much from Multiprocessor/Hyperthread - systems (except perhaps during an "Update list of packets in real time" - capture, where capturing traffic runs in one process and dissecting and - displaying packets runs in another process, and the two processes could - run on two processors). - + systems as time consuming tasks like filtering packets are single threaded. + No rule without exception: during an "Update list of packets in real + time" capture, capturing traffic runs in one process and dissecting and + displaying packets runs in another process - which should benefit from two + processors. @@ -210,14 +210,14 @@ Windows 2000, XP Home, XP Pro, XP Tablet PC, XP Media - Center or Server 2003 (XP Pro recommended) + Center, Server 2003 or Vista (XP Pro recommended) 32-bit Pentium or alike (recommended: 400MHz or greater), - 64-bit processors in WoW64 emulation, see remarks below + 64-bit processors in WoW64 emulation - see remarks below - 128MB RAM system memory (recommended: 256MBytes or greater) + 128MB RAM system memory (recommended: 256MBytes or more) - 60MB available disk space (plus size of user's capture + 75MB available disk space (plus size of user's capture files, e.g. 100MB extra) 800*600 (1280*1024 or higher recommended) resolution with @@ -242,15 +242,18 @@ Remarks: - Windows Vista should work, but as it's still beta you - might encounter new bugs - - Windows 95, 98, ME and NT won't work with Wireshark. + Windows 95, 98 and ME will no longer work with Wireshark. The last known version to work was Ethereal 0.99.0 (which includes WinPcap 3.1). The libraries Wireshark depends on are no longer supporting these systems. BTW: Microsoft no longer supports 98/ME since July 11, 2006! + Windows NT 4.0 will no longer work with Wireshark. + The last known version to work was Wireshark 0.99.4 (which includes + WinPcap 3.1). + The libraries Wireshark depends on are no longer supporting this system. + BTW: Microsoft no longer supports NT 4.0 since December 31, 2005! + Windows CE and the embedded (NT/XP) versions are not supported!