summaryrefslogtreecommitdiffstats
path: root/resources/freedesktop
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /resources/freedesktop
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/freedesktop')
-rw-r--r--resources/freedesktop/org.wireshark.Wireshark-mime.xml10
-rw-r--r--resources/freedesktop/org.wireshark.Wireshark.metainfo.xml4
2 files changed, 13 insertions, 1 deletions
diff --git a/resources/freedesktop/org.wireshark.Wireshark-mime.xml b/resources/freedesktop/org.wireshark.Wireshark-mime.xml
index e297d273..95025aee 100644
--- a/resources/freedesktop/org.wireshark.Wireshark-mime.xml
+++ b/resources/freedesktop/org.wireshark.Wireshark-mime.xml
@@ -59,12 +59,16 @@
</match>
</magic>
<glob pattern="*.pcapng"/>
+ <glob pattern="*.scap"/>
<glob pattern="*.ntar"/>
<glob pattern="*.pcapng.gz"/>
+ <glob pattern="*.scap.gz"/>
<glob pattern="*.ntar.gz"/>
<glob pattern="*.pcapng.zst"/>
+ <glob pattern="*.scap.zst"/>
<glob pattern="*.ntar.zst"/>
<glob pattern="*.pcapng.lz4"/>
+ <glob pattern="*.scap.lz4"/>
<glob pattern="*.ntar.lz4"/>
</mime-type>
@@ -254,4 +258,10 @@
<glob pattern="*.rtp.zst"/>
<glob pattern="*.rtp.lz4"/>
</mime-type>
+
+ <mime-type type="application/x-ems">
+ <comment>EGNOS Message Server (EMS) file</comment>
+ <generic-icon name="org.wireshark.Wireshark-mimetype"/>
+ <glob pattern="*.ems"/>
+ </mime-type>
</mime-info>
diff --git a/resources/freedesktop/org.wireshark.Wireshark.metainfo.xml b/resources/freedesktop/org.wireshark.Wireshark.metainfo.xml
index 6526beb4..6748684d 100644
--- a/resources/freedesktop/org.wireshark.Wireshark.metainfo.xml
+++ b/resources/freedesktop/org.wireshark.Wireshark.metainfo.xml
@@ -7,8 +7,10 @@
<component type="desktop">
<id>org.wireshark.Wireshark</id>
+ <launchable type="desktop-id">org.wireshark.Wireshark.desktop</launchable>
<name>Wireshark</name>
- <summary>Wireshark is the world's foremost protocol analyzer</summary>
+ <summary>Network protocol analyzer</summary>
+ <developer_name>The Wireshark developer community</developer_name>
<content_rating type="oars-1.1"/>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>