Hi Forum, I would like to know how dissect and display data in as successive fields on a single row using. My data N | followed by n bytes - ie 1001020304050607080910 I wish to dissect and display as Count : 10 Values : [1,2,3,4,5,6,7,8,9,10]. The current dissector I am using
However, it shows the values on a separate row. How set up the dissector to display the how I wish? Thanks Stuart asked 24 Jan '13, 03:12 StuieNorris |
One Answer:
Use the various answered 24 Jan '13, 03:15 Guy Harris ♦♦ |