Hello,
I have protocol structure which contains header + Data length + Data + Footer.
Data length field contains length information. So basically i want to count length field bytes & display on datagridview.
For fixed size data length(ex. 2 / 3) i am able to split the protocol & display gridview.
However for dynamic length how it can be possible?
Any suggestion?