add importpcap mode to whiptail

This commit is contained in:
m0duspwnens
2020-08-05 15:24:11 -04:00
parent 66ca7b266c
commit 83dc35c720

View File

@@ -475,6 +475,7 @@ whiptail_install_type() {
"EVAL" "Evaluation mode (not for production) " ON \ "EVAL" "Evaluation mode (not for production) " ON \
"STANDALONE" "Standalone production install " OFF \ "STANDALONE" "Standalone production install " OFF \
"DISTRIBUTED" "Distributed install submenu " OFF \ "DISTRIBUTED" "Distributed install submenu " OFF \
"IMPORTPCAP" "Import PCAP mode " OFF \
3>&1 1>&2 2>&3 3>&1 1>&2 2>&3
) )