Is it possible to create a dissector for Wireshark in C in Visual Studio 2019 IDE and add it to the wireshark source code?
- I want to read data from COM port directly into Wireshark.
- Is it possible to use Visual Studio 2019 for creating the dissector?
- Also,how to add .exe as a plugin?