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 5248] New dissector for WAI authentication protocol

Date: Wed, 22 Sep 2010 09:01:07 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5248

--- Comment #6 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-09-22 12:01:03 EDT ---
I've committed one bug fix (and a few minor changes) in SVN #34183.

A question for one of the core developers:

readme.DEVELOPER says 

   Note, however, that you must fill in column information, create
   conversations, reassemble packets, build any other persistent state
   needed for dissection, and call subdissectors regardless of whether
   "tree" is NULL or not.  This might be inconvenient to do without

In packet-wai.c some of the reassembly functions are called under 'if (tree)'.

Do these calls need to be done outside of the 'if(tree)' ??

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