Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-27 Thread Maynard, Chris
The portable app installer (the .paf.exe) fails to build after having built the 
U3 installer.  I included the (hopefully) relevant build output in my last post.
- Chris



From: [EMAIL PROTECTED] on behalf of Graeme Lunt
Sent: Tue 11/27/2007 4:02 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available



Chris,

> FYI: I was able to successfully build the U3 installer using the latest SVN 
> version (currently 23616).  So hopefully whatever changes were made 
> post-0.99.7pre1 to get this to work were applied to the upcoming 0.99.7 
> trunk.  Unfortunately, the portable apps installer still fails.  I think it 
> fails because I had already built the U3 installer and so some (28) dll's 
> were already marked as being "packed by UPX", which caused the following to 
> happen:

This should be OK. The U3 packaging runs UPX across all the dlls - so
if some haven't changed then they will be flagged as being already
packed. This shouldn't cause a problem.

I'll have a look and see what why the PortableApps package fails. When
you say fails - you mean it doesn't build the .paf.exe? Or when you
try to install it on the USB stick it fails? Or when you try to run
the installed WiresharkPortable, that fails?

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





-
This email may contain confidential and privileged material for the
sole use of the intended recipient(s). Any review, use, retention,
distribution or disclosure by others is strictly prohibited. If you
are not the intended recipient (or authorized to receive for the
recipient), please contact the sender by reply email and delete all
copies of this message. Also, email is susceptible to data
corruption, interception, tampering, unauthorized amendment and
viruses. We only send and receive emails on the basis that we are
not liable for any such corruption, interception, tampering,
amendment or viruses or any consequence thereof.<>___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-27 Thread Graeme Lunt
Chris,

> FYI: I was able to successfully build the U3 installer using the latest SVN 
> version (currently 23616).  So hopefully whatever changes were made 
> post-0.99.7pre1 to get this to work were applied to the upcoming 0.99.7 
> trunk.  Unfortunately, the portable apps installer still fails.  I think it 
> fails because I had already built the U3 installer and so some (28) dll's 
> were already marked as being "packed by UPX", which caused the following to 
> happen:

This should be OK. The U3 packaging runs UPX across all the dlls - so
if some haven't changed then they will be flagged as being already
packed. This shouldn't cause a problem.

I'll have a look and see what why the PortableApps package fails. When
you say fails - you mean it doesn't build the .paf.exe? Or when you
try to install it on the USB stick it fails? Or when you try to run
the installed WiresharkPortable, that fails?

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


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-27 Thread Graeme Lunt
Ulf,

> I've tried to reproduce with current SVN, and got:
>
> 1> xcopy ..\..\..\tshark.exe host /d /y
> 1>..\..\..\tshark.exe
> 1>1 Datei(en) kopiert (1 file copied)
> 1> xcopy u3util.exe host /d /y
> 1>C:u3util.exe
> 1>1 Datei(en) kopiert
> 1> C:\wireshark-win32-libs\upx301w\upx.exe device\plugins\0.99.8\*.dll
> 1>Zugriff verweigert (access denied)
> 1>NMAKE : fatal error U1077: 'C:\wireshark-win32-libs\upx301w\upx.exe' :
> return code '0x1'
> 1>Stop.
>
> Anyone with a knowledge how this should look like could have a look?

The buildbot has been successfully using the UPX since 23754 (reducing
the distribution from 25M to 15M).
I guess I missed something to flag that setup needed to be rerun (to
download UPX)?

I will take a look later.

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


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-26 Thread Maynard, Chris
FYI: I was able to successfully build the U3 installer using the latest SVN 
version (currently 23616).  So hopefully whatever changes were made 
post-0.99.7pre1 to get this to work were applied to the upcoming 0.99.7 trunk.  
Unfortunately, the portable apps installer still fails.  I think it fails 
because I had already built the U3 installer and so some (28) dll's were 
already marked as being "packed by UPX", which caused the following to happen:

[snipped for brevity, but 24 more "already packed by UPX" 
preceded these 4]
 
upx: host\libtiff3.dll: AlreadyPackedException: already packed 
by UPX
  39033556 ->   4835328   12.39%win32/pe 
libwireshark.dll
upx: host\lua5.1.dll: AlreadyPackedException: already packed by 
UPX
upx: host\pcre.dll: AlreadyPackedException: already packed by 
UPX
upx: host\smi.dll: AlreadyPackedException: already packed by UPX
566176 -> 81920   14.47%win32/pe 
wiretap-0.3.1.dll
 73728 -> 34816   47.22%win32/pe zlib1.dll
      --   ---   ---
  39673460 ->   4952064   12.48% [ 3 files ]
Packed 31 files: 3 ok, 28 errors.
NMAKE : fatal error U1077: 
'C:\wireshark-win32-libs\upx301w\upx.exe' : return co
de '0x2'
Stop.

Ulf, not sure why you're having the "access denied" problem.  I can only 
suggest a setup, distclean and recompile, as painful and time consuming as that 
might be.
 
- Chris



From: [EMAIL PROTECTED] on behalf of Ulf Lamping
Sent: Mon 11/26/2007 9:07 PM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available



Maynard, Chris schrieb:
> I've been away on vacation, so I hope it's not too late to report this (maybe 
> it's been reported/fixed already?), but I tried to build a U3 installer from 
> the 0.99.7pre1 sources, and it failed as follows:
> 
> if not exist data\"My Captures" mkdir data\"My Captures"
> if not exist manifest mkdir manifest
> cd ..\tools
> NMAKE : fatal error U1077: 'cd' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual 
> Studio\VC98\Bin\N
> MAKE.EXE"' : return code '0x2'
> Stop.
> 
> Trying to build the portable apps installer failed identically.
>  
I've tried to reproduce with current SVN, and got:

1> xcopy ..\..\..\tshark.exe host /d /y
1>..\..\..\tshark.exe
1>1 Datei(en) kopiert (1 file copied)
1> xcopy u3util.exe host /d /y
1>C:u3util.exe
1>1 Datei(en) kopiert
1> C:\wireshark-win32-libs\upx301w\upx.exe device\plugins\0.99.8\*.dll
1>Zugriff verweigert (access denied)
1>NMAKE : fatal error U1077: 'C:\wireshark-win32-libs\upx301w\upx.exe' :
return code '0x1'
1>Stop.

Anyone with a knowledge how this should look like could have a look?

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





-
This email may contain confidential and privileged material for the
sole use of the intended recipient(s). Any review, use, retention,
distribution or disclosure by others is strictly prohibited. If you
are not the intended recipient (or authorized to receive for the
recipient), please contact the sender by reply email and delete all
copies of this message. Also, email is susceptible to data
corruption, interception, tampering, unauthorized amendment and
viruses. We only send and receive emails on the basis that we are
not liable for any such corruption, interception, tampering,
amendment or viruses or any consequence thereof.<>___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-26 Thread Ulf Lamping
Maynard, Chris schrieb:
> I've been away on vacation, so I hope it's not too late to report this (maybe 
> it's been reported/fixed already?), but I tried to build a U3 installer from 
> the 0.99.7pre1 sources, and it failed as follows:
>  
> if not exist data\"My Captures" mkdir data\"My Captures"
> if not exist manifest mkdir manifest
> cd ..\tools
> NMAKE : fatal error U1077: 'cd' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual 
> Studio\VC98\Bin\N
> MAKE.EXE"' : return code '0x2'
> Stop.
>  
> Trying to build the portable apps installer failed identically.
>   
I've tried to reproduce with current SVN, and got:

1> xcopy ..\..\..\tshark.exe host /d /y
1>..\..\..\tshark.exe
1>1 Datei(en) kopiert (1 file copied)
1> xcopy u3util.exe host /d /y
1>C:u3util.exe
1>1 Datei(en) kopiert
1> C:\wireshark-win32-libs\upx301w\upx.exe device\plugins\0.99.8\*.dll
1>Zugriff verweigert (access denied)
1>NMAKE : fatal error U1077: 'C:\wireshark-win32-libs\upx301w\upx.exe' : 
return code '0x1'
1>Stop.

Anyone with a knowledge how this should look like could have a look?

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


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-25 Thread Gerald Combs
Radek Vokál wrote:
>>  We've also switched from net-snmp to libsmi for OID resolution.
> 
> - Does this mean that net-snmp is no longer supported and we have to
> switch to libsmi or is it either/or?

0.99.7 will drop the option to link with Net-SNMP in favor of libsmi. 
The changes allow filtering on MIB variables directly, e.g. 
'SNMPv2-MIB.sysUpTime < 36' or 'SNMPv2-MIB.sysDescr contains "TRS-80"'
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-25 Thread Stephen Fisher
On Sun, Nov 25, 2007 at 04:59:51PM +0100, Radek Vok??l wrote:

> > We've also switched from net-snmp to libsmi for OID resolution.
> 
> - Does this mean that net-snmp is no longer supported and we have to
> switch to libsmi or is it either/or?

Yes, net-snmp support has been removed in favor of libsmi.


Steve

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


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-25 Thread Maynard, Chris
I've been away on vacation, so I hope it's not too late to report this (maybe 
it's been reported/fixed already?), but I tried to build a U3 installer from 
the 0.99.7pre1 sources, and it failed as follows:
 
if not exist data\"My Captures" mkdir data\"My Captures"
if not exist manifest mkdir manifest
cd ..\tools
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\Bin\N
MAKE.EXE"' : return code '0x2'
Stop.
 
Trying to build the portable apps installer failed identically.
- Chris
 


From: [EMAIL PROTECTED] on behalf of Gerald Combs
Sent: Wed 11/21/2007 5:21 PM
To: Wireshark announcements; Developer support list for Wireshark; Community 
support list for Wireshark
Subject: [Wireshark-dev] Wireshark 0.99.7pre1 is now available



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wireshark 0.99.7pre1 is now available for testing.  Source code and a
Windows installer can be downloaded immediately from

http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.tar.gz
http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.u3p
http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre1.exe

This release adds many bug fixes and new features.  An in-progress list
of changes can be found in the release notes at
http://www.wireshark.org/docs/relnotes/wireshark-0.99.7.html .

Please report any problems you find to the wireshark-dev mailing list or
open a ticket at http://bugs.wireshark.org/ .

Barring any problems, the final release will be out late next week, on November
29th or 30th.


File verification information:

wireshark-0.99.7pre1.tar.gz: 16679729 bytes
MD5(wireshark-0.99.7pre1.tar.gz)=5ec97db4ec4683a527853871da649dae
SHA1(wireshark-0.99.7pre1.tar.gz)=27324b52c9e790dc8bba6ade0f30bcb2cf8b4f3a
RIPEMD160(wireshark-0.99.7pre1.tar.gz)=d1300c0ae8ac1c62c3aa688b4768cf8f6d42abf8

wireshark-0.99.7pre1.u3p: 26187951 bytes
MD5(wireshark-0.99.7pre1.u3p)=4720f92770959505001f647ef60bef1b
SHA1(wireshark-0.99.7pre1.u3p)=d9350d9b6159e597008693764bb9027348bb8e8f
RIPEMD160(wireshark-0.99.7pre1.u3p)=ec8baaeb1b3fc4a59a61f6f8c6066c45f97f2e89

wireshark-setup-0.99.7pre1.exe: 21081220 bytes
MD5(wireshark-setup-0.99.7pre1.exe)=a2e3bad6b36d2a9adab0f94a5a1f82c2
SHA1(wireshark-setup-0.99.7pre1.exe)=da9662efc4737645fba31dea324f56400a5ea242
RIPEMD160(wireshark-setup-0.99.7pre1.exe)=1d07d972b8f21646e49596d089ded480da105510

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org 
<http://enigmail.mozdev.org/> 

iD8DBQFHRK94pw8IXSHylJoRApsVAKCv0LEOk5Q4lG+k1nHjog8Yx3vysQCgrOZF
FfN7vOuaJNGo/ii6oN3DGhM=
=YOX1
-END PGP SIGNATURE-
___
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] Wireshark 0.99.7pre1 is now available

2007-11-25 Thread Radek Vokál

>  We've also switched from net-snmp to libsmi for OID resolution.

- Does this mean that net-snmp is no longer supported and we have to
switch to libsmi or is it either/or?

Radek

Gerald Combs wrote:
> Wireshark 0.99.7pre1 is now available for testing.  Source code and a
> Windows installer can be downloaded immediately from
> 
> http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.tar.gz
> http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.u3p
> http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre1.exe
> 
> This release adds many bug fixes and new features.  An in-progress list
> of changes can be found in the release notes at
> http://www.wireshark.org/docs/relnotes/wireshark-0.99.7.html .
> 
> Please report any problems you find to the wireshark-dev mailing list or
> open a ticket at http://bugs.wireshark.org/ .
> 
> Barring any problems, the final release will be out late next week, on 
> November
> 29th or 30th.
> 
> 
> File verification information:
> 
> wireshark-0.99.7pre1.tar.gz: 16679729 bytes
> MD5(wireshark-0.99.7pre1.tar.gz)=5ec97db4ec4683a527853871da649dae
> SHA1(wireshark-0.99.7pre1.tar.gz)=27324b52c9e790dc8bba6ade0f30bcb2cf8b4f3a
> RIPEMD160(wireshark-0.99.7pre1.tar.gz)=d1300c0ae8ac1c62c3aa688b4768cf8f6d42abf8
> 
> wireshark-0.99.7pre1.u3p: 26187951 bytes
> MD5(wireshark-0.99.7pre1.u3p)=4720f92770959505001f647ef60bef1b
> SHA1(wireshark-0.99.7pre1.u3p)=d9350d9b6159e597008693764bb9027348bb8e8f
> RIPEMD160(wireshark-0.99.7pre1.u3p)=ec8baaeb1b3fc4a59a61f6f8c6066c45f97f2e89
> 
> wireshark-setup-0.99.7pre1.exe: 21081220 bytes
> MD5(wireshark-setup-0.99.7pre1.exe)=a2e3bad6b36d2a9adab0f94a5a1f82c2
> SHA1(wireshark-setup-0.99.7pre1.exe)=da9662efc4737645fba31dea324f56400a5ea242
> RIPEMD160(wireshark-setup-0.99.7pre1.exe)=1d07d972b8f21646e49596d089ded480da105510
> 
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

-- 
Radek Vokál <[EMAIL PROTECTED]>
Engineering Manager - Base Operating Systems Brno

Office: +420 532 294 111
Mobile: +420 608 437 507
Red Hat Inc.   http://cz.redhat.com
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-23 Thread Stephen Fisher
On Fri, Nov 23, 2007 at 10:23:49AM +0200, Kaul wrote:

> It crashes on reassembling a segmented XML (over HTTP - I reckon an
> RSS feed).

Thanks for letting us know!

> Regretfully, when running within a debugger, it only offers
> disassembly (although I compile with debug symbols). Any options how
> to debug it?

> I'm afraid the information within the capture is private, so I can't
> share it, but any help /hints debugging it will be appreciated.

On Unix - once you install Wireshark it strips the debugging symbols to
reduce the binary's size.  If you run Wireshark from within the build
directory, the debug symbols are still there.

On Windows - I think you can debug it even after being installed by
telling MSVC++ to attach to the process.  I know you can do this when
run from the build directory.


Steve

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


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-23 Thread Kaul
Thanks for your quick response. Tried with rev. 23547 - works!

Y.

On Nov 23, 2007 10:34 AM, Kukosa, Tomas <[EMAIL PROTECTED]> wrote:

>  Hi,
>
> it could be probably problem with long hex dump pane crash which I have
> fixed in the Rev. 23527.
> It will be merged from development branch to 0.99.7 before release.
>
> Please test the last svn version if it really helps.
>
> Tomas
>
>
>  --
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Kaul
> *Sent:* Friday, November 23, 2007 9:24 AM
> *To:* Developer support list for Wireshark
> *Cc:* Wireshark announcements; Community support list for Wireshark
> *Subject:* Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available
>
> It crashes on reassembling a segmented XML (over HTTP - I reckon an RSS
> feed).
> I thought all along it had something to do with my (yet unaccepted)
> changes to packet-http.c and req_resp_hrds.c , so didn't want to bother
> the list with it, but it just happened with a clean install of the binary as
> well.
> Regretfully, when running within a debugger, it only offers disassembly
> (although I compile with debug symbols). Any options how to debug it? It
> doesn't happen if 'reassemble HTTP bodies spanning multiple TCP segments' is
> turned off.
>
> I'm afraid the information within the capture is private, so I can't share
> it, but any help /hints debugging it will be appreciated.
>
> On Nov 22, 2007 12:21 AM, Gerald Combs < [EMAIL PROTECTED]> wrote:
>
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Wireshark 0.99.7pre1 is now available for testing.  Source code and a
> > Windows installer can be downloaded immediately from
> >
> > http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.tar.gz
> > http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.u3p
> >
> > http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre1.exe
> >
> > This release adds many bug fixes and new features.  An in-progress list
> > of changes can be found in the release notes at
> > http://www.wireshark.org/docs/relnotes/wireshark-0.99.7.html .
> >
> > Please report any problems you find to the wireshark-dev mailing list or
> >
> > open a ticket at http://bugs.wireshark.org/ .
> >
> > Barring any problems, the final release will be out late next week, on
> > November
> > 29th or 30th.
> >
> >
> > File verification information:
> >
> > wireshark-0.99.7pre1.tar.gz: 16679729 bytes
> > MD5(wireshark-0.99.7pre1.tar.gz)=5ec97db4ec4683a527853871da649dae
> > SHA1(wireshark-0.99.7pre1.tar.gz)=27324b52c9e790dc8bba6ade0f30bcb2cf8b4f3a
> >
> > RIPEMD160(wireshark-0.99.7pre1.tar.gz
> > )=d1300c0ae8ac1c62c3aa688b4768cf8f6d42abf8
> >
> > wireshark-0.99.7pre1.u3p: 26187951 bytes
> > MD5(wireshark-0.99.7pre1.u3p)=4720f92770959505001f647ef60bef1b
> > SHA1(wireshark-0.99.7pre1.u3p )=d9350d9b6159e597008693764bb9027348bb8e8f
> > RIPEMD160(wireshark-0.99.7pre1.u3p
> > )=ec8baaeb1b3fc4a59a61f6f8c6066c45f97f2e89
> >
> > wireshark-setup-0.99.7pre1.exe: 21081220 bytes
> > MD5(wireshark-setup-0.99.7pre1.exe)=a2e3bad6b36d2a9adab0f94a5a1f82c2
> > SHA1(wireshark-setup-0.99.7pre1.exe
> > )=da9662efc4737645fba31dea324f56400a5ea242
> > RIPEMD160(wireshark-setup-0.99.7pre1.exe
> > )=1d07d972b8f21646e49596d089ded480da105510
> >
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.6 (Darwin)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> > iD8DBQFHRK94pw8IXSHylJoRApsVAKCv0LEOk5Q4lG+k1nHjog8Yx3vysQCgrOZF
> > FfN7vOuaJNGo/ii6oN3DGhM=
> > =YOX1
> > -END PGP SIGNATURE-
> > ___
> > 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
>
>
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-23 Thread Kukosa, Tomas
Hi,
 
it could be probably problem with long hex dump pane crash which I have
fixed in the Rev. 23527.
It will be merged from development branch to 0.99.7 before release.
 
Please test the last svn version if it really helps.
 
Tomas
 





From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kaul
Sent: Friday, November 23, 2007 9:24 AM
To: Developer support list for Wireshark
Cc: Wireshark announcements; Community support list for
Wireshark
Subject: Re: [Wireshark-dev] Wireshark 0.99.7pre1 is now
available


It crashes on reassembling a segmented XML (over HTTP - I reckon
an RSS feed).
I thought all along it had something to do with my (yet
unaccepted) changes to packet-http.c and req_resp_hrds.c , so didn't
want to bother the list with it, but it just happened with a clean
install of the binary as well. 
Regretfully, when running within a debugger, it only offers
disassembly (although I compile with debug symbols). Any options how to
debug it? It doesn't happen if 'reassemble HTTP bodies spanning multiple
TCP segments' is turned off. 

I'm afraid the information within the capture is private, so I
can't share it, but any help /hints debugging it will be appreciated.


On Nov 22, 2007 12:21 AM, Gerald Combs < [EMAIL PROTECTED]>
wrote:


-BEGIN PGP SIGNED MESSAGE- 
Hash: SHA1

Wireshark 0.99.7pre1 is now available for testing.
Source code and a
Windows installer can be downloaded immediately from


http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.tar.gz

http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.u3p 

http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre1.
exe

This release adds many bug fixes and new features.  An
in-progress list 
of changes can be found in the release notes at

http://www.wireshark.org/docs/relnotes/wireshark-0.99.7.html .

Please report any problems you find to the wireshark-dev
mailing list or 
open a ticket at http://bugs.wireshark.org/ .

Barring any problems, the final release will be out late
next week, on November
29th or 30th.


File verification information:

wireshark-0.99.7pre1.tar.gz: 16679729 bytes

MD5(wireshark-0.99.7pre1.tar.gz)=5ec97db4ec4683a527853871da649dae

SHA1(wireshark-0.99.7pre1.tar.gz)=27324b52c9e790dc8bba6ade0f30bcb2cf8b4f
3a 

RIPEMD160(wireshark-0.99.7pre1.tar.gz)=d1300c0ae8ac1c62c3aa688b4768cf8f6
d42abf8

wireshark-0.99.7pre1.u3p: 26187951 bytes

MD5(wireshark-0.99.7pre1.u3p)=4720f92770959505001f647ef60bef1b
SHA1(wireshark-0.99.7pre1.u3p
)=d9350d9b6159e597008693764bb9027348bb8e8f

RIPEMD160(wireshark-0.99.7pre1.u3p)=ec8baaeb1b3fc4a59a61f6f8c6066c45f97f
2e89

wireshark-setup-0.99.7pre1.exe: 21081220 bytes

MD5(wireshark-setup-0.99.7pre1.exe)=a2e3bad6b36d2a9adab0f94a5a1f82c2 

SHA1(wireshark-setup-0.99.7pre1.exe)=da9662efc4737645fba31dea324f56400a5
ea242

RIPEMD160(wireshark-setup-0.99.7pre1.exe)=1d07d972b8f21646e49596d089ded4
80da105510

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla -
http://enigmail.mozdev.org


iD8DBQFHRK94pw8IXSHylJoRApsVAKCv0LEOk5Q4lG+k1nHjog8Yx3vysQCgrOZF
FfN7vOuaJNGo/ii6oN3DGhM= 
=YOX1
-END PGP SIGNATURE-
___
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] Wireshark 0.99.7pre1 is now available

2007-11-23 Thread Kaul
It crashes on reassembling a segmented XML (over HTTP - I reckon an RSS
feed).
I thought all along it had something to do with my (yet unaccepted) changes
to packet-http.c and req_resp_hrds.c , so didn't want to bother the list
with it, but it just happened with a clean install of the binary as well.
Regretfully, when running within a debugger, it only offers disassembly
(although I compile with debug symbols). Any options how to debug it? It
doesn't happen if 'reassemble HTTP bodies spanning multiple TCP segments' is
turned off.

I'm afraid the information within the capture is private, so I can't share
it, but any help /hints debugging it will be appreciated.

On Nov 22, 2007 12:21 AM, Gerald Combs <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Wireshark 0.99.7pre1 is now available for testing.  Source code and a
> Windows installer can be downloaded immediately from
>
> http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.tar.gz
> http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.u3p
>
> http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre1.exe
>
> This release adds many bug fixes and new features.  An in-progress list
> of changes can be found in the release notes at
> http://www.wireshark.org/docs/relnotes/wireshark-0.99.7.html .
>
> Please report any problems you find to the wireshark-dev mailing list or
> open a ticket at http://bugs.wireshark.org/ .
>
> Barring any problems, the final release will be out late next week, on
> November
> 29th or 30th.
>
>
> File verification information:
>
> wireshark-0.99.7pre1.tar.gz: 16679729 bytes
> MD5(wireshark-0.99.7pre1.tar.gz)=5ec97db4ec4683a527853871da649dae
> SHA1(wireshark-0.99.7pre1.tar.gz)=27324b52c9e790dc8bba6ade0f30bcb2cf8b4f3a
> RIPEMD160(wireshark-0.99.7pre1.tar.gz
> )=d1300c0ae8ac1c62c3aa688b4768cf8f6d42abf8
>
> wireshark-0.99.7pre1.u3p: 26187951 bytes
> MD5(wireshark-0.99.7pre1.u3p)=4720f92770959505001f647ef60bef1b
> SHA1(wireshark-0.99.7pre1.u3p)=d9350d9b6159e597008693764bb9027348bb8e8f
> RIPEMD160(wireshark-0.99.7pre1.u3p
> )=ec8baaeb1b3fc4a59a61f6f8c6066c45f97f2e89
>
> wireshark-setup-0.99.7pre1.exe: 21081220 bytes
> MD5(wireshark-setup-0.99.7pre1.exe)=a2e3bad6b36d2a9adab0f94a5a1f82c2
> SHA1(wireshark-setup-0.99.7pre1.exe
> )=da9662efc4737645fba31dea324f56400a5ea242
> RIPEMD160(wireshark-setup-0.99.7pre1.exe
> )=1d07d972b8f21646e49596d089ded480da105510
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFHRK94pw8IXSHylJoRApsVAKCv0LEOk5Q4lG+k1nHjog8Yx3vysQCgrOZF
> FfN7vOuaJNGo/ii6oN3DGhM=
> =YOX1
> -END PGP SIGNATURE-
> ___
> 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


[Wireshark-dev] Wireshark 0.99.7pre1 is now available

2007-11-21 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wireshark 0.99.7pre1 is now available for testing.  Source code and a
Windows installer can be downloaded immediately from

http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.tar.gz
http://www.wireshark.org/download/prerelease/wireshark-0.99.7pre1.u3p
http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre1.exe

This release adds many bug fixes and new features.  An in-progress list
of changes can be found in the release notes at
http://www.wireshark.org/docs/relnotes/wireshark-0.99.7.html .

Please report any problems you find to the wireshark-dev mailing list or
open a ticket at http://bugs.wireshark.org/ .

Barring any problems, the final release will be out late next week, on November
29th or 30th.


File verification information:

wireshark-0.99.7pre1.tar.gz: 16679729 bytes
MD5(wireshark-0.99.7pre1.tar.gz)=5ec97db4ec4683a527853871da649dae
SHA1(wireshark-0.99.7pre1.tar.gz)=27324b52c9e790dc8bba6ade0f30bcb2cf8b4f3a
RIPEMD160(wireshark-0.99.7pre1.tar.gz)=d1300c0ae8ac1c62c3aa688b4768cf8f6d42abf8

wireshark-0.99.7pre1.u3p: 26187951 bytes
MD5(wireshark-0.99.7pre1.u3p)=4720f92770959505001f647ef60bef1b
SHA1(wireshark-0.99.7pre1.u3p)=d9350d9b6159e597008693764bb9027348bb8e8f
RIPEMD160(wireshark-0.99.7pre1.u3p)=ec8baaeb1b3fc4a59a61f6f8c6066c45f97f2e89

wireshark-setup-0.99.7pre1.exe: 21081220 bytes
MD5(wireshark-setup-0.99.7pre1.exe)=a2e3bad6b36d2a9adab0f94a5a1f82c2
SHA1(wireshark-setup-0.99.7pre1.exe)=da9662efc4737645fba31dea324f56400a5ea242
RIPEMD160(wireshark-setup-0.99.7pre1.exe)=1d07d972b8f21646e49596d089ded480da105510

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHRK94pw8IXSHylJoRApsVAKCv0LEOk5Q4lG+k1nHjog8Yx3vysQCgrOZF
FfN7vOuaJNGo/ii6oN3DGhM=
=YOX1
-END PGP SIGNATURE-
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev