Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 21622: /trunk/ /trunk/epan/dissector

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 30 Apr 2007 00:58:38 -0700
Kukosa, Tomas wrote:

do not you like dot in protocol name? :-)

I don't mind dots in protocol names.

I *do*, however, mind when I cd to asn1/q932 and do "make" and it creates files with names other than the ones the dissector have in epan/dissectors, e.g. packet-q932.ros.c rather than packet-q932-ros.c.

If you can change the asn1/q932 directory so that typing "make" there generates packet-q932-ros.c, but with the protocol name being "q932.ros" and the field names starting with "q932.ros" - or so that typing "make" there generates packet-q932.ros.c, with the protocol name being "q932.ros" and the field names starting with 'q932.ros" - and then rename epan/dissectors/packet-q932-ros.[ch] to epan/dissectors/packet-q932.ros.[ch], and check in the newly-generated dissector, that'd be fine.