Ask Your Question
0

I can`t start a capture with wireshark.

asked 2024-09-12 05:18:34 +0000

I can`t start a capture with wireshark. After i start the capture, I get this message: The capture session could not be initiated on capture device "\Device\NPF_Loopback". (Error opening adapter: Die Pipe wurde beendet. (109)).

edit retag flag offensive close merge delete

Comments

What if you select a different interface ?

Jaap gravatar imageJaap ( 2024-09-12 06:09:46 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-09-12 23:39:32 +0000

Guy Harris gravatar image

This is Windows, and 109 is ERROR_BROKEN_PIPE.

That error message means that a call to WinPcap's and Npcap's PacketOpenAdapter() from within WinPcap/Npcap returned a null pointer, with the last error code being ERROR_BROKEN_PIPE.

This does not appear to be anything explicitly returned by anything in Npcap, so it's probably some Windows call within Npcap failing, with the last error code being ERROR_BROKEN_PIPE.

This should probably be reported as an Npcap issue on the Npcap issues list. Please show the version information from Help -> About Wireshark; you can select the text, copy it with control-C, and paste it into the issue.

edit flag offensive delete link more

Comments

There's a button on the dialog to copy the info. My greatest UI achievement.

grahamb gravatar imagegrahamb ( 2024-09-13 08:12:42 +0000 )edit

Your Answer

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

Add Answer

Question Tools

Stats

Asked: 2024-09-12 05:18:34 +0000

Seen: 133 times

Last updated: Sep 12