Re: [Wireshark-dev] how to include a head file

2014-03-28 Thread Peter Wu
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

[Wireshark-dev] how to include a head file

2014-03-27 Thread ??????????
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