Ethereal-dev: [Ethereal-dev] kadmin dissector

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

Date: Fri, 25 Apr 2003 15:35:22 -0400
Here is a simple dissector for Kerberos kadmin requests.  It doesn't have to
do much, because kadmin is an RPC protocol and the request is always encoded
using RPCSEC_GSS with privacy.  This dissector works well with Solaris
kadmin requests, but not so well with MIT's kadmin, since it uses a
different RPC authentication flavor that Ethereal does not recognize.

	-Tony

Attachment: packet-kadm5.c
Description: Binary data

Attachment: Makefile.am.diff
Description: Binary data

Attachment: Makefile.nmake.diff
Description: Binary data