Ethereal-dev: [Ethereal-dev] dissect_proto not called

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

From: "Hans Viens" <hviens@xxxxxxxxxxxxx>
Date: Mon, 24 Feb 2003 10:21:30 -0500
Hi everyone,

I'm trying to build a new plugin for ethereal. Everything seems to be initiated properly (I put some g_print() in the code to look that everything is OK). Now, I guess that when we click on "Decode As" with the protocol dissector it will indirectly call the dissect_proto() function to decode the packet. In my case this didn't happen. Where should I look to fix the problem ?

Thanks,

Hans