Match the new text2pcap max packet import size of 65KiB-1 from r48738.

svn path=/trunk/; revision=48750
This commit is contained in:
Chris Maynard 2013-04-05 14:30:33 +00:00
parent 0e0c0f39ae
commit 2603ad7e44
2 changed files with 3 additions and 3 deletions

View File

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

View File

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