summaryrefslogtreecommitdiff
path: root/packet-spnego.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-09-08 02:45:26 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-09-08 02:45:26 +0000
commitc5c8aed3d6c3f6f05e82aca7c18ec3691ffc583d (patch)
tree4c473134a6b4f0a8158b3b2522b756361bf89f0d /packet-spnego.c
parent849e1c6866578dd513960456af72c6e6e9534c76 (diff)
downloadwireshark-c5c8aed3d6c3f6f05e82aca7c18ec3691ffc583d.tar.gz
Fix documentation comments to reflext reality.
svn path=/trunk/; revision=6229
Diffstat (limited to 'packet-spnego.c')
-rw-r--r--packet-spnego.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-spnego.c b/packet-spnego.c
index 143a0aab75..9fa84bafe8 100644
--- a/packet-spnego.c
+++ b/packet-spnego.c
@@ -4,7 +4,7 @@
* Copyright 2002, Tim Potter <tpot@samba.org>
* Copyright 2002, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-spnego.c,v 1.32 2002/09/08 01:43:44 guy Exp $
+ * $Id: packet-spnego.c,v 1.33 2002/09/08 02:45:26 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -144,10 +144,10 @@ dissect_spnego_krb5(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
subtree = proto_item_add_subtree(item, ett_spnego_krb5);
/*
- * According to all the info I have, the KRB5 blob contains:
+ * The KRB5 blob conforms to RFC1964:
* APLICATION (0) {
* OID,
- * BOOLEAN (0),
+ * USHORT (0x0001 == AP-REQ, 0x0002 == AP-REP, 0x0003 == ERROR,
* OCTET STRING }
*/