aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/capture.c')
-rw-r--r--ui/capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/capture.c b/ui/capture.c
index 8e99e93253..002160c262 100644
--- a/ui/capture.c
+++ b/ui/capture.c
@@ -515,7 +515,7 @@ capture_input_new_packets(capture_session *cap_session, int to_read)
/* Capture child told us how many dropped packets it counted.
*/
void
-capture_input_drops(capture_session *cap_session, guint32 dropped, char* interface_name)
+capture_input_drops(capture_session *cap_session, guint32 dropped, const char* interface_name)
{
if (interface_name != NULL) {
g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_INFO, "%u packet%s dropped from %s", dropped, plurality(dropped, "", "s"), interface_name);