Update valgrind script for the UI

Plain 'wireshark' is now the Qt version, and 'wireshark-gtk' is the GTK version.

Change-Id: I893d6ae9a205998e191cbf6160cf27fcfd09bb4d
Reviewed-on: https://code.wireshark.org/review/9181
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Evan Huus 2015-06-26 14:16:47 -07:00
parent b2a6dff815
commit 4ee22e88cd
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ VALID=0
PCAP=""
TOOL="memcheck"
while getopts ":2b:C:lmnpP:rtTYwcevWdQ" OPTCHAR ; do
while getopts ":2b:C:lmnpP:rtTYwcevWdG" OPTCHAR ; do
case $OPTCHAR in
2) COMMAND_ARGS="-2 $COMMAND_ARGS" ;;
b) WIRESHARK_BIN_DIR=$OPTARG ;;
@ -64,7 +64,7 @@ while getopts ":2b:C:lmnpP:rtTYwcevWdQ" OPTCHAR ; do
W) COMMAND=wireshark
COMMAND_ARGS=""
VALID=1 ;;
Q) COMMAND=wireshark-qt
G) COMMAND=wireshark-gtk
COMMAND_ARGS=""
VALID=1 ;;
d) COMMAND=dumpcap