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

Unexpected error during packet capture: 'ascii' codec can't decode byte 0xc3 in position 1282: ordinal not in range(128) #1

Open
zeroa002 opened this issue Jan 5, 2025 · 1 comment

Comments

@zeroa002
Copy link

zeroa002 commented Jan 5, 2025

When i run the exe i get this in console any fix?

Unexpected error during packet capture: 'ascii' codec can't decode byte 0xc3 in position 1282: ordinal not in range(128)

@zebbern
Copy link
Owner

zebbern commented Jan 5, 2025

When i run the exe i get this in console any fix?

Yes, add Wireshark to the system PATH for all users u can do this by following these steps:

  1. Press Win + R to open the Run dialog.
  2. Type sysdm.cpl and press Enter to open System Properties.
  3. Navigate to the Advanced tab.
  4. Click on the Environment Variables button.
  5. In the System variables section:
    • Find and select the Path variable.
    • Click Edit.
  6. In the Edit Environment Variable window:
    • Click New.
    • Add the path to your Wireshark installation directory (e.g.):
      C:\Program Files\Wireshark\
      
  7. Click OK to close the Edit Environment Variable window.
  8. Click OK to close the Environment Variables window.
  9. Click OK to close the System Properties window.
  10. Restart any open Command Prompt or PowerShell windows.
  11. Verify the setup:
    • Open Command Prompt and type:
      tshark --version
      
    • Ensure the output shows the TShark version information.

@zebbern zebbern closed this as completed Jan 5, 2025
@zebbern zebbern pinned this issue Jan 5, 2025
@zebbern zebbern reopened this Jan 5, 2025
@zebbern zebbern unpinned this issue Jan 5, 2025
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

2 participants