DCT2000: allow for longer lines/PDUs

This commit is contained in:
Martin Mathieson 2021-05-20 10:00:50 +01:00 committed by Wireshark GitLab Utility
parent f7c6d2e9e5
commit f54221b579
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#define MAX_FIRST_LINE_LENGTH 150
#define MAX_TIMESTAMP_LINE_LENGTH 50
#define MAX_LINE_LENGTH 65536
#define MAX_LINE_LENGTH 131072
#define MAX_SECONDS_CHARS 16
#define MAX_TIMESTAMP_LEN (MAX_SECONDS_CHARS+5)
#define MAX_SUBSECOND_DECIMALS 4