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

Wireshark-commits: [Wireshark-commits] rev 37169: /trunk/gtk/ /trunk/gtk/: sctp_graph_dlg.c

Date: Sun, 15 May 2011 21:12:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37169

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

Log:
 Replace a number if 'if(...){exit(10);}' by _g_asserts;
 Fix an event callback function signature;
 Change quit() signal calback function to return void;
 #include <stdlib.h> not req'd;
 Misc minor changes.

Directory: /trunk/gtk/
  Changes    Path                Action
  +44 -54    sctp_graph_dlg.c    Modified