diff options
author | Gerald Combs <gerald@wireshark.org> | 2019-12-06 12:29:14 -0800 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2019-12-07 23:35:19 +0000 |
commit | d255a3524ab2a12f6a249fb3510a821deab90d20 (patch) | |
tree | ac0285bf5b1e2b26e0b01a0009b05b20b2824b92 /docbook/faq.adoc | |
parent | 8275036fda8a7a5b9d0819c0ea3e3e26ad6e45ec (diff) | |
download | wireshark-d255a3524ab2a12f6a249fb3510a821deab90d20.tar.gz wireshark-d255a3524ab2a12f6a249fb3510a821deab90d20.tar.bz2 wireshark-d255a3524ab2a12f6a249fb3510a821deab90d20.zip |
Docbook: Updates for Windows 7 and macOS.
Update some of the FAQ and WSUG content for Windows 7's impending
demise. Add supported releases for macOS and other updates.
Change-Id: I5741ac631f39803fa060e9f5c2006a75cb54136f
Reviewed-on: https://code.wireshark.org/review/35333
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/faq.adoc')
-rw-r--r-- | docbook/faq.adoc | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docbook/faq.adoc b/docbook/faq.adoc index f47f5ce3cf..84ea8daaf5 100644 --- a/docbook/faq.adoc +++ b/docbook/faq.adoc @@ -233,14 +233,17 @@ so that it can read traces from various network types, as captured by other applications or equipment, even if it cannot itself capture on those network types. -=== Does Wireshark work on Windows Vista or Windows Server 2008? - -Yes, but if you want to capture packets as a normal user, you must -make sure npf.sys is loaded. Wireshark's installer enables this by -default. This is not a concern if you run Wireshark as Administrator, -but this is discouraged. See the -https://wiki.wireshark.org/CaptureSetup/CapturePrivileges#windows[CapturePrivileges] -page on the wiki for more details. +=== Does Wireshark work on older versions of Windows such as Windows 7? + +Each major release branch of Wireshark supports the versions of Windows that are within their product lifecycle at the time of the “.0” release for that branch. +For example, Wireshark 3.2.0 was released in December 2019, shortly before Windows 7 reached the end of its extended support in January 2020. As a result, each of the Wireshark 3.2._x_ releases supports Windows 7, even after January 2020. +See the +link:https://www.wireshark.org/docs/wsug_html_chunked/ChIntroPlatforms.html[Microsoft Windows section of the User’s Guide] +and the +link:https://wiki.wireshark.org/Development/LifeCycle[End Of Life Planning section of the Release Life Cycle wiki page] +for more details. + +Npcap might not work well on Windows 8 and earlier, so you might want to install WinPcap instead. == Installing Wireshark |