Ethereal-users: Re: [Ethereal-users] Printing on Win2K causes Ethereal to crash

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 21 Mar 2001 22:37:15 -0800
On Thu, Mar 22, 2001 at 08:05:01AM +0200, Du Toit, Jaco (JL) wrote:
> Here is one of the capture files, as well as a printed text file of where it
> stops on my computers.

Well, it dumps core if I try to print the capture with a
fresh-from-the-top-of-the-CVS-tree Ethereal on UNIX; it's blowing up in
the Microsoft Proxy dissector.

Unfortunately, it appears to have trashed the stack in the process:

(gdb) where
#0  0x28486334 in strncpy () from /usr/lib/libc.so.3
#1  0x80b003f in dissect_user_info_2 (pd=0x0, offset=0, fd=0x0, tree=0x0)
    at packet-msproxy.c:389
(gdb) 

("main()" isn't at the top of the stack), but we can probably figure out
the problem with some more work.