Ethereal-users: Re: [Ethereal-users] Kerberos

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 14 May 2001 11:44:33 -0700 (PDT)
> I'm student in Telecom. My draft is to study Kerberos under Windows
> 2000.
> I use Ethereal to analyse packets between Kerberos Client (Windows 2000
> Pro), KDC (Windows 2000 Server) and Resource Server (Windows 2000 Pro).
> It's Ethereal support AP_REQ and AP_REP packet ?

No, it doesn't - nobody's written the code to dissect AP_REQ and AP_REP
packets.

See the "switch (protocol_message_type)" statement in
"dissect_kerberos_main()" in "packet-kerberos.c" - it doesn't handle
KRB5_MSG_AP_REQ or KRB5_MSG_AP_REP.