Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] calling from UI to a dissector

From: Simon Barber <simon.barber@xxxxxxxxxx>
Date: Thu, 30 Mar 2017 12:19:38 -0700
I have code in the wlan_radio dissector to track whether every frame in the capture can provide the timing information for display of the packet. If not, the timeline will not be shown. So I need a way to call from the UI to the dissector. How should I do this?

Simon