I am new to wireshark and I am trying to upgrade a plugin that was build for 1.x to 2.x. One of those steps is replacing if the old code is
I know I would have to start with
But how would I add the array into the string to display? Where is a good source to learn about using hf_register_info? asked 21 Jul '17, 15:19 allantse |
One Answer:
answered 21 Jul '17, 21:53 Guy Harris ♦♦ |
thank you!
From the little information you have given I would consider rewriting the code and add the header information elements with proto_tree_add_item() with Hf_header_version and the appropriate length of the field.