aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-22 20:47:10 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-22 20:47:10 +0000
commit3cba66311d634f076b40be37d415c3917a2f97e7 (patch)
tree5969c654902f600a19776125a1ae61ef374a9603 /packet-rpc.c
parent640161291a8c632287453dbffb7bc7076c670062 (diff)
The "GSS Data" is not a GSS token, it's a sequence number followed by
(unencrypted) request data. svn path=/trunk/; revision=6068
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index 21c504eb9a..7e36626c65 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.101 2002/08/22 20:22:22 guy Exp $
+ * $Id: packet-rpc.c,v 1.102 2002/08/22 20:47:10 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1125,9 +1125,6 @@ dissect_rpc_authgss_integ_data(tvbuff_t *tvb, packet_info *pinfo,
seq = tvb_get_ntohl(tvb, offset+4);
if (tree) {
- /*
- * XXX - is the "GSS Data" a GSS token?
- */
gitem = proto_tree_add_text(tree, tvb, offset,
4+rounded_length, "GSS Data");
gtree = proto_item_add_subtree(gitem, ett_rpc_gss_data);