aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-08-31 20:50:08 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-08-31 20:50:08 +0000
commit9a342916066917e55488de3d52e247ff585c6a77 (patch)
tree0f3b3a2cce305dc3216e5d6a72052bc32db4d489 /packet-spnego.c
parent8fbf4e59af0c9fa2506980a27dc62f39c3a5fa60 (diff)
Make sure we stop processing GSS-API tokens when we actually have finished
and not try to parse unrelated info in the TVB. svn path=/trunk/; revision=6162
Diffstat (limited to 'packet-spnego.c')
-rw-r--r--packet-spnego.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-spnego.c b/packet-spnego.c
index 85332593f9..dc1e096f5b 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.20 2002/08/31 17:09:45 sharpe Exp $
+ * $Id: packet-spnego.c,v 1.21 2002/08/31 20:50:08 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -161,7 +161,7 @@ dissect_spnego_mechTypes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
if (ret != ASN1_ERR_NOERROR) {
dissect_parse_error(tvb, offset, pinfo, subtree,
- "GSS-API token", ret);
+ "SPNEGO mechTypes token", ret);
goto done;
}