diff --git a/epan/to_str.c b/epan/to_str.c index 83e41cab3e7..5f555ee2bed 100644 --- a/epan/to_str.c +++ b/epan/to_str.c @@ -181,7 +181,7 @@ abs_time_to_str_ex(wmem_allocator_t *scope, const nstime_t *abs_time, field_disp { struct tm *tmp; char buf_nsecs[32]; - char buf_tzone[32]; + char buf_tzone[256]; if (fmt == BASE_NONE) fmt = ABSOLUTE_TIME_LOCAL;