aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-03 22:06:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-03 22:06:42 +0000
commit906d2aecbb8fee2e8a7e2a1b14ec0bbc062c1dcc (patch)
treecc1ee368a5965084380a7bbd2f833bdf636526c8 /epan/dissectors/packet-ber.c
parent781f71c3758247e0e62fa93eda7a2d7e445c9726 (diff)
Enhance error information.
svn path=/trunk/; revision=40361
Diffstat (limited to 'epan/dissectors/packet-ber.c')
-rw-r--r--epan/dissectors/packet-ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c
index a90b0b0cfa..427643b37c 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -1658,7 +1658,7 @@ printf("INTEGERnew dissect_ber_integer(%s) entered implicit_tag:%d \n",name,impl
if (used_too_many_bytes) {
expert_add_info_format(actx->pinfo, actx->created_item, PI_PROTOCOL, PI_WARN,
- "Value is encoded with too many bytes");
+ "Value is encoded with too many bytes(9 leading zero or one bits), hf:%s",hfi->name);
}
}
}