Add a mime-info file for freedesktop.org-compliant desktops; this one is
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Dec 2012 20:59:41 +0000 (20:59 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Dec 2012 20:59:41 +0000 (20:59 +0000)
based on that from Fedora.

Define MIME information for PCAP, PCAPNG, and Snoop files.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@46620 f5534014-38df-0310-8fa8-9805f1628bb7

wireshark-mime-package.xml [new file with mode: 0644]

diff --git a/wireshark-mime-package.xml b/wireshark-mime-package.xml
new file mode 100644 (file)
index 0000000..441f5b5
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
+
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/vnd.tcpdump.pcap">
+    <comment>Packet Capture (PCAP)</comment>
+    <generic-icon name="application-wireshark-doc"/>
+    <alias type="application/x-pcap"/>
+    <alias type="application/pcap"/>
+    <glob pattern="*.pcap"/>
+  </mime-type>
+
+  <mime-type type="application/x-pcapng">
+    <comment>Packet Capture (PCAPNG)</comment>
+    <generic-icon name="application-wireshark-doc"/>
+    <glob pattern="*.pcapng"/>
+  </mime-type>
+
+  <mime-type type="application/x-snoop">
+    <comment>Packet Capture (Snoop)</comment>
+    <generic-icon name="application-wireshark-doc"/>
+    <glob pattern="*.snoop"/>
+  </mime-type>
+</mime-info>