Crate wsdf_derive

Source
Expand description

This crate provides the derive macros for wsdf, along with some helpers.

Macros§

version
Declares the plugin version and supported Wireshark version.

Derive Macros§

Dispatch
A helper macro to generate an “index” for an enum.
Protocol
Marks a struct as the protocol root.
ProtocolField
Registers a type to be used as a field within the main #[derive(Protocol)] type.