He instalado wireshark preo no puedo abrirlo.
Cuando abro el programa me da un error de no encuentra punto de acceso , o algo por el estilo, y muestra el error: Qt6Gui.dll. He instalado la versión más antigua y, tambien, he descargado los archivos visual code C++ para windows 32 y 64. Pero nada. Me podrían decir como puedo descargarme el archivo mencionado (Qt6Gui.dll.) para tratar de solucionar. Ya que en la carpeta de system 32 de windows 10 tampoco existe este archivo. Gracias.
Is this the error window?
Google translate:
I have installed Wireshark but I can't open it.
When I open it, I get an error saying "no link found," or something like that, and it displays the error: Qt6Gui.dll. I've installed the older version and also downloaded the C++ files for Windows 32 and 64. But nothing. Could you tell me how I can download the aforementioned file (Qt6Gui.dll) to try to solve the problem? This file doesn't exist in the Windows 10 system 32 folder either.
Can you update the question with the output of
tshark.exe -v
.Buenas noches, Marco. La verdad soy nuevo en este programa y con la tecnología en general, y llevo todo el día tratando de solucionar el problema porque tengo una prueba, y quería aprender algo, pero me es misión imposible que arranque el wireshark. Podrías ser mas especifico de lo que debo hacer, por favor, Gracias
Mi problema, es que mi ordenador es antiguo y le han cargado w10, y se ve que le faltan algunos archivos.dll., aunque las actualizaciones están al día.
es muy parecida, sobre todo el codigo de error es el mismo
estoy viviendo a instalar, por enésima vez, para decirte e l error exacto
If standard install directory, open a command window, cd to
C:\Program Files\Wireshark
and run.\tshark.exe -v
el error es: "No se encuentra el punto de entrada del procedimiento SystemParameterslnfoForDpi en la biblioteca de vinculos dinamicos C;\Program Files\Wireshark\Qt6Gui.dll.
Please add the output of
tshark.exe -v
which will show Wireshark details and operating system information.he ejecutado el tshark.exe -v, y esto no para, es normal?
Ha parado ahora de salir lineas de instrucciones en el cmd de windows. Qué tengo que hacer ahora?
tshark man page
Check that you are using lowercase "v" or run with
--version
option.Creo que no ha dado resultado, sigue presentando el mismo error En todo caso, gracias por dedicarme tu tiempo en ayudarme. Que tengas un bonito día.
Lo heejecutado con v minúscula
@grahamb can you recommend a cmd or Powershell command to get operating system info without using a Wireshark tool.
All depends on what info you're looking for.
systeminfo.exe
gets some info, including NICs as text andmsinfo32.exe
gets a lot more in a Window.If the issue is a DLL not found, either the DLL isn't present, e.g. check in the Wireshark install directory, or there's something wrong with the DLL; damaged binary, wrong bitness, .... The DLL signature can be checked using PowerShell with:
changing the path as appropriate. Should return a status of "Valid".