fn options_line(
packet: &[u8],
header: &PacketHeader,
color: bool,
) -> Option<String>Expand description
Render the options that are actually present, decoding each one’s value.
This walks the option block directly rather than going through
ParsedOptions, so options that the MAC has no use for — callsigns, and
anything unrecognized — still show up in a capture.