[Wireshark-dev] Need info of recently added : GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread Ulf Lamping
Hi List!

The recently added libs are not mentioned in the documentation and in the 
About box.

To add it, I need the following infos of the libs:

- what is it (e.g. PortAudio - portable cross-platform Audio API)
- what is it used for in Wireshark (e.g. enables audio support for RTP streams)
- how can it be used in Wireshark (e.g. how to use the RTP audio output?)
- URL to get the Unix version (e.g. http://www.portaudio.com/download.html)
- URL to get Win32 binaries (e.g. ???)
- how can it be detected if installed and how to get the version - into the 
version info (About box Compiled with / Running with)

If someone can provide me with that info, I'll add that to the Devel Guide and 
Readme.Win32 and will try to add it to version_info.c.

Regards, ULFL
___
Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=02

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread Joerg Mayer
On Mon, Sep 11, 2006 at 06:29:36PM +0200, Ulf Lamping wrote:
 To add it, I need the following infos of the libs:
 
 - what is it (e.g. PortAudio - portable cross-platform Audio API)
 - what is it used for in Wireshark (e.g. enables audio support for RTP 
 streams)
 - how can it be used in Wireshark (e.g. how to use the RTP audio output?)
 - URL to get the Unix version (e.g. http://www.portaudio.com/download.html)
 - URL to get Win32 binaries (e.g. ???)
  Portaudio: coudln't find them.

 - how can it be detected if installed and how to get the version - into the 
 version info (About box Compiled with / Running with)

Portaudio: I don't see a way for versions 18 and below (except by looking at the
full library name of the dynamic lib: libportaudio.so.0.0.18 is version 18. If 
the
code was statically linked, then I don't have any idea. Starting with version 19
(API 2.0), it's Pa_GetVersionText().

 ciao
 Joerg

PS: It would have been nice to include the list of libs into the
mailbody as well 
-- 
Joerg Mayer   [EMAIL PROTECTED]
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread ronnie sahlberg
KFW

what it is:
Kerberos For Windows. A port of MIT Kerberos for the windows platform.

what it is used for:
It provides support to decrypt Kerberos, sealed DCERPC and secureLDAP.

unix version: kfw is not used on unix builds.

windows version:  www.mit.edu/~kerberos


On 9/11/06, Ulf Lamping [EMAIL PROTECTED] wrote:
 Hi List!

 The recently added libs are not mentioned in the documentation and in the
 About box.

 To add it, I need the following infos of the libs:

 - what is it (e.g. PortAudio - portable cross-platform Audio API)
 - what is it used for in Wireshark (e.g. enables audio support for RTP
 streams)
 - how can it be used in Wireshark (e.g. how to use the RTP audio output?)
 - URL to get the Unix version (e.g. http://www.portaudio.com/download.html)
 - URL to get Win32 binaries (e.g. ???)
 - how can it be detected if installed and how to get the version - into the
 version info (About box Compiled with / Running with)

 If someone can provide me with that info, I'll add that to the Devel Guide
 and Readme.Win32 and will try to add it to version_info.c.

 Regards, ULFL
 ___
 Viren-Scan für Ihren PC! Jetzt für jeden. Sofort, online und kostenlos.
 Gleich testen! http://www.pc-sicherheit.web.de/freescan/?mc=02

 ___
 Wireshark-dev mailing list
 Wireshark-dev@wireshark.org
 http://www.wireshark.org/mailman/listinfo/wireshark-dev

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread Gerald Combs
Ulf Lamping wrote:
 Hi List!
 
 The recently added libs are not mentioned in the documentation and in the 
 About box.
 
 To add it, I need the following infos of the libs:
 
 - what is it (e.g. PortAudio - portable cross-platform Audio API)
 - what is it used for in Wireshark (e.g. enables audio support for RTP 
 streams)
 - how can it be used in Wireshark (e.g. how to use the RTP audio output?)
 - URL to get the Unix version (e.g. http://www.portaudio.com/download.html)
 - URL to get Win32 binaries (e.g. ???)
 - how can it be detected if installed and how to get the version - into the 
 version info (About box Compiled with / Running with)
 
 If someone can provide me with that info, I'll add that to the Devel Guide 
 and Readme.Win32 and will try to add it to version_info.c.

There should probably be separate items for GnuTLS and Gcrypt:

GnuTLS

What it is:

  The GNU Transport Layer Security library.  Provides support for the
  TLS and SSL protocols, along with associated authentication,
  certificate handling, and encryption/decryption.

What it's used for: SSL/TLS decryption
Unix version: http://www.gnu.org/software/gnutls/
Windows version: We roll our own using http://josefsson.org/gnutls4win/

Libgcrypt:

What it is:

  Low-level encryption library.  Provides support for many ciphers, such
  as DES, 3DES, AES, Blowfish, and others.

What it's used for: Decryption support in several places.
Unix version: http://www.gnupg.org/
Windows version: Part of our homemade GnuTLS package.

Both libraries provide routines and defines for version numbers and
strings, e.g. GNUTLS_VERSION and GCRYPT_VERSION.

I added Nettle support for a client a while back.  If no one else is
using it we might want to drop it in favor of Libgcrypt.
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread ronnie sahlberg
The Kerberos decryption has been available on unix for several years and are built in by defaultas long as automagic finds either standard heimdal or standard mit kerberos libraries during the build.I think virtually all unix/linux hosts come with either of these by default today.
The Kerberos For Windows is just a port of MIT Kerberos for the windows platformOn 9/12/06, Ulf Lamping 
[EMAIL PROTECTED] wrote:ronnie sahlberg wrote: KFW what it is:
 Kerberos For Windows. A port of MIT Kerberos for the windows platform. what it is used for: It provides support to decrypt Kerberos, sealed DCERPC and secureLDAP. unix version: kfw is not used on unix builds.
Is it called differently, or is no Kerberos (and alike) dissectionavailable on *NIX platforms?Regards, ULFL___Wireshark-dev mailing list
Wireshark-dev@wireshark.orghttp://www.wireshark.org/mailman/listinfo/wireshark-dev
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread ronnie sahlberg
Kerberos decryption has been standard on unix/linux hosts for a long time sincemost unix/linux distributions come with some sort of kerberos by default today.Since the wireshark code needs access to internal apis inside the kerberos implementation this means
wireshark needs to know a fair bit about the internals of the kerberos toolkit.Wireshark knows how and what functions to use for both MIT or Heimdal kerberos, where available.On windows however, there are few options for kerberos outside of microsofts own implementation
and i dont think there is any documentation on how to access the internal api inside whatever dll's microsof implement their kerberos with.This has meant that this feature has been missing for the windows platform for quite a while.
KerberosForWindows is merely a port of MIT kerberos that runs on windows which allows wireshark to provide this feature on the windows platform as well.On 9/12/06, 
Ulf Lamping [EMAIL PROTECTED] wrote:
ronnie sahlberg wrote: KFW what it is: Kerberos For Windows. A port of MIT Kerberos for the windows platform. what it is used for: It provides support to decrypt Kerberos, sealed DCERPC and secureLDAP.
 unix version: kfw is not used on unix builds.Is it called differently, or is no Kerberos (and alike) dissectionavailable on *NIX platforms?Regards, ULFL___
Wireshark-dev mailing listWireshark-dev@wireshark.orghttp://www.wireshark.org/mailman/listinfo/wireshark-dev

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread Ulf Lamping
Gerald Combs wrote:
 GnuTLS

 Libgcrypt
   
I've added both to the Devel Guide.

I will move relevant stuff from readme.win32 (unmaintained) to the Devel 
Guide and remove the devel part completely when I find some time.
 Both libraries provide routines and defines for version numbers and
 strings, e.g. GNUTLS_VERSION and GCRYPT_VERSION.
   
I'll try to have a look tomorrow.
 I added Nettle support for a client a while back.  If no one else is
 using it we might want to drop it in favor of Libgcrypt.
   
Sounds like a good idea to remove complexity (KISS), let's wait a bit 
(if someone complains) and then just remove it.

Regards, ULFL
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Need info of recently added: GNUTLS, KFW, NETTLE, LUA and PortAudio for the Devel Guide and elsewhere

2006-09-11 Thread Anders Broman

I will move relevant stuff from readme.win32 (unmaintained) to the Devel 
Guide and remove the devel part completely when I find some time.

I'd just add a note that it's not maintained and point to the Devel. Guide
For an up to date description...

Best regards
Anders



___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev