Increased EBHSCR packet size

This commit is contained in:
Car Benjamin 2022-10-17 16:33:14 +02:00 committed by AndersBroman
parent 1070328597
commit b7a7921699
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ extern "C" {
*/
#define WTAP_MAX_PACKET_SIZE_STANDARD 262144U
#define WTAP_MAX_PACKET_SIZE_USBPCAP (128U*1024U*1024U)
#define WTAP_MAX_PACKET_SIZE_EBHSCR (8U*1024U*1024U)
#define WTAP_MAX_PACKET_SIZE_EBHSCR (32U*1024U*1024U)
#define WTAP_MAX_PACKET_SIZE_DBUS (128U*1024U*1024U)
/*