diff options
Diffstat (limited to 'resources/freedesktop')
-rw-r--r-- | resources/freedesktop/org.wireshark.Wireshark-mime.xml | 10 | ||||
-rw-r--r-- | resources/freedesktop/org.wireshark.Wireshark.metainfo.xml | 4 |
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> |