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