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

Ethereal-dev: Re: [Ethereal-dev] Update to expert data

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 20 Oct 2005 20:52:57 +0200
Gilbert Ramirez wrote:

applied, but with a comment added and the old cf_retap totally removed
instead of commented out.

SVN 16279

--gilbert



On 10/20/05, Greg Morris <gmorris@xxxxxxxxxx> wrote:
Expert data must perform a re-dissection to trigger the NCP dissector.
If the NCP dissector doesn't work with the expert info and some other dissectors do, it might be a problem with the dissector and *not* with the expert mechanism ...

Change the call cf_retap_packets() to cf_redissect_packets().
Hmmm, the expert.c uses the tapping mechanism to "send" the data.

expert_dlg uses this tap to get the data

There must be a real misconception somewhere. Why it is not enough to call cf_retap_packets(), maybe using code parts under if(tree)?.

I really would like to get an explanation to this, all of the dissectors where I've added expert info was working pretty well the way it was implemented.

Regards, ULFL