First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

how to run the nRF52840 extcap over sshdump ?

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.

Sybelian's avatar
1
Sybelian
asked 2023-07-28 09:38:03 +0000, updated 2023-08-03 09:10:04 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

Sybelian's avatar
1
Sybelian
answered 2023-08-03 08:39:02 +0000, updated 2023-08-03 10:01:42 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer