Re: [Wireshark-dev] Extending VoIP Call Flow

2012-01-27 Thread Weir, Alan
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

[Wireshark-dev] Extending VoIP Call Flow

2012-01-20 Thread Weir, Alan
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

[Wireshark-dev] Building plugins for both win32 win64

2012-01-14 Thread Weir, Alan
Am I correct in saying that in order to build a plugin for both win32 and win64 that I have to install the source twice and build each version. Then copy my plugin into each source tree and build the two executables. If so, then, with the recent discussions regarding moving to powershell and or

Re: [Wireshark-dev] Problem with tools/win-setup.sh

2012-01-06 Thread Weir, Alan
In my case I had a collection of tools that I had acquired over the years (some as far back as the MKS toolkit!!) that were in my path and so were hiding the recently installed Cygwin versions - so yes, checking the required tools reside in the expected location would have highlighted my issue

[Wireshark-dev] Problem with tools/win-setup.sh

2012-01-05 Thread Weir, Alan
I had developed a plugin using version 1.4 and wanted to recompile against 1.7. I installed the sources, edited config.nmake to use VS2010 and executed nmake -f Makefile.nmake verify_tools. I received the error message: C:\wireshark-win32-libs\current_tag.txt is (unknown) Creating this file

Re: [Wireshark-dev] Problem with tools/win-setup.sh

2012-01-05 Thread Weir, Alan
: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Chris Maynard Sent: Thursday, January 05, 2012 9:06 AM To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Problem with tools/win-setup.sh Weir, Alan AWeir@... writes: Suspecting a path issue I

Re: [Wireshark-dev] Problem with tools/win-setup.sh

2012-01-05 Thread Weir, Alan
Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Ed Beroset Sent: Thursday, January 05, 2012 4:22 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Problem with tools/win-setup.sh Weir, Alan wrote: The log