From: Guy Harris Date: Sat, 18 Nov 2017 18:42:06 +0000 (-0800) Subject: Give documentation for KRB4 and KRB5. X-Git-Tag: tcpdump-4.99-bp~1764 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b933006a388d92aec6b046cf9d6b52ebf37fc018 Give documentation for KRB4 and KRB5. --- diff --git a/print-krb.c b/print-krb.c index aac9a8ee..3685ab6c 100644 --- a/print-krb.c +++ b/print-krb.c @@ -32,6 +32,23 @@ #include "netdissect.h" #include "extract.h" +/* + * Kerberos 4: + * + * Athena Technical Plan + * Section E.2.1 + * Kerberos Authentication and Authorization System + * by S. P. Miller, B. C. Neuman, J. I. Schiller, and J. H. Saltzer + * + * http://web.mit.edu/Saltzer/www/publications/athenaplan/e.2.1.pdf + * + * 7. Appendix I Design Specifications + * + * Kerberos 5: + * + * RFC 1510, RFC 2630, etc. + */ + static const char tstr[] = " [|kerberos]"; static const u_char *c_print(netdissect_options *, register const u_char *, register const u_char *);