diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 6e30e61..188bad8 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -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/*