Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fritzbox interface not showing in wireshark #1

Open
waleedqq opened this issue Aug 2, 2023 · 1 comment
Open

fritzbox interface not showing in wireshark #1

waleedqq opened this issue Aug 2, 2023 · 1 comment

Comments

@waleedqq
Copy link

waleedqq commented Aug 2, 2023

I cannot get the fritzbox interface to appear. I have the script file saved in

  • "C:\Program Files\Wireshark\extcap" and also tried
  • "C:\Users<username>\AppData\Roaming\Wireshark\extcap

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:

Wireshark - fritzbox-capture v0.1

Usage:
 /c/Program Files/Wireshark/extcap/fritzbox-capture.sh --extcap-interfaces
 /c/Program Files/Wireshark/extcap/fritzbox-capture.sh --extcap-interface=fritzbox-capture --extcap-dlts

<output deprecated>

Press any key to continue . . .

When I open wireshark the fritzbox interface is still not avaliable.

Platform: Windows 10
Router: Fritzbox 7490

@waleedqq

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant