sumit Kale

sumit Kale

  • NA
  • 65
  • 2.4k

Count & display dynamic length string on Datagridview

May 19 2017 5:46 AM
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? 

Answers (1)