summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 0c262b79c6..fe5055c1d8 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -9267,6 +9267,8 @@ proto_registrar_dump_values(void)
units = NULL;
if (hfinfo->strings != NULL) {
+fprintf(stderr, "Will dump %s value string\n", hfinfo->abbrev);
+fflush(stderr);
if ((hfinfo->display & FIELD_DISPLAY_E_MASK) != BASE_CUSTOM &&
(hfinfo->type == FT_CHAR ||
hfinfo->type == FT_UINT8 ||