(suspected) retransmission
Hello I wrote a lua dissector.
For the frames marked as "(suspected) retransmission" ,
- If Allow subdissector to reassemble TCP stream is enable, the dissector is not invoke.
- If Allow subdissector to reassemble TCP stream is disable, the dissector shows correct data information only when the packets contain an entire structure, but if there is only the beginning of a new structure it does not work, as it could not reassemble with the next packet.
Is there a way to have both :
- reassembly of packet from dissector
- correct display for "(suspected) retransmission" ?