hi all, suppose i have a xml file of a packet and DTD for this xml file. now there is an xml dissector in wireshark (epan/packet-xml.c), Can anyone please tell me that how to use all these to dissect the xml file of a packet. Or how to use the xml dissector???? thanks asked 07 Aug '15, 02:45 zombimind |
One Answer:
The xml dissector is used to dissect/pretty print xml inside packets, it can't be used to read xml files. If you want to pars an xml based packet file you would have to write wiretap code to do that. answered 07 Aug '15, 05:41 Anders ♦ |
thanks for reply anders, I will follow your suggestion..
but i can see that there is an xml dissector(epan/dissectors/packet-xml.c) already in wireshark, can you please tell me how to use it,
As per my previous answer - you can't.
alright anders, thanks...