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

Data written to the pipe is neither in a supported pcap format nor in pcapng format

Help - new to wireshark Data written to the pipe is neither in a supported pcap format nor in pcapng format.

Thanks for any help

kpaitsel's avatar
1
kpaitsel
asked 2020-02-02 23:44:04 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2020-02-03 00:15:01 +0000
edit flag offensive 0 remove flag close merge delete

Comments

What were you doing when that happened?

Guy Harris's avatar Guy Harris (2020-02-03 00:15:17 +0000) edit

i'm having the exact same problem for a Hands On Project for a Networking Concepts course. I'm also a total newb to this and am utterly lost.

You're asked in step 2. "Start Wireshark and click Capture Options. In the Capture Filter text box, type icmp, and then click start."

It is then when I receive an error message stating the above:"Data written to the pipe is neither in a supported pcap format nor in pcapng format. Please report this to the developers of the program writing to the pipe."

Please help.

edh227's avatar edh227 (2020-02-06 23:13:49 +0000) edit

I got same prlblem after I run plink.exe -ssh -pw xxxxx [email protected] "tcpdump tcp -U -s 0 -i eth0 port 80 -w -" | "C:\Program Files\Wireshark\Wireshark.exe" -k -S -i - got the message "Data written to the pipe is neither in a supported pcap format nor in pcapng format. Please report this to the developers of the program writing to the pipe." Waitting for the solution!

thomasliqiang's avatar thomasliqiang (2020-06-05 04:27:01 +0000) edit

I met similar problem, when I using plink -ssh remote to a server running dumpcap for remote trace and the wireshark popup this error message, I'm running the wireshark v3.2.4 and putty v7.3. Finally, the problem solved with reinstalling a older version putty v7.0. Or you would just download a plink.exe v7.0 and replacing the v7.3, it is also working properly afterward.

JC's avatar JC (2020-06-15 09:46:46 +0000) edit
add a comment see more comments

1 Answer

0

I have same issue, and solved by using plink.exe 0.70. But I dont't want to use vulnerable version of PuTTY ... I found plink.exe between 0.70 and 0.73 option changes affects default behavior. Finally, I identified required that explicitly disable interactive input as follows:

 -batch

or

-no-antispoof

It works latest 0.74.

see following link more detail

  1. https://tartarus.org/~simon/putty-sna...
  2. https://tartarus.org/~simon/putty-sna...
Wataru Noguchi's avatar
1
Wataru Noguchi
answered 2020-07-24 03:07:42 +0000, updated 2020-07-24 03:28:53 +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