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
5142232
accept rate: 0%

edited 07 Jul '12, 22:29

helloworld's gravatar image

helloworld
2.6k21739


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.

link

answered 07 Jul '12, 07:28

Anders's gravatar image

Anders ♦
1.9k126
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×13

Asked: 04 Jul '12, 23:40

Seen: 596 times

Last updated: 07 Jul '12, 22:29

powered by OSQA