2 * VoIP conversations addition for Wireshark
6 * Copyright 2004, Ericsson , Spain
7 * By Francisco Alcoba <francisco.alcoba@ericsson.com>
9 * based on h323_conversations_dlg.h
10 * Copyright 2004, Iskratel, Ltd, Kranj
11 * By Miha Jemec <m.jemec@iskratel.si>
13 * H323, RTP and Graph Support
14 * By Alejandro Vaquero, alejandro.vaquero@verso.com
15 * Copyright 2005, Verso Technologies Inc.
17 * Wireshark - Network traffic analyzer
18 * By Gerald Combs <gerald@wireshark.org>
19 * Copyright 1998 Gerald Combs
21 * This program is free software; you can redistribute it and/or
22 * modify it under the terms of the GNU General Public License
23 * as published by the Free Software Foundation; either version 2
24 * of the License, or (at your option) any later version.
26 * This program is distributed in the hope that it will be useful,
27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * GNU General Public License for more details.
31 * You should have received a copy of the GNU General Public License
32 * along with this program; if not, write to the Free Software
33 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
36 #ifndef __VOIP_CALLS_DLG_H__
37 #define __VOIP_CALLS_DLG_H__
42 * Update the contents of the dialog box clist with that of list.
44 * @param list pointer to list of rtp_stream_info_t*
46 void voip_calls_dlg_update(GList
*list
);
48 /* functions for tap_listeners in voip_calls.c */
49 void voip_calls_dlg_draw(void *ptr
);
50 void voip_calls_dlg_reset(void *ptr
);
52 #endif /* __VOIP_CALLS_DLG_H__ */