Revert "sq h2"
[metze/wireshark/wip.git] / tools / valgrind-wireshark.sh
index 8209a09598fe65ef37a3d43fcbbea28e1d0917bd..c5592e0b02d6c86597d2f46f5cc6e7477fe321a6 100755 (executable)
@@ -11,9 +11,9 @@
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
-# Directory containing tshark or wireshark.  Default current directory.
+# Directory containing tshark or wireshark.  Default: cmake run directory.
 if [ -z "$WIRESHARK_BIN_DIR" ]; then
-    WIRESHARK_BIN_DIR=.
+    WIRESHARK_BIN_DIR=run
 fi
 
 # Use tshark by default