Commit 60e45e47 authored by navid's avatar navid

increase wireshark interface buffer size

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7721 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 03252dba
......@@ -137,7 +137,11 @@ typedef guint8 gboolean;
//static unsigned char g_PDUBuffer[1600];
//static unsigned int g_PDUOffset;
#ifdef JUMBO_FRAME
static unsigned char g_frameBuffer[9000];
#else
static unsigned char g_frameBuffer[1600];
#endif
//static unsigned char g_fileBuffer[1600];
static unsigned int g_frameOffset;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment