Re: [Wireshark-dev] [PATCH] Cleanups for Compile Warnings Under 64bit Linux

2007-05-11 Thread Abhik Sarkar
On 5/11/07, Joerg Mayer <[EMAIL PROTECTED]> wrote: > I talked about zip in particular. In a more general sense, I'm not a big > fan of tar.gz/tar.bz2 either. Anything that not only compresses but also > archives. It makes inline viewing rather unpleasant. Just compress the > stuff with e.g. gzip or

Re: [Wireshark-dev] simple_dialog not truly modal in win32

2007-05-11 Thread Greg Bell
I understand that "Modal windows prevent interaction with other windows in the same application... ", but I assumed it will also block the normal code execution until the dialog returns/closes. I also understand that I could use a callback to call a function to execute the remaining code,

Re: [Wireshark-dev] distclean and build errors

2007-05-11 Thread Stephen Fisher
Thanks for the feedback. I checked the source code of wget and it only checks for lowercase http_proxy. I have fixed the win32-setup.sh script in the latest SVN so that it copies the environment variable HTTP_PROXY when set to http_proxy before calling wget. Now it works properly on my machin

Re: [Wireshark-dev] distclean and build errors

2007-05-11 Thread Jaap Keuter
Hi, I ended up hacking the wget config file, setting the proxy stuff there. Thanx, Jaap On Fri, 11 May 2007, Stephen Fisher wrote: > On Thu, May 10, 2007 at 04:28:02PM -0600, Tyler De Haven Brown wrote: > > > P.S.-I had to download the files manually, because even when setting > > the http_prox

Re: [Wireshark-dev] simple_dialog not truly modal in win32

2007-05-11 Thread Stephen Fisher
On Fri, May 11, 2007 at 11:44:10AM -0700, Greg Bell wrote: > I'm working with the simple_dialog (gtk\simple_dialog.c) and even > though it is defined as being modal, > the calling code path continues execution after the dialog opens, > without waiting for the user to close the dialog. For e

[Wireshark-dev] [PATCH] Improved Netflow prefs.

2007-05-11 Thread Andrew Feren
Thanks to Anders Broman for pointing out, PROTO_ITEM_SET_GENERATED(), and an example of how to configure multiple dissection ports. Changes in this patch. 1) Added preference field for IPFIX. 2) User may now specify a range of ports for Netflow (and the new IPFIX pref.) 3) Netflow defaults to diss

Re: [Wireshark-dev] distclean and build errors

2007-05-11 Thread Stephen Fisher
On Thu, May 10, 2007 at 04:28:02PM -0600, Tyler De Haven Brown wrote: > P.S.-I had to download the files manually, because even when setting > the http_proxy correctly, I couldn't access the anonsvn server Mine doesn't work through a proxy either and I am setting it using the correct syntax. I

[Wireshark-dev] simple_dialog not truly modal in win32

2007-05-11 Thread Greg Bell
Hi, I'm working with the simple_dialog (gtk\simple_dialog.c) and even though it is defined as being modal, gtk_window_set_modal(GTK_WINDOW(win), TRUE); in display_simple_dialog(...) the calling code path continues execution after the dialog opens, without waiting for the user

Re: [Wireshark-dev] distclean and build errors

2007-05-11 Thread Tyler De Haven Brown
I might have found the root of this problem. I was using cmd.exe instead of command.com. This is because I get the following error when using command.com: C:\>"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd" Attempting to detect a Microsoft Visual Studio Install

Re: [Wireshark-dev] Where is libpcap-devel source code.

2007-05-11 Thread Guy Harris
John wrote: > Near as I can tell, my Solaris 10 x86 system needs libpcap-devel, > compiled from source, in order for wireshark to build: No, it needs a development version of libpcap to build versions of Wireshark *OR* TShark that can capture packets. It can build versions of TShark *AND* Wir

Re: [Wireshark-dev] distclean and build errors

2007-05-11 Thread Tyler De Haven Brown
I have been trying to figure out this problem in more depth and noticed the C:\wireshark/asn1/mpeg directory doesn't contain a Makefile.nmake (like the other directories do). Is this correct? (seems to be what is throwing the distclean error) Also should the wireshark-win32-libs directory or t

Re: [Wireshark-dev] distclean and build errors

2007-05-11 Thread Tyler De Haven Brown
Thanks for the help!! Switching steps 2 and 3 seemed to give a different output from the vcvars32.bat file yet I get the same errors on both the distclean and the build. Am I missing something in the Quick Setup guide? I think I am doing everything correctly except for downloading the files us

[Wireshark-dev] distclean and build errors

2007-05-11 Thread Tyler Brown \(BO/EUS\)
When I attempt to build wireshark on Microsoft Windows 2000 I get the following error: k12text.c(938) : fatal error C1083: Cannot open include file: 'unistd.h': No suc h file or directory NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Micro

[Wireshark-dev] Where is libpcap-devel source code.

2007-05-11 Thread John
Hello, Near as I can tell, my Solaris 10 x86 system needs libpcap-devel, compiled from source, in order for wireshark to build: The Wireshark package has been configured with the following options. Build wireshark : no # :-<. Build tshark : yes

Re: [Wireshark-dev] [PATCH] Cleanups for Compile Warnings Under 64bit Linux

2007-05-11 Thread Joerg Mayer
On Wed, May 09, 2007 at 04:30:15PM +0300, Abhik Sarkar wrote: > Slightly off topic, but in this statement/request... > > > Please do not send patches compressed as zip files: It makes viewing > > them inline impossible. I at least won't spend the time at looking at > > them (except that they perso