ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Bug #15731 - Make header_field_info.abbrev different than protoc

From: Andrii Vladyka <a.vladyka@xxxxxxx>
Date: Tue, 30 Apr 2019 17:54:22 +0300
Is there a way to make "protocol" portion of header_field_info.abbrev structure member different than protocol name? E.g. protocol name is "docsis", however in some corner cases it makes sense to set PROTOABBREV for some fields as "eth.dst" or "eth.src" for backwards compatibility with older Wireshark versions and to simplify packet filtering. There is a pre-commit hook which fails with the following error, so I wonder whether there is a known workaround for such a situation:

eth.dst_mac doesn't match PROTOABBREV of docsis

The question raised in order to address https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15731

Regards,
Andrii Vladyka