Increase MAXFRAME (Thanks Pat)

This commit is contained in:
Neale Pickett 2018-07-19 09:37:38 -06:00
parent 6086ad4c01
commit 988859ea9f
1 changed files with 3 additions and 3 deletions

2
pcap.h
View File

@ -6,7 +6,7 @@
#include <stdbool.h> #include <stdbool.h>
#define MAGIC 0xa1b2c3d4 #define MAGIC 0xa1b2c3d4
#define MAXFRAME 65535 #define MAXFRAME 262144
/* /*
* Described at http://www.tcpdump.org/linktypes.html * Described at http://www.tcpdump.org/linktypes.html