Re: [Wireshark-dev] Cygwin Bash update breaks verify_tools

2006-12-06 Thread Menno Andriesse
Hmm... I see what you mean. In a quick test I found that the only file that is a problem is tools/win32-setup.sh. How about the following change to the verify_tools: target in Makefile.nmake: From : verify_tools: @$(SH) tools\win32-setup.sh --appverify $(REQUIRED_TOOLS) To:

Re: [Wireshark-dev] Patch adding option to display time asseconds(and fractions) since epoch

2006-12-06 Thread Douglas Pratley
Seconds since 1970-01-01 00:00:00 GMT: 1234567890.123456 (should that be UTC?) is quite a long menu item. I think that there is also an advantage in having the word epoch in there as it ties to the command line 'e' sub-switch to '-t' and the names in the code. I'd favour Seconds since UNIX

Re: [Wireshark-dev] Patch adding option to display time asseconds(and fractions) since epoch

2006-12-06 Thread Jaap Keuter
Hi, On Wed, 6 Dec 2006, Douglas Pratley wrote: Seconds since 1970-01-01 00:00:00 GMT: 1234567890.123456 (should that be UTC?) Yes, it is UTC. is quite a long menu item. I think that there is also an advantage in having the word epoch in there as it ties to the command line 'e'

Re: [Wireshark-dev] Cygwin Bash update breaks verify_tools

2006-12-06 Thread Bill Meier
Menno Andriesse wrote: Hmm... I see what you mean. In a quick test I found that the only file that is a problem is tools/win32-setup.sh. How about the following change to the verify_tools: target in Makefile.nmake: Thanks for your suggestion and interest in this topic. There are

Re: [Wireshark-dev] [PATCH] draft-ietf-behave-rfc3489bis-05

2006-12-06 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Morriss wrote: Marc Petit-Huguenin wrote: Hi, This is a new dissector for STUN v2, that is currently in WGLC at the IETF. The packet-stun.c file must be copied into packet-stun2.c before applying this patch. I also attached a capture

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

[Wireshark-dev] ANNOUNCE: WinPcap 4.0 beta3 has been released

2006-12-06 Thread Gianluca Varenni
WinPcap 4.0 beta3 is available as of today in the download section of the WinPcap website, http://www.winpcap.org/install/ . This new release includes some major cleanup to the code base of packet.dll aimed at having more stable and easily maintainable code. It also includes a more coherent use

Re: [Wireshark-dev] HAVE_AIRPDCAP

2006-12-06 Thread Gerald Combs
I've checked in a slightly different fix in r20053. Tomas, can you verify that it works on your system? Giorgio Tino wrote: 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,

Re: [Wireshark-dev] Patch adding option to display time as seconds(and fractions) since epoch

2006-12-06 Thread Stephen Fisher
On Tue, Dec 05, 2006 at 03:48:59PM -0800, Guy Harris wrote: On Dec 5, 2006, at 1:57 PM, Ulf Lamping wrote: As a Windows user I don't know what an epoch time is. Not all Unix users know what it is, either. Would it be better to use Seconds Since Unix Epoch or even better Seconds

Re: [Wireshark-dev] [Wireshark-commits] rev 20049: /trunk/ /trunk/epan/dissectors/: Makefile.nmake packet-ieee80211.c /trunk/epan/: libwireshark.def /trunk/gtk/: Makefile.nmake airpcap_dlg.c airpcap_d

2006-12-06 Thread Gerald Combs
Joerg Mayer wrote: Gerald, On Tue, Dec 05, 2006 at 07:24:27PM +, [EMAIL PROTECTED] wrote: Log: From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption support. WEP key preferences have been overloaded to allow WPA keys. The decryption code currently uses

Re: [Wireshark-dev] [PATCH] range_string and OSPF bcmodelid

2006-12-06 Thread Stephen Fisher
On Mon, Dec 04, 2006 at 10:03:57AM +0100, Francesco Fondelli wrote: So I defined a range_string struct. It's like value_string but stores range - string pairs. Moreover I wrote rval_to_str(), match_strrval_idx() match_strrval() which are behaving exactly as val_to_str(), match_strval_idx()

Re: [Wireshark-dev] [PATCH] range_string and OSPF bcmodelid

2006-12-06 Thread Anders Broman
-Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Stephen Fisher Skickat: den 7 december 2006 01:03 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] [PATCH] range_string and OSPF bcmodelid On Mon, Dec 04, 2006 at 10:03:57AM +0100,