Ask Your Question
0

how to run the nRF52840 extcap over sshdump ?

asked 2023-07-28 09:38:03 +0000

Sybelian gravatar image

updated 2023-08-03 09:10:04 +0000

Hello i'm new to Wireshark and i'm trying to run the extcap for the bluetooth sniffer made by nordic semiconductor over sshdump. I think the remote interface should be "COM5-None" but i cannot figure out the command line for the "remote capture command" each time i tried something Wireshark told me : data written to the pipe is neither in a supported pcap format nor in pcapng format.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-08-03 08:39:02 +0000

Sybelian gravatar image

updated 2023-08-03 10:01:42 +0000

I found the solution for me the remote command was :

python -u pythonfilepath --external-interface COM5-None --capture --fifo -

i have also added the line:

sys.stdout.buffer.write(message) in the function def capture_write(message)

Hope this can help someone

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2023-07-28 09:38:03 +0000

Seen: 148 times

Last updated: Aug 03 '23