summaryrefslogtreecommitdiff
path: root/ui/text_import.c
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.c
parent0e0c0f39ae58bb08de67550517de7758e94a133f (diff)
downloadwireshark-2603ad7e44e1f1f81ee7c26208529b2509a5c9ce.tar.gz
Match the new text2pcap max packet import size of 65KiB-1 from r48738.
svn path=/trunk/; revision=48750
Diffstat (limited to 'ui/text_import.c')
-rw-r--r--ui/text_import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/text_import.c b/ui/text_import.c
index 1afa82d8d8..fa4419be3b 100644
--- a/ui/text_import.c
+++ b/ui/text_import.c
@@ -71,8 +71,8 @@
* hexdump line is dropped (including mail forwarding '>'). The offset
* can be any hex number of four digits or greater.
*
- * This converter cannot read a single packet greater than 64K. Packet
- * snaplength is automatically set to 64K.
+ * This converter cannot read a single packet greater than 64KiB-1. Packet
+ * snaplength is automatically set to 64KiB-1.
*/
#include "config.h"