THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

MultiGig Throughput Testing - Wireshark Crashes

We are doing some multigig testing and I was hoping to get some wireshark captures for TCP and UDP packets. However once we start throwing the high throughput at wireshark it crashes almost instantly. Is there someway to capture this data?

dtctechie's avatar
1
dtctechie
asked 2023-01-20 19:34:22 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

You are confusing Wireshark, the protocol analyser, with a capture engine. Even though Wireshark allows you to interact with one through its user interface, it doesn't mean Wireshark is meant for such high demand capture performance.

So, what capture engines are there? As said, under the hood Wireshark uses dumpcap as its capture engine. A more common capture engine is tcpdump. For real high performance capture you may need to resort to ntopng, or specialised capture hardware solutions.

Jaap's avatar
13.7k
Jaap
answered 2023-01-20 20:25:35 +0000, updated 2023-01-20 20:26:18 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

If you can get a stack trace for the crash, please report it on the Wireshark issues list. Wireshark may not be able to keep up with a rapid stream of packets, but crashing (as opposed to, for example, dropping packets, or having the display lag behind the arriving packets) is not a valid response to such a stream.

Guy Harris's avatar
19.9k
Guy Harris
answered 2023-01-20 21:03:59 +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