summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wireshark-mime-package.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/wireshark-mime-package.xml b/wireshark-mime-package.xml
new file mode 100644
index 0000000000..441f5b5503
--- /dev/null
+++ b/wireshark-mime-package.xml
@@ -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>