Rebuilding an audio stream programmatically
For testing audio on a VOIP connection, the audio is managed through RTP packets. This audio can be rebuilt by sorting the RTP packets and outputting a raw audio file. Wireshark actually has a GUI to do all this fairly easily. It can detect VOIP and reveal the audio, but to do this from a …