Re: [Wireshark-dev] Package issue under Windows XP

2009-01-08 Thread Pascal Quantin
Hi Gerald, it seems you forgot to deliver the added trunk-1.0/adns_dll.dep and trunk-1.0/adns_dll.rc files that were part of my patch. Without them the adns recompilation for VS2008 fails. Those modified files could be added to the adns-1.0-win32-05ws package and the trunk-1.0/Makefile.nmake file

Re: [Wireshark-dev] Help on understanding Application context inTCAPto be used by GSM MAP

2009-01-08 Thread Anders Broman
Hi, The ASN1 looks like: SM-DeliveryFailureCause ::= SEQUENCE { sm-EnumeratedDeliveryFailureCause SM-EnumeratedDeliveryFailureCause, diagnosticInfo SignalInfo OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ...} GSM Mobile Application 10.. = Class: CONTEXT (2) ..1.

Re: [Wireshark-dev] Help on understanding Application contextinTCAPto be used by GSM MAP

2009-01-08 Thread DROUIN FLORENT
Hi, In fact, the message should be decoded as MAP v2 with this ASN1 definition SM-DeliveryFailureCause ::= CHOICE { sm-DeliveryFailureCauseWithDiagnostic SM-DeliveryFailureCauseWithDiagnostic, -- NU1 sm-DeliveryFailureCauseWithDiagnostic must not be used in -- version 1

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2009-01-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/1521 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason:

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-ppc

2009-01-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-ppc/builds/309 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build Reason:

Re: [Wireshark-dev] buildbot failure in Wireshark (development) onOSX-10.5-ppc

2009-01-08 Thread Jim Young
buildbot-no-re...@wireshark.org 01/08/09 9:23 AM The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-ppc/builds/309 Buildbot URL: http://buildbot.wireshark.org/trunk/

[Wireshark-dev] Proto IPDR dissector working written in lua

2009-01-08 Thread Charles Carson
Hi All, I've written a prototype IPDR dissector in lua to the ipdr.org protocol specification version 2.1 and tested itseems to work well. How can I submit this for evaluation and comments etc. Working on one in C. Any input would be great. Regards, Charles Carson

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2009-01-08 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/5429 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

[Wireshark-dev] [ANNOUNCE] WinPcap 4.1 beta5 has been released

2009-01-08 Thread Gianluca Varenni
As of today, WinPcap 4.1 beta5 is available in the download section of the WinPcap website, http://www.winpcap.org/install/ . This new build includes an x64 version of the user level libraries, so it's possible to create native x64 applications based on WinPcap. The x64 libraries have been

Re: [Wireshark-dev] Package issue under Windows XP

2009-01-08 Thread Gerald Combs
This should be fixed in r27200. Pascal Quantin wrote: Hi Gerald, it seems you forgot to deliver the added trunk-1.0/adns_dll.dep and trunk-1.0/adns_dll.rc files that were part of my patch. Without them the adns recompilation for VS2008 fails. Those modified files could be added to the

Re: [Wireshark-dev] Windows VS2008 compilation problem

2009-01-08 Thread Carlos G Mendioroz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 FTR, the issue seems related to what is called side by side (WinSxS) and embedded (in Lua 5.1 DLL distro ?) version of the CRT needed. I'm no MS dev expert, nor I intend to become one, and it escapes my understanding why the binary distro works with

[Wireshark-dev] E212 Mobile network code is not caculated correctly?

2009-01-08 Thread Zhang, Long (Roger)
Hi, I am developing based on Wireshark 1.0.0. I found the mnc in E212 may not be caculated correctly. The mnc for 3 digits is calculated as mnc += 10 * mnc + mnc3;. I think it should be mnc = 10 * mnc + mnc3;. From E212 spec, I did not find algorithm to calculate mnc, but I think += is not

Re: [Wireshark-dev] E212 Mobile network code is not caculated correctly?

2009-01-08 Thread Pascal Quantin
Hi, you are right and this was fixed in trunk by revision 24759 ( http://anonsvn.wireshark.org/viewvc?view=revrevision=24759 ). Regards, Pascal. 2009/1/9 Zhang, Long (Roger) zha...@alcatel-lucent.com: Hi, I am developing based on Wireshark 1.0.0. I found the mnc in E212 may not be

Re: [Wireshark-dev] E212 Mobile network code is not caculatedcorrectly?

2009-01-08 Thread Zhang, Long (Roger)
Pascal, Thanks! Roger -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Pascal Quantin Sent: Friday, January 09, 2009 2:32 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] E212 Mobile

Re: [Wireshark-dev] Proto IPDR dissector working written in lua

2009-01-08 Thread Abhik Sarkar
Hi Charles, I am glad you have written this. I had offered to write it a long time back and never had the time (or the real need to do it). I don't think a Lua dissector will be make it to the core distribution. But, if you want to share it with everyone anyway, you could create a page at