From f2011b81998b5c8ef70145d352cfc3f6bad56df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Mon, 6 Sep 2021 14:36:01 +0800 Subject: [PATCH] Re-Add wireshark in frontend --- geninfo/genisolist.ini | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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/*