For example, if I have two UDP packets (they are not split, and are not in a single frame/packet), packets 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?