Ethereal-dev: Re: [Ethereal-dev] cannot find_dissector

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

From: Tomas Kukosa <tomas.kukosa@xxxxxxxxxxx>
Date: Wed, 27 Apr 2005 07:39:10 +0200
The dissector is not registered automatically.
The register_dissector("tftp", ...) shoul be added into packet-tftp.c.
I will do it.

Regards, Tom

Helge Kruse wrote:

I have a protocol that support TFTP transfer. But the TFTP server does not listen at the TFTP standard port. Therefor I detect the TFTP request at the protocol specific UDP port and want to activate the TFTP dissector for corresponding conversation.

I read in the archive that I need to get the TFTP dissector handle in the reg_off function of my plugin. But find_dissector(“tftp”) returns always NULL. Do I need any magic to find the dissector?

Regards, Helge


------------------------------------------------------------------------

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev