2
Vote

VoIP packet's capture

description

It would be very interesting if Pcap.Net could be detect and capture VoIP packets, allowing applications to monitor internal calls and record conversations in .wav files.

comments

Brickner wrote Jul 5, 2010 at 8:02 PM

What VoIP protocol do you refer to?

mickypunk wrote Jan 9, 2011 at 8:48 PM

protocol sip and save calls in format wav like voip recording

Brickner wrote Jan 10, 2011 at 5:46 PM

Please consider that all of the parsing done currently in Pcap.Net is per packet.
I'm not sure that everything you need can be done in a per packet parsing scheme.