ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Misaligned columns in hex dump pane with Wireshark 1.10.0rc2

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 6 Jun 2013 01:12:10 -0700
On Jun 6, 2013, at 12:57 AM, Anders Broman <a.broman@xxxxxxxxxxxx> wrote:

> GTK 2.12? didn't we drop support for that and require 2.16?

No.  Both 1.10's configure.ac and the trunk's configure.ac say

	GTK2_MIN_VERSION=2.12.0

However, the 1.10 configure.ac says

	GLIB_MIN_VERSION=2.14.0

and the trunk's configure.ac says

	GLIB_MIN_VERSION=2.16.0

so that's what you might be thinking of.