]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Give documentation for KRB4 and KRB5.
authorGuy Harris <[email protected]>
Sat, 18 Nov 2017 18:42:06 +0000 (10:42 -0800)
committerGuy Harris <[email protected]>
Sat, 18 Nov 2017 18:42:28 +0000 (10:42 -0800)
print-krb.c

index aac9a8ee8c3460885bed35c45d90e8a39a6d51f8..3685ab6c3ca58820e14d4c7e28441a6646d0c692 100644 (file)
 #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 *);