Hi,
I've tried to mimic what the SSL dissector does, which is able to display multiple PDUs information in the COL_INFO ('Application Data, Application Data, Application Data' for example).
It only partially works:
If I have a packet which has:
1. The last part of a PDU which started in previous packets
2. More PDUs
It'll only display PDU 1 from the PDUs - as it is indeed the only PDU in the frame.
It appears I need to do this check per frame - although my dissector is called per conversation. Any ideas?
TIA,
Y.