aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-clnp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-30 05:03:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-30 05:03:16 +0000
commitf558e1491e62795492ff6e7c569d929454aa1eba (patch)
treea9a66d299bfac8a817d34e9d379daf3b47bf1c34 /epan/dissectors/packet-clnp.c
parenteb8862e1efa495ba96ca9894c85cf5cc7eadf878 (diff)
Remove debugcode left by mistake...
svn path=/trunk/; revision=19083
Diffstat (limited to 'epan/dissectors/packet-clnp.c')
-rw-r--r--epan/dissectors/packet-clnp.c2
1 files changed, 0 insertions, 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;