Ethereal-dev: [Ethereal-dev] Kerberos support

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

From: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Tue, 24 Feb 2004 08:34:10 +1100
List, the kerberos decryption tests have been successful.

I would really like to start pushing the decryption support into ethereal as
soon as we have released 0.10.2

Is there anyone out there that knows how to do the automake thing so that
when configuring ehtereal it will
test whether MIT kerberos shared libraries are available and if so make
ethereal link with them?

I dont know how to do automake/configure things myself.


I would then encapsulate all keytab/kewrberos library calls inside #ifdef
HAVE_MIT_KERBEROS / #endif  blocks inside packet-kerberos.c

With help I have managed to decrypt the encrypted part of a ticket using the
capture file and the keytab i posted earlier.
It contains kerberos Application 3 which would be nice if we could dissect
as well.