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

Ethereal-dev: Re: SV: [Ethereal-dev] What's changed with operational dissection?

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: Sat, 29 Oct 2005 01:13:54 +0200
Jaap Keuter wrote:

Still the question below remains. Why is the dissector always called with
a tree != NULL parameter?
I'm really not an expert on this, but as far as I remember:

Any time fields are probably used (filtering, coloring, ...) the tree will be != NULL.

Some things don't need the tree (so it will be tree == NULL) e.g. for the cf_retap_packets() call.

Regards, ULFL