Ethereal-dev: Re: [Ethereal-dev] Patch to packet-jxta.c

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 07 Jan 2005 11:33:31 -0800
Peter Johansson wrote:
I just updated the source from anonymous svn and ethereal no longer compiles on Windows. The problem lies in the new dissector packet-jxta.c.
I have supplied a patch which remedies this problem.

I've checked in some changes to clean up the JXTA dissector in various places (not hiding fields - dissectors should show items for all bytes, with the possible exception of padding bytes - and treating the signatures as strings), which also fixes that problem (i.e., it doesn't use the GCC extension of declarations in the middle of blocks).