aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-10-07 08:14:15 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-10-07 08:14:15 +0000
commitf02d2f8705c9951592cd6a32adb648e43f24f7f9 (patch)
tree295a579a02fd30b9d9d0b1d713bf1d142f231a46 /epan/dissectors/packet-per.c
parent1394b21b88d7c3a7de44748cf59aeb4d417e6a8b (diff)
Update function name in debug info
svn path=/trunk/; revision=52434
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index 2c53a2dcfe..f3c4c61d33 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -949,7 +949,7 @@ dissect_per_any_oid(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree
tvbuff_t *val_tvb = NULL;
header_field_info *hfi;
-DEBUG_ENTRY("dissect_per_object_identifier");
+DEBUG_ENTRY("dissect_per_any_oid");
offset = dissect_per_length_determinant(tvb, offset, actx, tree, hf_per_object_identifier_length, &length);
if (actx->aligned) BYTE_ALIGN_OFFSET(offset);