aboutsummaryrefslogtreecommitdiffstats
path: root/packet-spnego.c
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-04 22:20:57 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-04 22:20:57 +0000
commit88e6f22c75e45cfdc767085332ca16383ddf51b6 (patch)
tree767c677110fabc7e73799882deb4f9224447054f /packet-spnego.c
parentea9847f52cdc8fb0b08bb6ba2ca3259e1441b277 (diff)
Remove a debugging printf ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6185 f5534014-38df-0310-8fa8-9805f1628bb7
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 eb0431e88d..ef9ec45069 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.26 2002/09/04 21:34:38 sharpe Exp $
+ * $Id: packet-spnego.c,v 1.27 2002/09/04 22:20:57 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -546,7 +546,7 @@ dissect_spnego_supportedMech(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
}
value = g_hash_table_lookup(gssapi_oids, oid_string);
- printf("OID Value : %0X\n", value);
+
if (value)
proto_tree_add_text(tree, tvb, offset, nbytes,
"supportedMech: %s (%s)",