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

Wireshark-commits: [Wireshark-commits] rev 37166: /trunk/gtk/ /trunk/gtk/: sctp_byte_graph_dlg.c

Date: Sun, 15 May 2011 19:01:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37166

User: wmeier
Date: 2011/05/15 12:01 PM

Log:
 Replace some 'if(...){exit(10);}' by g_asserts;
 Fix some event callback functon signatures;
 Change the "destroy" callback function (quit()) to return void: It's not an event callback.
 Do some whitespace cleanup.

Directory: /trunk/gtk/
  Changes    Path                     Action
  +37 -46    sctp_byte_graph_dlg.c    Modified