text_import: the maximum frame length should be WTAP_MAX_PACKET_SIZE

Change-Id: I41989e8b5fd273c518f786ca74683b9284d9403e
Reviewed-on: https://code.wireshark.org/review/20747
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Pascal Quantin 2017-03-27 16:15:41 +02:00 committed by Anders Broman
parent cabd7d8293
commit e1b14fbcfe
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
extern "C" {
#endif /* __cplusplus */
#define IMPORT_MAX_PACKET 65535
#define IMPORT_MAX_PACKET WTAP_MAX_PACKET_SIZE
/* The parameter interface */