diff --git a/modules/Wireshark.php b/modules/Wireshark.php index a9bfe8e..09c0871 100644 --- a/modules/Wireshark.php +++ b/modules/Wireshark.php @@ -6,7 +6,7 @@ class Wireshark extends PatchBase { } function check() : bool { if ($this->fetch('https://www.wireshark.org/download.html')) - return $this->parse('/Stable Release \(([\d\.]+)\)/'); + return $this->parse('/Stable Release: ([\d\.]+)/'); return false; } }