summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-18 02:01:10 +0000
committerGuy Harris <guy@alum.mit.edu>2017-06-18 02:01:17 +0000
commit1a7f9b957fc4dbd7be374531e0729f437cbbf774 (patch)
tree0518cfce95e765707ae85e92324f4b14a02467f7 /epan
parentfa3aa6781797dc8d838d1a1311555a3d5c342ed1 (diff)
downloadwireshark-1a7f9b957fc4dbd7be374531e0729f437cbbf774.tar.gz
Revert "Temporary debugging hack, the sequel - fewer printouts, flush before crash."
This reverts commit fa3aa6781797dc8d838d1a1311555a3d5c342ed1. Change-Id: I974606b2c7963d92832b74e05681431442542202 Reviewed-on: https://code.wireshark.org/review/22200 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/proto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/proto.c b/epan/proto.c
index fe5055c1d8..0c262b79c6 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -9267,8 +9267,6 @@ 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 ||