aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.h
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-04-05 14:30:33 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-04-05 14:30:33 +0000
commit2603ad7e44e1f1f81ee7c26208529b2509a5c9ce (patch)
tree1c8e595b6a511cef877dca2edfdc6f6ef0d9c87b /ui/text_import.h
parent0e0c0f39ae58bb08de67550517de7758e94a133f (diff)
Match the new text2pcap max packet import size of 65KiB-1 from r48738.
svn path=/trunk/; revision=48750
Diffstat (limited to 'ui/text_import.h')
-rw-r--r--ui/text_import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/text_import.h b/ui/text_import.h
index 11ea4049cc..2b2fbd6bcb 100644
--- a/ui/text_import.h
+++ b/ui/text_import.h
@@ -38,7 +38,7 @@
extern "C" {
#endif /* __cplusplus */
-#define IMPORT_MAX_PACKET 64000
+#define IMPORT_MAX_PACKET 65535
/* The parameter interface */