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.