fn protocol_label(protocol: &str) -> StringExpand description
Returns the human-readable protocol label used in systemLabel.
"dplus" → "DPlus", "dextra" → "DExtra", "dcs" → "DCS".
Unknown protocols pass through as-is so the operator sees the raw
string rather than silently losing information.