aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-17 18:01:13 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-18 01:01:46 +0000
commitfa3aa6781797dc8d838d1a1311555a3d5c342ed1 (patch)
treeab4579347c37e852687cc82c8c22632cd841ef65 /epan/proto.c
parente77817cc92e368f13ac0cbee456fadb326d3a571 (diff)
Temporary debugging hack, the sequel - fewer printouts, flush before crash.
Change-Id: I867c1f78554fc6fabd2579107fe679a6f6033c0c Reviewed-on: https://code.wireshark.org/review/22199 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 ||