aboutsummaryrefslogtreecommitdiffstats
path: root/help/faq.py
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2018-04-21 13:35:08 +0200
committerJörg Mayer <jmayer@loplof.de>2018-04-21 23:34:40 +0000
commit7853d0e354a92e4c4a25bc0031151c7179597b06 (patch)
tree815f2531319838f9caa3b7536693c96f4e2fa499 /help/faq.py
parent265e81ca3c4a3706bb56317ab9f3fe7654abb92f (diff)
Remove a few obsolete references to gtk from checkapi and faq.py
Change-Id: Ice9aec64fddbed94c7be96575c6e1bc800e8ac9e Reviewed-on: https://code.wireshark.org/review/27067 Petri-Dish: Jörg Mayer <jmayer@loplof.de> Tested-by: Petri Dish Buildbot Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'help/faq.py')
-rwxr-xr-xhelp/faq.py44
1 files changed, 1 insertions, 43 deletions
diff --git a/help/faq.py b/help/faq.py
index 2e90c5f949..4885133dba 100755
--- a/help/faq.py
+++ b/help/faq.py
@@ -570,8 +570,7 @@ answer("""
Many distributions have separate Wireshark packages, one for non-GUI
components such as TShark, editcap, dumpcap, etc. and one for the GUI.
If this is the case on your system, there's probably a separate package
-named <code>wireshark-gnome</code> or <code>wireshark-gtk+</code>. Find it and
-install it.
+named <code>wireshark-qt</code>. Find it and install it.
""")
@@ -636,25 +635,6 @@ which it is installed before searching the directory with the version of
""")
question("""
-When I try to build Wireshark on Solaris, why does the link fail
-complaining that <code>plugin_list</code> is undefined?
-""")
-
-answer("""
-This appears to be due to a problem with some versions of the GTK+ and
-GLib packages from www.sunfreeware.org; un-install those packages, and
-try getting the 1.2.10 versions from that site, or the versions from <a
-href="http://www.thewrittenword.com">The Written Word</a>, or the
-versions from Sun's GNOME distribution, or the versions from the
-supplemental software CD that comes with the Solaris media kit, or build
-them from source from <a href="http://www.gtk.org/">the GTK Web
-site</a>. Then re-run the configuration script, and try rebuilding
-Wireshark. (If you get the 1.2.10 versions from www.sunfreeware.org, and
-the problem persists, un-install them and try installing one of the
-other versions mentioned.)
-""")
-
-question("""
When I try to build Wireshark on Windows, why does the build fail because
of conflicts between <code>winsock.h</code> and <code>winsock2.h</code>?
""")
@@ -682,28 +662,6 @@ section("Starting Wireshark")
#################################################################
-question("""Why does Wireshark crash with a Bus Error when I try to run
-it on Solaris 8?""")
-
-answer("""
-Some versions of the GTK+ library from www.sunfreeware.org appear to be
-buggy, causing Wireshark to drop core with a Bus Error. Un-install those
-packages, and try getting the 1.2.10 version from that site, or the
-version from <a href="http://www.thewrittenword.com">The Written
-Word</a>, or the version from Sun's GNOME distribution, or the version
-from the supplemental software CD that comes with the Solaris media kit,
-or build it from source from <a href="http://www.gtk.org/">the GTK Web
-site</a>. Update the GLib library to the 1.2.10 version, from the same
-source, as well. (If you get the 1.2.10 versions from
-www.sunfreeware.org, and the problem persists, un-install them and try
-installing one of the other versions mentioned.)
-
-<br>
-
-Similar problems may exist with older versions of GTK+ for earlier
-versions of Solaris.
-""")
-
question("""When I try to run Wireshark, why does it complain about
<code>sprint_realloc_objid</code> being undefined?""")