Re: [Wireshark-dev] Follow up to making register.c - python problem - patch

2006-10-27 Thread Neil Piercy
Hi, Ulf Lamping wrote: Yes, the current cygwin python binding has some problems, I've installed it and compile without your changes! I just don't really understand why??? No, I am totally confused as to what triggers the issue: I had a working build environment on one PC with Windows Python

[Wireshark-dev] Qestion about Wireshark parsing PPP protocol???

2006-10-27 Thread Mosly Chang
Hi everyone!!I have some question wireshark parsing.When I try to understand PPP protocol,I find some material about it.I can see it is Data Link layer protocol.,so I think it have no DA SA compared to the most general packet format EthernetII. It's frame format is Flag + Address + Control +

Re: [Wireshark-dev] Qestion about Wireshark parsing PPP protocol???

2006-10-27 Thread Jaap Keuter
Hi, The short answer is: yes this is PPP. The long answer is: With recent versions of WinPcap and Windows (don't ask details) it is possible to capture this stuff on a serial link (dialup conection). It is conviniently wrapped in a pseudo Ethernet header and handed to Wireshark to display. So

Re: [Wireshark-dev] Follow up to making register.c - python problem - patch

2006-10-27 Thread Cook, Timothy
This issue started about three months ago when the python input files were moved to the 'tools' directory renamed. I believe it was Rev 18391 of .\dissectors\Makefile.nmake that first caused this issue, not the version of Python. Since the native Windows path specification includes \ not /,

[Wireshark-dev] [PATCH] IEEE 802.11e support

2006-10-27 Thread Zhu Yi
Hi, Attached is a patch against wireshark svn for the IEEE 802.11e (QoS) support. Please review and apply. Signed-off-by: Zhu Yi [EMAIL PROTECTED] Patch is available from http://kernel.org/pub/linux/kernel/people/chuyee/patches/wireshark/wireshark-svn-ieee80211e.patch Thanks, -yi Index:

Re: [Wireshark-dev] OMG Still it doesn't compile!

2006-10-27 Thread Andrew.Martin
I've tried using cygwin, and cant get past the ./configure command. It keeps complaining that it cant find libpcap, where and how do I install this libpcap? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf Lamping Sent: 26 October 2006 21:37 To:

Re: [Wireshark-dev] OMG Still it doesn't compile!

2006-10-27 Thread Jaap Keuter
Hi, Are you sure you want to compile it with GCC in Cygwin? See http://wiki.wireshark.org/Development/CygwinGCC for the implications. Even though you'll need the cygwin tools to build, go to the Win32 command prompt to compile this stuff, don't use bash. Thanx, Jaap On Fri, 27 Oct 2006 [EMAIL

[Wireshark-dev] Unresolved external symbol linking stats TAP

2006-10-27 Thread Michael Lum
Hello, I am trying to modify the ansi_a_stat.c file. During linking I get the following error: Linking wireshark.exe link @C:\DOCUME~1\mlum.BC\LOCALS~1\Temp\nma04728. libui.lib(ansi_a_stat.obj) : error LNK2001: unresolved external symbol __imp__ansi_a_dtap_strings

[Wireshark-dev] TCP checksum 0xFFFF wrong?

2006-10-27 Thread Stephen Fisher
Bug #1136 reports a problem where a packet in a file that is attached has a checksum of 0x and it is wrongly reported as correct by Wireshark. Tcpdump reports it as correct. Microsoft Netmon says the packet was truncated and the checksum cannot be computed (figures). Sniffer Portable LAN