osx-app.sh: add ciscodump.

Ping-Bug: 12471
Change-Id: I7326e43ce8b294c8065e09120d85b4743f1659a9
Reviewed-on: https://code.wireshark.org/review/16321
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Dario Lombardo 2016-07-07 22:13:41 +02:00 committed by Guy Harris
parent d80c3b947c
commit 853df46992
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ if [ -x "extcap/sshdump" ]; then
extcap_binary_list="$extcap_binary_list extcap/sshdump"
fi
if [ -x "extcap/ciscodump" ]; then
extcap_binary_list="$extcap_binary_list extcap/ciscodump"
fi
cs_binary_list=
# Location for libraries (macosx-setup.sh defaults to whatever the