Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Extending VoIP Call Flow

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 27 Jan 2012 10:23:15 +0100

Hi,

I think you can piggyback onto the generic voip protocol.
It already has a tap listener and takes whatever information you feed it.

Thanks,
Jaap

On 2012-01-20 14:27, Weir, Alan wrote:

I have a written a plugin for a proprietary VoIP protocol. One application for this protocol involves a gateway which gearboxes between it and SIP so extending the VoIP call flow graph to include my protocol would be highly desirable. Is there any way to achieve this without modifying voip_calls.c itself and having to distribute the complete executable?