Thanks Jaap, That’s exactly what I was looking for, Alan
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Jaap Keuter
Sent: Friday, January 27, 2012 3:23 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Extending VoIP Call Flow
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?