This commit is contained in:
Brian Zalewski 2023-11-13 20:09:23 +00:00
parent bbcce1430a
commit 8c466aba77
3 changed files with 6 additions and 4 deletions

View file

@ -1006,7 +1006,7 @@ softwareGroups:
- sysz
- upt
- winrm-cli
- wireshark-cli
# - wireshark-cli
Sys-Admin-Desktop: &Sys-Admin-Desktop
- chef-workstation
- networkmanager

View file

@ -69,7 +69,8 @@ function log(type, label, msg) {
icon = `${chalk.redBright(figures.cross)} ${chalk.black.bold.bgRedBright(' ERROR ')}`
message = chalk.redBright(wrapMessage(msg))
}
const outputMessage = `${icon} ${message}`
const now = new Date()
const outputMessage = `${icon} ${message} (${now})`
console.log(outputMessage)
}

View file

@ -10479,11 +10479,12 @@ softwarePackages:
_github: null
_home: https://tshark.dev/
_name: Wireshark
ansible: professormanhattan.wireshark
_notes: Conflicts with regular wireshark install
# ansible: professormanhattan.wireshark
# Install hangs even with sudo apt-get -o DPkg::Options::=--force-confdef install -y tshark
# Need to figure out how to completely automate this
# apt: tshark
brew: wireshark
# brew: wireshark
dnf: wireshark-cli
pacman: wireshark-cli
wireshark: