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

Ethereal-dev: [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: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 27 Oct 2005 18:47:52 +0200 (CEST)
Hi list,

I've been asked to port some dissectors from 0.10.11 to 0.10.13.
In doing that I've bumped into this thing.
When a certain packet is dissected it creates a conversation, adds a 32
bit value to it and is done. A packet further down the line can look for
this conversation, get the value and adjust its display accordingly.

Now what I see differently from 0.10.11 is that I have to have a detailed
dissection done on the packet creating the conversation in order for the
packet further sown the line to find it. There seems to be no conversation
without the detailed dissection (no the conversation creation code is not
in an 'if (tree)' block.).

Also what is the current state of the art to get debug output onto the
console window (Win32)?

Thanx,
Jaap