ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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.