[Wireshark-dev] Proposed change to packet-tcp (tcp_dissect_pdus)

2006-09-11 Thread Peter Johansson
Hi! I have come a across a really old protocol on top of TCP that I want to be able to decode using wireshark. Unfortunately the protocol's header is "polymorphic" and mean different things depending on from which source port the message is being sent. Hence the length of the PDU cannot be com

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 ___

Re: [Wireshark-dev] question about RTP Streams - [ SPAM - Bayesian] Bayesian Filter detected spam

2006-09-11 Thread ronnie sahlberg
PSH is a flag in the TCP layer.It essentially means : dont do any delays on this packet and send back an ACK immediately.This is different from normal tcp segments that can be and often are deliberately delayed and queued in both the transmitter and the receiver for potentially hundreds of miliseco

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 > st

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 abo

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

2006-09-11 Thread chris.guo
I did not build MSVC and Cygwin combination, I just want to try if it can be built under pure Cygwin environment. My problem is could not install libpcap under Cygwin environment, I think it could be built under Cygwin if we fix this problem. Regards, Chris -Original Message- From: [EMAI

Re: [Wireshark-dev] Feedback: Wireshark User's Guide

2006-09-11 Thread Guy Harris
On Sep 11, 2006, at 10:05 AM, Brian Drab wrote: > On the first page (the Title page) it has a comma after Ed Warnicke > which I believe to be incorrect. > Section 1.1.3 – It states “Despite its name, Wireshark can capture > traffic…” I believe the “Despite its name” part can be taken out >

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

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

2006-09-11 Thread Andrew Hood
Cook, Timothy wrote: > Have you explored the possibility of building using the recommended MSVC > 6/ CYGWIN combination??? A It makes it hard to understand the cause and effect. Q What's wrong with top-posting? I have Visual Studio .Net Professional 2003 and Visual Studio Professional 2005. These

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
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

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. enab

Re: [Wireshark-dev] Cannot use make setup with proxy on Win32?

2006-09-11 Thread Ulf Lamping
Lars Ruoff wrote: > Hi, i'm trying to run nmake -f Makefile.nmake setup on a WinXP with the > 0.99.3a tar sources. > cygwin wget is intsalled and runs properly. > But how do i specify the proxy and parameters (authenthication)? > I tried defining a HTTP_PROXY environment variable to ipaddress:port

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 <[EM

[Wireshark-dev] Feedback: Wireshark User's Guide

2006-09-11 Thread Brian Drab
I thought I would pass on some more info I found that you may want to consider changing in the User Guide. I’m using 19086 for Wireshark 0.99.3.   On the first page (the Title page) it has a comma after Ed Warnicke which I believe to be incorrect. Section 1.1.3 – It states “D

[Wireshark-dev] Cannot use make setup with proxy on Win32?

2006-09-11 Thread Lars Ruoff
Hi, i'm trying to run nmake -f Makefile.nmake setup on a WinXP with the 0.99.3a tar sources. cygwin wget is intsalled and runs properly. But how do i specify the proxy and parameters (authenthication)? I tried defining a HTTP_PROXY environment variable to ipaddress:port and added a --proxy-user=x

Re: [Wireshark-dev] What's the state of the Meta/LUA plugins? How to continue?

2006-09-11 Thread LEGO
On 9/11/06, Ulf Lamping <[EMAIL PROTECTED]> wrote: > Both plugins are marked experimental (at least in the Win32 installer) for > some time now. Yes, they are both kinda experimental... > The LUA scripting support seems to be the way to go, but what's the current > state (implementation, documen

[Wireshark-dev] What's the state of the Meta/LUA plugins? How to continue?

2006-09-11 Thread Ulf Lamping
Hi List! Both plugins are marked experimental (at least in the Win32 installer) for some time now. The LUA scripting support seems to be the way to go, but what's the current state (implementation, documentation, ...). I would like to add some more basic scripting support for the Wireshark GUI

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 Wir

[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) -

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.o

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

2006-09-11 Thread chris.guo
All, I met a problem when I was trying to build wireshark under cygwin, it reported following errors when I ran ./configure: Checking pcap.h presence... no Configure: error: Header file pcap.h not found; if you installed libpcap from source, did you also do "make install-incl", and if you insta