From 0f804b733aae0fb4a601336e454164c46c929552 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 28 Feb 2025 11:43:48 +0100 Subject: [PATCH] fix: wireshark patch --- patches/wireshark.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/wireshark.patch b/patches/wireshark.patch index 2422958..d6f618a 100644 --- a/patches/wireshark.patch +++ b/patches/wireshark.patch @@ -13,22 +13,22 @@ index 946dc810db..2cc3d6f705 100644 +++ b/capture/capture_sync.c @@ -244,7 +244,7 @@ init_pipe_args(int *argc) { char **argv; - + /* Find the absolute path of the dumpcap executable. */ - exename = get_executable_path("dumpcap"); + exename = "/run/privileged/bin/dumpcap"; if (exename == NULL) { return NULL; } -@@ -270,10 +270,6 @@ init_pipe_args(int *argc) { +@@ -270,9 +270,6 @@ init_pipe_args(int *argc) { } } - + - /* sync_pipe_add_arg strdupes exename, so we should free our copy */ - g_free(exename); - return argv; } - + -- 2.48.1 -- 2.48.1