From c70bf354f8eb095dd6996f7517bccf2381d92df0 Mon Sep 17 00:00:00 2001 From: sfisher Date: Fri, 5 Jan 2007 00:33:23 +0000 Subject: Remove stderr output of an error condition per bug #998. The error is already displayed in the packet tree. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20320 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-per.h | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-per.h') diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h index 32b139cdd4..c373989e44 100644 --- a/epan/dissectors/packet-per.h +++ b/epan/dissectors/packet-per.h @@ -60,7 +60,6 @@ void asn1_ctx_init(asn1_ctx_t *actx, asn1_enc_e encoding, gboolean aligned, pack #define PER_NOT_DECODED_YET(x) \ proto_tree_add_text(tree, tvb, 0, 0, "something unknown here [%s]",x); \ -fprintf(stderr,"[%s %u] Not decoded yet in packet : %d [%s]\n", __FILE__, __LINE__, actx->pinfo->fd->num,x); \ if (check_col(actx->pinfo->cinfo, COL_INFO)){ \ col_append_fstr(actx->pinfo->cinfo, COL_INFO, "[UNKNOWN PER: %s]", x); \ } \ -- cgit v1.2.3