Ask Your Question

mpy's profile - activity

2024-03-28 08:20:42 +0000 asked a question How is the Wireshark Session Feature Implemented?

How is the Wireshark Session Feature Implemented? The Wireshark session feature, which involves statistics and conversat

2024-01-12 08:37:26 +0000 marked best answer Does Wireshark support multi-threading for packet parsing?

Which version of Wireshark supports concurrent parsing through C language with multiple threads? I'm currently facing issues with global variable conflicts in Wireshark version 2.4 when using multi-threaded parsing. I would like to know if there is a higher version of Wireshark that provides better support for multi-threading.

2024-01-12 08:37:26 +0000 received badge  Scholar (source)
2024-01-12 08:35:07 +0000 commented answer Does Wireshark support multi-threading for packet parsing?

Is it not allowed to create two threads in a C language program, with each thread parsing a separate pcap file? I tried

2024-01-12 06:45:17 +0000 asked a question Does Wireshark support multi-threading for packet parsing?

Does Wireshark support multi-threading for packet parsing? Which version of Wireshark supports concurrent parsing throug