version!() { /* proc-macro */ }Expand description
Declares the plugin version and supported Wireshark version.
ยงExample
The following usage declares a plugin version of 0.0.1, built for wireshark version 4.0.x.
use wsdf_derive::version;
version!("0.0.1", 4, 0);