Re: [Wireshark-dev] extcap.c does not build on SUSE 11.3. g_spawn_check_exit_status requires glib 2.34

2016-08-01 Thread Roland Knall
Hi No, I've uploaded a new patch to gerrit ( https://code.wireshark.org/review/16827), which removes the need for this function. Just fyi, the min glib version to be supported is 2.14.0, and although I'd appreciate a discussion to change that in the future, this patch is a pretty simple fix.

Re: [Wireshark-dev] make dist fails if built without Qt

2016-08-01 Thread João Valverde
Should be fixed in https://code.wireshark.org/review/#/c/16826/. On 08/01/2016 01:45 PM, Anders Broman wrote: make[1]: Leaving directory wireshark/trunk/ui/gtk' (cd ui/qt && make top_distdir=../../wireshark-2.3.0 distdir=../../wireshark-2.3.0/ui/qt \ am__remove_distdir=:

[Wireshark-dev] make dist fails if built without Qt

2016-08-01 Thread Anders Broman
make[1]: Leaving directory wireshark/trunk/ui/gtk' (cd ui/qt && make top_distdir=../../wireshark-2.3.0 distdir=../../wireshark-2.3.0/ui/qt \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/home/ericsson/ewireshark/trunk/ui/qt'

Re: [Wireshark-dev] extcap.c does not build on SUSE 11.3. g_spawn_check_exit_status requires glib 2.34

2016-08-01 Thread Dario Lombardo
This call exists from glib 2.34. We should add this version as minimum requirement to build extcap. On Mon, Aug 1, 2016 at 10:34 AM, Anders Broman wrote: > Hi, > > I get > > extcap.c:842: undefined reference to `g_spawn_check_exit_status' on SUSe > 11.3 with top of

Re: [Wireshark-dev] Small bug in Modbus dissector exception information

2016-08-01 Thread Jaap Keuter
Hi, It's solved, but does that 'exception bit' get dissected? Thanks, Jaap On 30-07-16 16:20, Dennis Luehring wrote: > Done: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12693 > > Am 30.07.2016 um 08:40 schrieb Roland Knall: >> Hi >> >> Please report this in a bug-report on