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

Wireshark-bugs: [Wireshark-bugs] [Bug 2595] IMF dissection not working

Date: Fri, 20 Jun 2008 00:12:27 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2595





--- Comment #12 from Sake <sake@xxxxxxxxxx>  2008-06-20 00:12:26 PDT ---
No worries :-)

After my mail yesterday, I took another (quick) look at the SMTP dissector and
it looks like it needs some rewriting. Making use of "pinfo->fd->flags.visited"
to make sure all state information is updated only on the first pass through
the packets. Using "if (tree)" so that all displayed items are only processed
when needed. And making sure every dissection logic is outside the "if (tree)"
blocks so that it is being called even if tree is NULL.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.