How to dissect inside xml?
I have an Diameter protocol packet which carries inside an XML. XML is correctly identified and parsed by Wireshark.
However I am interested to dissect inside XML, for example: one XML field is some Base64 value and I would like to decode it to hex and show also this hex value in Wireshark. Any possible way to do this?