pyshark icon indicating copy to clipboard operation
pyshark copied to clipboard

Possible Bug in Dumpcap Call

Open flancast90 opened this issue 2 years ago • 1 comments

Hello, I'm getting this error when attempting to use on my RPi 4:

PermissionError: [Errno 13] Permission denied: '/usr/local/bin/dumpcap'

Is there a "quick fix" (permissions are set for all user groups)? I'm starting to think the configuration of TShark on RPi may be different, and that the call to the folder is being interpreted as to a file ?

Hopefully it's not a stupid error on my side, and thanks in advance for the help!

flancast90 avatar Dec 26 '21 05:12 flancast90

What happens when you run in the terminal:

$ /usr/local/bin/dumpcap

Probably worth checking you have set it up the permissions properly: https://wiki.wireshark.org/CaptureSetup/CapturePrivileges

chribro88 avatar May 19 '23 03:05 chribro88