This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How do you edit exisiting tree items?

0

Simple question, but I can't seem to find the answer elsewhere. I'm working with the json dissector that came with the 1.5 build.

Instead of having the tree layout where the "Object Value" is added as subitem to "Member key". I want the object value appended to "Member Key". How would I do that?

Thanks in advance

asked 21 Feb '11, 09:18

Rodayo's gravatar image

Rodayo
61111115
accept rate: 0%


One Answer:

2

Then you should go hack the json dissector. You probably need another stack to push/pop the tree item you want to append to.

answered 21 Feb '11, 22:37

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%