From 06dc2a75371a371e7eb7744b6db01710d8eeab4a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 19 Nov 2014 09:03:44 -0800 Subject: voip_calls: Fix tap callbacks. We don't need to call the VoIP tap reset and draw callbacks repeately. Do so only once from the RTP tap. Packet callbacks should return a gboolean. Clean up some function names and make some static. Change-Id: I5c934ce8ce7f279861e8cc73235bbfc27d7fe622 Reviewed-on: https://code.wireshark.org/review/5396 Reviewed-by: Gerald Combs --- ui/voip_calls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/voip_calls.h') diff --git a/ui/voip_calls.h b/ui/voip_calls.h index 7596610fe9..ccaf2e984f 100644 --- a/ui/voip_calls.h +++ b/ui/voip_calls.h @@ -235,7 +235,7 @@ void voip_calls_remove_all_tap_listeners(voip_calls_tapinfo_t *tap_id_base); /** * Cleans up memory of voip calls tap. */ -void voip_calls_reset(voip_calls_tapinfo_t *tapinfo); +void voip_calls_reset_all_taps(voip_calls_tapinfo_t *tapinfo); #endif /* __VOIP_CALLS_H__ */ -- cgit v1.2.3