Remote Capture on Mac
I am trying to do a remote packet capture using Pyshark- pyshark.RemoteCapture('192.168.1.101', 'eth0') - from a remote host - my computer ( Mac)- with a Raspberrypi4. I have installed Wireshark and I am running a python script with the remotecapture command on my pi, and i know " The remote machine (which is my computer) should have rpcapd running in null authentication mode (-n)" as stated here: https://github.com/KimiNewt/pyshark/b... ".
I am aware remote capture normally only works on Windows, but I am wondering if there is any way i can make rpcapd run null authentification mode to use it with my Mac... or any other ways to use remotecapture pyshark command with my Mac!
Any help would be amazing.
Thanks.