First time here? Check out the FAQ!
answered 2020-06-22 09:07:41 +0000
If a dissector for frame N meeds information from frame M for that protocol, where M < N, the dissector should maintain that state in private data, or per-frame data. What data do you need from the earlier frame?