Hello I wrote a lua dissector, which displays correcly most of the frames. But for the frames marked as "(suspected) retransmission" , the dissector is not invoke... How can I correct this ?
![]() | 1 | initial version |
Hello I wrote a lua dissector, which displays correcly most of the frames. But for the frames marked as "(suspected) retransmission" , the dissector is not invoke... How can I correct this ?
Hello I wrote a lua dissector, which displays correcly most of the frames. But for the frames marked as "(suspected) retransmission" , the dissector is not invoke... How can I correct this ?
In fact when I disable : Allow subdissector to reassemble TCP stream, the dissector shows correct data information 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 :
Hello
I wrote a lua dissector, which displays correcly most of the frames.
But for the frames marked as "(suspected) retransmission" , the dissector is not invoke...
How can I correct this ? ?
In fact when I disable : Allow subdissector to reassemble TCP stream, the dissector shows correct data information 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 :