mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
This pull request adds support for managing Wireshark on Windows to the maintained apps system. The main changes include introducing new input and output files for Wireshark, updating the central apps manifest, and providing installation and uninstallation scripts. **Wireshark Windows support:** * Added a new input manifest for Wireshark in `winget` format at `ee/maintained-apps/inputs/winget/wireshark.json`. * Created an output manifest for Wireshark on Windows at `ee/maintained-apps/outputs/wireshark/windows.json`, including version info, installer details, install/uninstall scripts, and metadata. * Updated the central apps manifest `ee/maintained-apps/outputs/apps.json` to include Wireshark for Windows as a managed app.
10 lines
281 B
JSON
10 lines
281 B
JSON
{
|
|
"name": "Wireshark",
|
|
"slug": "wireshark/windows",
|
|
"package_identifier": "WiresharkFoundation.Wireshark",
|
|
"unique_identifier": "Wireshark",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"]
|
|
}
|