Ethereal-dev: Re: [ethereal-dev] krb5 packet decoder

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: Sun, 30 Jul 2000 22:26:27 -0700
On Sun, Jul 30, 2000 at 05:16:43PM -0700, Wes Hardaker wrote:
> It's solid enough to handle most cases just fine.  If you send it a
> krb4 packet across a krb5 port, well you're on your own then.  It
> shouldn't die, it should just fail to decode it I think.

Is there a reason to export any of the routines from
"packet-kerberos.c"?  That'd be useful only if other dissectors used
them - would any of them be useful to a Kerberos 4 dissector?

Those not useful to other dissectors might as well be made static to
"packet-kerberos.c".

(BTW, "dissect_PrincipialName" should be "dissect_PrincipalName".)