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

Wireshark GUI freezes for a minute on capture start

  • retag add tags

Running Windows 10, 21H2, Wireshark 3.6.1, Npcap 1.60, NO USBpcap.

When I start a capture, everything looks good for a few seconds. I see packets being displayed. After a few seconds, the display freezes. Then, approximately 60 seconds after I started the capture, the display frees up and seems to catch up. Anyone else seeing this behavior?

rossboulet's avatar
11
rossboulet
asked 2022-01-23 20:26:17 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Some type of name resolution timeout perhaps?

Bob Jones's avatar Bob Jones (2022-01-24 10:47:48 +0000) edit

I noticed a similar behaviour running under windows 7 and NCAP 1.6. I tried reinstalling a few times and winding back to previous restore points to no avail. Reverting to Wireshare 3.4.11 was the only option for me.

alex314's avatar alex314 (2022-01-26 01:36:08 +0000) edit
add a comment see more comments

2 Answers

1

Thanks for the suggestions. It was not a DNS issue, but it got me started digging into the settings. I turned off all the MAC and name resolution options and was still having the issue. Finally, I created a new profile and the issue went away. By exporting my old and new profiles and comparing them, I found the problem. A while back I was experimenting with decrypting some HTTPS traffic and has set the Windows environment variable for SSLKEYLOGFILE and added a Wireshark option to the TLS protocol for (Pre)-Master-Secret log file. My SSL log file had grown to over 800MB. So when I would start a capture, as soon as it caught a TLS packet, the GUI would freeze while the log file was accessed. I was wondering why there was a variable length of time before it froze, but after this discovery, I found it was always freezing on the first TLS packet.

rossboulet's avatar
11
rossboulet
answered 2022-01-27 23:08:13 +0000
edit flag offensive 0 remove flag delete link

Comments

Chuckc's avatar Chuckc (2022-01-28 03:29:32 +0000) edit
add a comment see more comments
0

This could possibly be a DNS resolution attempt slowing down the the machine.
Please retry by unchecking the 'Use an external network name resolver' under the Name resolution preferences . Regards Matthias

mrEEde's avatar
4k
mrEEde
answered 2022-01-25 20:15:09 +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