[Wireshark-dev] Win32 build error

2007-01-25 Thread Giorgio Tino
Hi, I'm trying to rebuild wireshark (r.20554) and this is what I get: help_dlg.c(49) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory Thanks, Giorgio! - Original Message - From: "Joerg Mayer" <[EMAIL PROTECTED]> To: "Developer support list for Wire

Re: [Wireshark-dev] Win32 build broken?

2007-01-12 Thread Giorgio Tino
; it is caused by my changes in SSL. > Unfortunately ssl-dlg.c was not recompiled on my PC and did not catch > this error. > I will fix it. > > Tomas > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Giorgio Tino >

[Wireshark-dev] Win32 build broken?

2007-01-12 Thread Giorgio Tino
Hi, I've just updated Wireshark for Win32 to build 20405 and I get this error: ssl-dlg.c(155) : error C2039: 'app_data' : is not a member of 'SslPacketInfo' ..\epan/dissectors/packet-ssl-utils.h(640) : see declaration of 'SslPacketInfo' ssl-dlg.c(173) : error C2039: 'app_data' : is not

Re: [Wireshark-dev] HAVE_AIRPDCAP

2006-12-06 Thread Giorgio Tino
Hi Tomas, HAVE_AIRPDCAP is a define, used to compile Wireshark with the support of WPA and WPA2. It is defined in 3 makefiles: \Makefile.nmake, \epan\dissectors\Makefile.nmake, \gtk\Makefile.nmake (surely we can define it only once as we did for HAVE_AIRPCAP, for example). This define is not (well

Re: [Wireshark-dev] RDM dissector build in (was: plugins/rdm: Update toANSI E1.20-2006)

2006-10-18 Thread Giorgio Tino
Hi, I'm building ver. 19598 and every time I rebuild I have to manually delete the rdm.dll from the old directories... Seems that the build process keeps copying this .dll in both the new and the old folders... I've just updated everything to 19598 so I'm quite sure that I've got the last Makef

[Wireshark-dev] build fails - cannot find AUTHORS-SHORT

2006-09-26 Thread Giorgio Tino
Hi, seems that some other problem occurs while building wireshark (19328) ... Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. set copycmd=/y if not exist wireshark-gtk1 mkdir wireshark-gtk1 xcopy

[Wireshark-dev] build fails - cannot find lua.h

2006-09-25 Thread Giorgio Tino
Hi, I've just updated Wireshark to version 19321 and I've tried to rebuild the whole stuff. Build (Windows XP) fails with the following error: epan.c ..\epan/wslua/wslua.h(39) : fatal error C1083: Cannot open include file: 'lua.h': No such file or directory NMAKE : fatal error U1077: 'cl' : ret

[Wireshark-dev] airpcap config.nmake help

2006-08-18 Thread Giorgio Tino
reshark doesn't support airpcap. Is there something else to set up in order to compile with HAVE_AIRPCAP defined? Thanks in advance. Giorgio Tino ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Help for a patch

2006-08-10 Thread Giorgio Tino
Hello,   I've a trivial problem trying to create a patch for Wireshark, win32. I'm using Tortoise SVN. I have made changes in the / directory, in the /gtk directory and I've added some files in / , /gtk and /image/toolbar. I had to change the Makefile.* files in both / and /gtk folders to in