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}"