Re-Add wireshark in frontend

This commit is contained in:
老周部落 2021-09-06 14:36:01 +08:00
parent 060fd844b9
commit f2011b8199
No known key found for this signature in database
GPG Key ID: EDD2123635C557B0

View File

@ -1004,6 +1004,33 @@ version = $1
platform = $2
type = iso
[wireshark win]
distro = Wireshark
location = wireshark/*/*
pattern = Wireshark-([^/]+)-([\.\d]+)\.(exe|msi)
version = $2
platform = $1
type = $3
category = app
[wireshark portable]
distro = Wireshark
location = wireshark/*/*
pattern = WiresharkPortable_([\.\d]+)\.(paf\.exe)
version = Portable $1
platform = win
type = $2
category = app
[wireshark osx]
distro = Wireshark
location = wireshark/osx/*.dmg
pattern = Wireshark ([\.\d]+) ([^/]+)\.dmg
version = $1
platform = $2
type = dmg
category = app
[cmder]
distro = cmder
location = github-release/cmderdev/cmder/LatestRelease/*