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

How do I read an *.xml file in wireshark?

0

I'm trying to dissect FP over UDP, but this process needs some extra information. So, I added an *.xml to save the information, but I don't know how to read an *.xml file in Wireshark. How can I accomplish this?

asked 04 Jul '12, 23:40

smilezuzu's gravatar image

smilezuzu
20323237
accept rate: 0%

edited 07 Jul '12, 22:29

helloworld's gravatar image

helloworld
3.1k42041


One Answer:

0

Look at packet-diameter.c and the related files in /epan. You should probably look at using preferences instead, possibly with an UAT table. Look for other source files using UAT:s (grep). Another posibillity is to create a heuristic FP dissector using the header CRC then create GUI code to fill in the missing information via some sort of "decode as" functionality.

answered 07 Jul '12, 07:28

Anders's gravatar image

Anders ♦
4.6k952
accept rate: 17%