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 5349] new_packet_list: EAP-TLS reassemble does not happen

Date: Mon, 10 Jan 2011 07:47:11 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5349

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #4 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-01-10 07:47:09 PST ---
Yes, this is a difference with the new packet list.  Basically, you must call
the reassembly functions even when (!tree).  From README.developer (this is
basically the same back in 1.2 too, but back then it didn't matter as much):

   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

Taking a quick look, it appears the EAP dissector is OK (it calls the
reassembly functions even if (!tree).  The WiMax plugin(s) appear to have
issues, though...  They don't appear to call their subdissectors (e.g., EAP)
when (!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.