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

2006-11-07 Thread Cook, Timothy
This isn't a new issue! I haven't been able to use the CYGWIN version of Python to build WS, since I start with WS around March this year. I have install the Win32 native version of Python (v2.3), no problem. -Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Wireshark-dev] Follow up to making register.c - python problem - patch

2006-10-27 Thread Cook, Timothy
This issue started about three months ago when the python input files were moved to the 'tools' directory renamed. I believe it was Rev 18391 of .\dissectors\Makefile.nmake that first caused this issue, not the version of Python. Since the native Windows path specification includes \ not /,

[Wireshark-dev] Wiin32 link time!

2006-09-19 Thread Cook, Timothy
On Windows (2k/XP), the link time is significant (1-2 minutes or at least it seems to be!). Can anyone tell me which dissectors are required? I have been trying a few tweaks to a dissector we are creating, the build to debug turn-around takes too long. In the past I've just put up with

Re: [Wireshark-dev] newbie build problem with python

2006-09-18 Thread Cook, Timothy
If you are using 0.99.1+ (maybe) or SVN version you may have this problem! This problem crept in several months ago when the python input file for .\dissectors was renamed (maake-dissector-reg.py) and moved to a sub-directory. This change was also made in the .\plugins\profinet sbus

Re: [Wireshark-dev] A problem of buildingwiresharkunder cygwin(libpcap)

2006-09-12 Thread Cook, Timothy
Top post Test!!! I'd be interested if you can get Wireshark to build debug in CYGWIN only!! -Tim snip A It makes it hard to understand the cause and effect. Q What's wrong with top-posting? Not sure if you like or dislike top posting. I'm using MS Outlook the posts that I cc show up top

Re: [Wireshark-dev] A problem of building wireshark under cygwin(libpcap)

2006-09-11 Thread Cook, Timothy
Have you explored the possibility of building using the recommended MSVC 6/ CYGWIN combination??? -Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 11, 2006 6:19 AM To: wireshark-dev@wireshark.org

Re: [Wireshark-dev] win32: nmake setup: can't find cl

2006-09-08 Thread Cook, Timothy
Good deal. I was a little surprised that you were having trouble, since I have seen email from you about as long as I've been subscribed. I've tried copying the CYGWIN setup from one machine to another (doesn't work!). Had to reinstall CYGWIN! -Tim -Original Message- From: [EMAIL

Re: [Wireshark-dev] Win32 build error return code 0x66666666

2006-09-07 Thread Cook, Timothy
What are you using as source (e.g. SVN tip or source distribution 0.99.3)? I usually build from SVN tip. However, I haven't applied updates for couple months. Maybe I'll have time to update do a clean build. -Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Wireshark-dev] win32: nmake setup: can't find cl

2006-09-07 Thread Cook, Timothy
Have you done the following: Do you intend to build using MSVC CYGWIN tools? Was your Win32 build environment setup using the Developers Guide, sections 2.3 4.6.2? If you intended to use MSVC CYGWIN tools, a command prompt [DOS prompt] is the way to go! Also ensure that you have run

Re: [Wireshark-dev] Win32 build error return code 0x66666666

2006-09-07 Thread Cook, Timothy
I just did build based on source distribution 0.99.3 (retrieved today)! I did find that the file \wireshark\airpcap.h is missing from the distribution and causes the build to fail. Before starting the first build, did you execute: nmake -fmakefile.nmake distclean and nmake -fmakefile.nmake

Re: [Wireshark-dev] Source level debugging

2006-08-30 Thread Cook, Timothy
Ben - Look at the follow http://wiki.wireshark.org/Development/Tips. Look at the "Using MSVC++ for debugging" section. By default, the Win32 builds with the debug flag enabled. GDB must be usedin the CYGWIN environment (not easily built!!). -Tim From: [EMAIL PROTECTED]

Re: [Wireshark-dev] newbie building on cygwin, windows... can't find pcap

2006-08-28 Thread Cook, Timothy
I use MSVC++ v6.0 Cygwin. I recently spent better part of a week looking at how to build entirely under Cygwin (just to support one person who has .net 2005). I finally concluded that it is way too much work. I opted to install MS Virtual PC (now FREE) setup an environment that can be

Re: [Wireshark-dev] Using GNU Compiler Project Debugger on Wiindows XP

2006-08-23 Thread Cook, Timothy
To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Using GNU Compiler Project Debugger on Wiindows XP Cook, Timothy wrote: Hi All - We recently received new PCs and upgraded from MS VC++ v6 to .net 2005. My question is: Has anyone compiled Wireshark with .net 2005

Re: [Wireshark-dev] Ethereal to Wireshark issues

2006-07-26 Thread Cook, Timothy
You may want to include: nmake -fmakefile.nmake distclean as the first step. This will get rid of auto generated files that may cause initial Win32 build to fail. -Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Grinwis Sent: Wednesday,