コード例 #1
0
ファイル: ec_curses_view.c プロジェクト: bk1te/ettercap
static void curses_stop_stats(void)
{
   DEBUG_MSG("curses_stop_stats");
   wdg_del_idle_callback(refresh_stats);

   /* the object does not exist anymore */
   wdg_stats = NULL;
}
コード例 #2
0
static void curses_kill_connections(void)
{
   DEBUG_MSG("curses_kill_connections");
   wdg_del_idle_callback(refresh_connections);

   /* the object does not exist anymore */
   wdg_connections = NULL;
}