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 |
One Answer:
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 ♦ |