On Friday 28 March 2014 13:10:09 我想不无聊 wrote:
> then I add the file to /gtk/main.c file ,
> #include "peformance.h" //somebody told me not to use "../peformance.h"
> because there is subdir to search
Well, I was that "somebody" and refused to reply on the last private mail
because you provided *n
I create a head file in wireshark,name peformance.h:#include
typedef struct peformance_s
{
gfloat time[100];
gfloat delay[100];
guint32 packetSize[100];
guint32 payload;
guint32 index;
guint32 temp_size;
gfloat temp_time;
}peformance;
exter