From 86fab5b855dc2d9f6e5c8a7e6d56d228d10d53ba Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 23 Nov 2002 06:02:42 +0000 Subject: [PATCH] Note that the verifiers are GSS_Wrap tokens (apparently). svn path=/trunk/; revision=6668 --- packet-gssapi.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packet-gssapi.c b/packet-gssapi.c index d7db598bb0..d6bb3429de 100644 --- a/packet-gssapi.c +++ b/packet-gssapi.c @@ -4,7 +4,7 @@ * Copyright 2002, Richard Sharpe Added a few * bits and pieces ... * - * $Id: packet-gssapi.c,v 1.23 2002/11/06 23:38:27 guy Exp $ + * $Id: packet-gssapi.c,v 1.24 2002/11/23 06:02:42 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -339,6 +339,14 @@ dissect_gssapi_work(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, } if (is_verifier) { + /* + * XXX - these are GSS_Wrap() tokens. + * "gssapi_init_oid()" should take an additional + * handle for a routine to dissect those tokens. + * See, for example, section 1.2.2 of RFC 1964, + * which describes what Kerberos GSS_Wrap tokens + * look like. + */ proto_tree_add_text(subtree, tvb, offset, -1, "Authentication verifier"); } else {