From ac6a60de118839f6eccfcd545a9a7c0ec0047e2b Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Wed, 14 Oct 2020 08:48:59 +0000 Subject: [PATCH] column-info.h : increase COL_MAX_LEN from 256 to 2048 --- epan/column-info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/column-info.h b/epan/column-info.h index b16b782f2c..5f611f3e93 100644 --- a/epan/column-info.h +++ b/epan/column-info.h @@ -22,7 +22,7 @@ extern "C" { * Column info. */ -#define COL_MAX_LEN 256 +#define COL_MAX_LEN 2048 #define COL_MAX_INFO_LEN 4096 #define COL_CUSTOM_PRIME_REGEX " *([^ \\|]+) *(?:(?:\\|\\|)|(?:or)| *$){1}"