From f558e1491e62795492ff6e7c569d929454aa1eba Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 30 Aug 2006 05:03:16 +0000 Subject: [PATCH] Remove debugcode left by mistake... svn path=/trunk/; revision=19083 --- epan/dissectors/packet-clnp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/epan/dissectors/packet-clnp.c b/epan/dissectors/packet-clnp.c index 7876bf2e43..51f3bcc9b8 100644 --- a/epan/dissectors/packet-clnp.c +++ b/epan/dissectors/packet-clnp.c @@ -2131,14 +2131,12 @@ static void dissect_clnp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) /* Continue with COTP if any data. XXX - if this isn't the first Derived PDU of a segmented Initial PDU, skip that? */ - g_warning("Gotcha"); if (nsel == (char)tp_nsap_selector || always_decode_transport) { if (dissect_ositp_internal(next_tvb, pinfo, tree, FALSE)) { pinfo->fragmented = save_fragmented; return; /* yes, it appears to be COTP or CLTP */ } } - g_warning("Trying heuristic"); if (dissector_try_heuristic(clnp_heur_subdissector_list, next_tvb, pinfo, tree)) { pinfo->fragmented = save_fragmented;