ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] how to use the wireshark source code to develop application?

From: Peter Wu <lekensteyn@xxxxxxxxx>
Date: Sun, 30 Mar 2014 10:47:07 +0200
On Sunday 30 March 2014 14:57:59 我想不无聊 wrote:
> //performance.h
> #include <glib.h>
> typedef struct performance_s
> {
>         gfloat time[100];
>         gfloat delay[100];
>         guint32 packetSize[100];
>         guint32 payload;
>         guint32 index;
>         guint32 temp_size;
>         gfloat temp_time;
> }performance;

Finally, at least the spelling error got corrected.

> extern peformance* performance_test;

But the type here still has that typo.

Kind regards,
Peter