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.