Skip to content

Commit

Permalink
Re-Add wireshark in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
laozhoubuluo committed Sep 6, 2021
1 parent 060fd84 commit f2011b8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions geninfo/genisolist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit f2011b8

Please sign in to comment.