column-info.h : increase COL_MAX_LEN from 256 to 2048

This commit is contained in:
Tom Yan 2020-10-14 08:48:59 +00:00 committed by Wireshark GitLab Utility
parent 1330b729d5
commit ac6a60de11
1 changed files with 1 additions and 1 deletions

View File

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