Re: [Wireshark-dev] This application has failed to start because wiretap-0.3.dll was not found

2006-11-13 Thread Robert Trybis
for Wireshark Subject: Re: [Wireshark-dev] This application has failed to start because wiretap-0.3.dll was not found Robert Trybis wrote: Under XP I have built wireshark.exe from release 0.99.4 When I try to run the programme I get a popup titled wireshark.exe - Unable to Locate

[Wireshark-dev] This application has failed to start because wiretap-0.3.dll was not found

2006-11-12 Thread Robert Trybis
Under XP I have built wireshark.exe from release 0.99.4 When I try to run the programme I get a popup titled wireshark.exe Unable to Locate Component with the message This application has failed to start because wiretap-0.3.dll was not found. Re-installing the application may fix the

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-12 Thread Robert Trybis
PROTECTED] On Behalf Of Robert Trybis Sent: Wednesday, November 08, 2006 3:33 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Bill, Here is what I got in the build output; cd .. ..\tools\lemon\lemon t=..\tools\lemon\lempar.c

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-08 Thread Robert Trybis
Hello, Peter hit the nail on the head, it's the Windows PATH variable. The cygwin installation does not set an environment variable to allow python to be found. Also all the stuff that accumulates in the PATH environment variable can confuse things, though I don't think the length is important.

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-08 Thread Robert Trybis
Can anybody tell me how to undo everything that has been done by Nmake -f Makefile.nmake all ? Go back to the beginning, like so nmake -f Makefile.nmake distclean then build again nmake -f Makefile.nmake all I did the clean as above then tried to build again it failed :-( The

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-08 Thread Robert Trybis
I have tried again after deleting the wireshark directory and getting a clean copy of 00.99.4. Under XP the build ends prematurely with the lines given below. Any ideas why these files appear to be missing and how to work round it? I did not go through the process of doing the automated library

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-08 Thread Robert Trybis
-Original Message- From: [EMAIL PROTECTED] [mailto:wireshark-dev- [EMAIL PROTECTED] On Behalf Of Jaap Keuter Sent: 08 November 2006 16:48 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Hi, It's only now that I see it Robert Trybis

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-08 Thread Robert Trybis
-- It may give you a clue as to what is going wrong. You could just copy the two file by hand... Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Trybis Sent: Wednesday, November 08, 2006 10:10 AM To: Developer

Re: [Wireshark-dev] Verify installed tools failing

2006-11-07 Thread Robert Trybis
Looks good. The version of Bash I HAD was version 3.1.17(9) this was downloaded from Cygwin as 3.1-9 (Cygwin has another version 3.2.3-5 which I did not try). Followinf your emails I downloaded an earlier version 3.1.17(6) from Cygwin as 3.1-6 and this has worked. Thanks for the help it looks

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-07 Thread Robert Trybis
env python produces; Python 2.4.3 (#1, May 18 2006, 07:40:45) [GCC 3.3.3 (cygwin special)] on cygwin Type help, copyright, credits or License for more information. Regards RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Bloice Sent: 07

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-07 Thread Robert Trybis
wrong and how to fix it it would be a help. Regards RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Bloice Sent: 07 November 2006 15:11 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Robert

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-07 Thread Robert Trybis
: fatal error U1077: 'C:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE' : return code '0x2' Stop. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Trybis Sent: 07 November 2006 15:56 To: Developer support list for Wireshark Subject: Re

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-07 Thread Robert Trybis
: fatal error U1077: 'C:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE' : return code '0x2' Stop. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Trybis Sent: 07 November 2006 16:03 To: Developer support list for Wireshark Subject: Re

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-07 Thread Robert Trybis
I let cygwin do its default thing, plus adding in the additional downloads required for the Wireshark documentation. Then I went back to an earlier version of Bash. I only installed cygwin to get Wireshark working so it should be standard. The file system is NTFS. Regards RT -Original

[Wireshark-dev] Where do I get gmodule.h for dissector development

2006-11-06 Thread Robert Trybis
Hello, I want to write a dissector and I am trying to work through the example packet-foo from the documentation. I downloaded the Windows binary distribution for WireShark 00.99.4 , as I only want to write a plugin and dont wish to build the entire program. The install worked

Re: [Wireshark-dev] Where do I get gmodule.h for dissectordevelopment

2006-11-06 Thread Robert Trybis
that the plugin API isn't stable yet, hence all plugins must be build and used within the same context as the version of Wireshark you intend to use. Thanx, Jaap On Mon, 6 Nov 2006, Robert Trybis wrote: Hello, I want to write a dissector and I am trying to work through the example packet-foo from

[Wireshark-dev] Where do I get gmodule.h for dissector development

2006-11-06 Thread Robert Trybis
Hello, I want to write a dissector and I am trying to work through the example packet-foo from the documentation. I downloaded the Windows binary distribution for WireShark 00.99.4 , as I only want to write a plugin and dont wish to build the entire program. The install worked

Re: [Wireshark-dev] Where do I get gmodule.h fordissectordevelopment

2006-11-06 Thread Robert Trybis
Hi, Guilty! Sorry. I got the impression I might be able to build a dissector plugin as a dll without needing to be able to build the entire Wireshark. I am going back to square one. Regards RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap

[Wireshark-dev] Verify installed tools failing

2006-11-06 Thread Robert Trybis
I am trying to work my way through the Developer Installation on a Windows XP machine, but tools verification seems to fail; I have got Microsoft Visual Studio 6.0 installed. The installation of Cygwin and its additional packages seemed to go okay, I can open a bash window. I downloaded the