aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-05 00:33:23 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-01-05 00:33:23 +0000
commitc70bf354f8eb095dd6996f7517bccf2381d92df0 (patch)
treeb959505cdd3b6087027764dbeddb204287bd38c9 /epan/dissectors/packet-per.h
parentdb745685b41c1feb758e831713ada379e1b194bb (diff)
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
Diffstat (limited to 'epan/dissectors/packet-per.h')
-rw-r--r--epan/dissectors/packet-per.h1
1 files changed, 0 insertions, 1 deletions
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); \
} \