diff options
author | Sake Blok <sake@euronet.nl> | 2008-10-29 12:26:49 +0000 |
---|---|---|
committer | Sake Blok <sake@euronet.nl> | 2008-10-29 12:26:49 +0000 |
commit | 3045ad69d7bcce8bdc4d57f5f040705b904231bc (patch) | |
tree | 8c50151c7b1bab5d771aa65d6896790e10195d94 /INSTALL | |
parent | e103054f47318bd382247dc52ce9b621eb106552 (diff) | |
download | wireshark-3045ad69d7bcce8bdc4d57f5f040705b904231bc.tar.gz wireshark-3045ad69d7bcce8bdc4d57f5f040705b904231bc.tar.bz2 wireshark-3045ad69d7bcce8bdc4d57f5f040705b904231bc.zip |
Add a note in INSTALL that GTK+ 1.2[.x] is only supported up to
Wireshark 1.0.x
svn path=/trunk/; revision=26617
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,10 @@ README.win32 for those instructions. GLib 2.x; you need to configure with --disable-gtk2 to use GTK+ 1.2[.x]. + Please also note that GTK+ 1.2[.x] is only supported up to + Wireshark 1.0.x. From Wireshark 1.1.x onwards only GTK+ 2.x + is supported. + 2. If you wish to build TShark, the line-mode version of Wireshark, make sure you have GLIB installed. See note #1 above for instructions on checking if you have GLIB installed. You can download GLIB from @@ -93,6 +97,7 @@ README.win32 for those instructions. --disable-gtk2 Build Glib/Gtk+ 1.2[.x]-based wireshark. + Note: not supported from Wireshark 1.1.x onwards --disable-tshark By default the line-mode packet analyzer, TShark, is built. |