fleet/ee/maintained-apps/inputs/winget/wireshark.json
Allen Houchins 6f580858f5
Add Wireshark as a Windows FMA (#36953)
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.
2025-12-08 23:12:13 -06:00

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"]
}