I want to dispaly an array of guint8 in proto_tree. is there any api for this?????? asked 02 Nov '12, 04:09 Akhil |
One Answer:
No, you would have to construct the proto_tree your self and put the guint's in there individualy in a loop. answered 02 Nov '12, 04:25 Anders ♦ |
Or put the entire array in as a single FT_BYTES item if that's more appropriate for this particular array.