Hello,
I have noticed that some USB dissectors do follow the field names as
defined in USB specification (e.g. standard descriptors), while others
don't (e.g. USB Audio class descriptors).
Is it generally preferred that Wireshark follows names from the
specification (e.g. bTerminalID) instead of coming up with our own
(e.g. Terminal ID)? Should we unify the fields so all descriptor
fields always use the display names from the respective specification?
Best Regards,
Tomasz Moń
While I think it is helpful to try to follow specification names, sometimes they are too awkward.
However, I'm cautious about renaming fields "just because" as this will likely break any scripts\workflows folks have that rely on the current field names.
--