diff --git a/network/analyzer/wireshark/actions.py b/network/analyzer/wireshark/actions.py index 51540ec882..0e62aaf9ae 100644 --- a/network/analyzer/wireshark/actions.py +++ b/network/analyzer/wireshark/actions.py @@ -22,17 +22,17 @@ def build(): def install(): mesontools.install() - - for f in ["epan/register.h", "ws_diag_control.h", "file.h", "cfile.h", "ws_symbol_export.h"]: +#"ws_diag_control.h","ws_symbol_export.h" + for f in ["epan/register.h", "build/config.h","file.h", "cfile.h"]: pisitools.insinto("/usr/include/wireshark/", f) pisitools.insinto("/usr/include/wireshark/epan/", "epan/*.h") pisitools.insinto("/usr/include/wireshark/wsutil/", "wsutil/*.h") + pisitools.insinto("/usr/include/wireshark/wsutil/wmem/", "wsutil/wmem/*.h") pisitools.insinto("/usr/include/wireshark/wiretap/", "wiretap/*.h") pisitools.insinto("/usr/include/wireshark/epan/crypt/", "epan/crypt/*.h") pisitools.insinto("/usr/include/wireshark/epan/ftypes/", "epan/ftypes/*.h") pisitools.insinto("/usr/include/wireshark/epan/dfilter/", "epan/dfilter/*.h") pisitools.insinto("/usr/include/wireshark/epan/dissectors/", "epan/dissectors/*.h") - pisitools.insinto("/usr/include/wireshark/epan/wmem/", "epan/wmem/*.h") pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README*") diff --git a/network/analyzer/wireshark/pspec.xml b/network/analyzer/wireshark/pspec.xml index aa1b68eb69..268c73d277 100644 --- a/network/analyzer/wireshark/pspec.xml +++ b/network/analyzer/wireshark/pspec.xml @@ -12,7 +12,7 @@ app:gui Network traffic analyzer Wireshark allows you to examine protocol data stored in files or as it is captured from wired or wireless (WiFi or Bluetooth) networks, USB devices, and many other sources. It supports dozens of protocol capture file formats and understands more than a thousand protocols. - https://www.wireshark.org/download/src/all-versions/wireshark-3.4.7.tar.xz + https://www.wireshark.org/download/src/all-versions/wireshark-4.0.0.tar.xz cmake meson @@ -81,6 +81,7 @@ /usr/share/man /usr/share/mime /usr/share/wireshark + /usr/share/metainfo System.Package @@ -100,6 +101,13 @@ + + 2022-10-17 + 4.0.0 + v.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2021-08-23 3.4.7