Why new wireshark GUI compiled from git does not connect to Xserver?
I have clone the git repository of wireshark on the Centos7 remote workstation and compile current version, but I'm not able to run wireshark application because:
$ ./wireshark
failed to get the current screen resources
The X11 connection broke: I/O error (code 1) XIO: fatal IO error 2 (No such file or directory) on X server "localhost:16.0" after 363 requests (363 known processed) with 0 events remaining.
I use Xming via PUTTY for connection from MS Windows to Centos7 workstation. Other X application, including Qtcreator work fine on this configuration.
Repository: https://code.wireshark.org/review/wir...
People had similar problems , but only solution I found in Internet was to install wireshark-gtk :-)
This may be similar to this, also unsolved issue: https://bugs.wireshark.org/bugzilla/s...
At work we had similar problem some one suggested https://sourceforge.net/projects/vcxsrv/
Thank you Anders. I have to ask administrator to install anything on my Windows, so it take some time to test, but I will leave info after checking this.
Can't you use tshark on the remote system to make the capture or capture over ssh, rather than trying to run the GUI over ssh?
I have to add few additional dissectors, but remote work on Centos is my regular configuration.
Now I have my dissector compiled & linked into wireshark and I'm not able to test it :-(
Now im able do this using VcXsrv instead of Xming. But...