Ethereal-dev: Re: [Ethereal-dev] Adding Dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Lars Roland" <Lars.Roland@xxxxxxx>
Date: Mon, 06 Feb 2006 19:54:35 +0100
Am 06.02.2006, 19:45 Uhr, schrieb Lars Roland <Lars.Roland@xxxxxxx>:



Resolution: Register your protocol with a different name, e.g.:
proto_srp = proto_register_protocol("Server Relay Protocol", "SERV-RP", "serv-rp");

Should be:
proto_srp = proto_register_protocol("Server Relay Protocol", "SERV-RP", "servrp");

No "-", "_" or "." are allowed for filter names.
Regards,
Lars