Re: [Wireshark-dev] g_get_monotonic_time() needs glib 2.28

2017-05-03 Thread Martin Mathieson
I harmlessly stubbed it out on the machine where I can't easily upgrade glib2, but I will give it a go. However, I don't build the GTK version, and its only used in debug calls for Qt.. Martin On Wed, May 3, 2017 at 6:41 PM, Anders Broman wrote: > > > Den 3 maj 2017

Re: [Wireshark-dev] g_get_monotonic_time() needs glib 2.28

2017-05-03 Thread Anders Broman
Den 3 maj 2017 18:49 skrev "Martin Mathieson" < martin.r.mathie...@googlemail.com>: In the top-level CMakeLists.txt, we currently set GLIB2_MIN_VERSION to 2.22.0. g_get_monotonic_time() is used in ui/gtk/rtp_player.c and wireshark-qt.cpp. Should we: - increase move GLIB2_MIN_VERSION on? -

[Wireshark-dev] g_get_monotonic_time() needs glib 2.28

2017-05-03 Thread Martin Mathieson
In the top-level CMakeLists.txt, we currently set GLIB2_MIN_VERSION to 2.22.0. g_get_monotonic_time() is used in ui/gtk/rtp_player.c and wireshark-qt.cpp. Should we: - increase move GLIB2_MIN_VERSION on? - rework the calls to this function ? - add something to wsutil/glib-compat.c/h ? Regards,