Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] GTK3: Tcpgraph (stevens) broken

From: Anders Broman <a.broman@xxxxxxxxxxxx>
Date: Wed, 24 Aug 2011 20:20:52 +0200
Joerg Mayer skrev 2011-08-24 19:02:
When trying to get a tcp graph, the window only shows grey (background)
color plus the dialog that would allow tuning the graph. There is also a
message that may be related:

(wireshark:19875): GLib-GObject-WARNING **: gsignal.c:2275: signal `expose_event' is invalid for instance `0x82ace10'

Ciao
    Joerg
Hi,
Could you try revision 38715? I don't know if
    graph_pixmap_display (g);
    graph_title_pixmap_display (g);
    axis_pixmap_display (g->x_axis);
    axis_pixmap_display (g->y_axis);
Should take the cairo_t as input too.
Regards
Anders