Boost the maximum snapshot length to 262144, for USBPcap.

Change-Id: I104bd9d1519298a0e4ff818f1cf821df594b3491
Reviewed-on: https://code.wireshark.org/review/2658
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-06-25 13:42:36 -07:00
parent 8cde7a72d6
commit 474b90e358
1 changed files with 2 additions and 2 deletions

View File

@ -362,10 +362,10 @@ extern "C" {
/*
* Maximum packet size we'll support.
* 131072 is the largest snapshot length that libpcap supports, so we
* 262144 is the largest snapshot length that libpcap supports, so we
* use that.
*/
#define WTAP_MAX_PACKET_SIZE 131072
#define WTAP_MAX_PACKET_SIZE 262144
/*
* "Pseudo-headers" are used to supply to the clients of wiretap