Ethereal-dev: Re: [Ethereal-dev] one minor fix for SSH dissector

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

From: Huagang XIE <huagang@xxxxxxxxxxxxx>
Date: Fri, 24 Jan 2003 18:02:30 -0800
Guy Harris wrote:

On Fri, Jan 24, 2003 at 02:04:06PM -0800, Huagang XIE wrote:
Here it is, Now the SSHv2 and SSHv1 is a flag in the flow data structure now.

I've checked that version into CVS, with some typo fixes
("Diffie-Hellman"), and with

	static const int ssh_hf_keys[] = {
	};

removed, as it's 1) unused and 2) not supported, I suspect, by all C
compilers (not all C compilers can handle zero-length arrays).
ooh..I planed to use it for an arry and then finally too lazy to change it.

Thanks,
Huagang