You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried creating a bash file that runs the shell script because I am working in a windows environment. and have tried closing and opening wireshark, reboot my computer just cant get it working. Please help thank you.
Something basic like this using the local plugin folder:
@echo off
"C:\Program Files\Git\git-bash.exe" /c/Users/<username>/AppData/Roaming/Wireshark/extcap/fritzbox-capture.sh
Or the global plugin folder:
@echo off
"C:\Program Files\Git\bin\bash.exe" /c/'Program Files'/Wireshark/extcap/fritzbox-capture.sh
Both commands work because when I run the bat file (with a pause added at the bottom, to see the output) I get this:
I cannot get the fritzbox interface to appear. I have the script file saved in
I have tried creating a bash file that runs the shell script because I am working in a windows environment. and have tried closing and opening wireshark, reboot my computer just cant get it working. Please help thank you.
Something basic like this using the local plugin folder:
Or the global plugin folder:
Both commands work because when I run the bat file (with a pause added at the bottom, to see the output) I get this:
When I open wireshark the fritzbox interface is still not avaliable.
Platform: Windows 10
Router: Fritzbox 7490
The text was updated successfully, but these errors were encountered: