aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-11-18 10:27:11 -0800
committerGuy Harris <guy@alum.mit.edu>2017-11-18 18:27:53 +0000
commitc42878bea8ea41954d3bae75ab749ac7881201c9 (patch)
treef1f1418a1147fc5907b8b364b6f452fe6fa61698
parent241008c8611dc9bdcfe26af4f9d4258126d9b261 (diff)
Reformat comment giving Kerberos 4 specification.
Change-Id: I06350d56aeedf0c0cb1c72f3597a093a6f97847c Reviewed-on: https://code.wireshark.org/review/24479 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--epan/dissectors/packet-kerberos4.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/packet-kerberos4.c b/epan/dissectors/packet-kerberos4.c
index 4b3a15985d..2be3f2d75c 100644
--- a/epan/dissectors/packet-kerberos4.c
+++ b/epan/dissectors/packet-kerberos4.c
@@ -22,16 +22,16 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
- * PDU structure based on the document :
- * Section E.2.1
+ * PDU structure based on the document:
*
- * Kerberos Authentication and Authorization System
- *
- * by S. P. Miller, B. C. Neuman, J. I. Schiller, and J. H. Saltzer
- *
- * 7. Appendix I Design Specifications
+ * 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
*/
#include "config.h"