I required a method of saving the UDP packet stream from a .pdml file created using Wireshark. I could find no method in Wireshark to export the data bytes from more than one packet, a online search was also unsuccessful. The UDP packets contained an audio stream in raw PCM format.
As a result I have created the pdml payload copy application using VB.Net (V2.0) which stores all the hex data in the .pdml file.to a new file. Using the program I was able to load the raw data file created into Audacity to playback the transmitted audio.
I have successfully used the application to analyse a .pdml file containing over 20,000 packets (over 300Mb in size). The application can store the byte data for a maximum of 100,000 packets.
Version 1.2 (01/05/14)
The 'create text file' button allow you to specify a start and end string to match in the pdml file. This will then output a file with all the matched sequences.
**** Requires VB.Net 2.0 runtime files *****
Features
- Create file containing payload data from multiple Wireshark packets (.pdml file)
- Create file containing matched sequences from multiple Wireshark packets (.pdml file)