How do I dissect packets if the dissection depends on information from earlier packets?
For example, as shown in the image below, if I have two UDP packets in different frames, frames 39 and 40, how would I go about dissecting them together? I need data from both packets. I assume I can't use reassembly, since reassembly is for split packets.
Would I need to use more then one dissector?