aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-mime-package.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-30 21:45:18 -0400
committerAnders Broman <a.broman58@gmail.com>2016-06-01 04:30:19 +0000
commit162edec9ad00ec04cb5927482ba1620a354f2037 (patch)
tree2ddd31f8551550e613e3e6eb93805308b22e74e2 /wireshark-mime-package.xml
parent16c91568bb4daf63e536c5b1101f3530c177f21f (diff)
Register a few more file extensions as belonging to Wireshark.
Register Wireshark for PacketLogger, ERF, IPFIX, and VWR files on freedesktop.org, OS X, and Windows (we were already registered for ERF and VWR files on Windows). Change-Id: I8105997cb15ea06e1c078489fd88763d4ce9e40c Reviewed-on: https://code.wireshark.org/review/15635 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wireshark-mime-package.xml')
-rw-r--r--wireshark-mime-package.xml32
1 files changed, 31 insertions, 1 deletions
diff --git a/wireshark-mime-package.xml b/wireshark-mime-package.xml
index 41e0b58f66..3281038145 100644
--- a/wireshark-mime-package.xml
+++ b/wireshark-mime-package.xml
@@ -165,7 +165,7 @@
</mime-type>
<mime-type type="application/x-micropross-mplog">
- <comment>Packet Capture (mplog)</comment>
+ <comment>Packet Capture (Micropross mplog)</comment>
<generic-icon name="application-wireshark-doc"/>
<magic>
<match type="string" offset="0" value="MPCSII"/>
@@ -173,4 +173,34 @@
<glob pattern="*.mplog"/>
<glob pattern="*.mplog.gz"/>
</mime-type>
+
+ <mime-type type="application/x-apple-packetlogger">
+ <comment>Packet Capture (OS X PacketLogger)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <glob pattern="*.pklg"/>
+ <glob pattern="*.pklg.gz"/>
+ </mime-type>
+
+ <mime-type type="application/x-endace-erf">
+ <comment>Packet Capture (Endace ERF)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <glob pattern="*.erf"/>
+ <glob pattern="*.erf.gz"/>
+ </mime-type>
+
+ <mime-type type="application/ipfix">
+ <comment>Packet Capture (IPFIX)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <glob pattern="*.pfx"/>
+ <glob pattern="*.ipfix"/>
+ <glob pattern="*.pfx.gz"/>
+ <glob pattern="*.ipfix.gz"/>
+ </mime-type>
+
+ <mime-type type="application/x-ixia-vwr">
+ <comment>Packet Capture (Ixia IxVeriWave)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <glob pattern="*.vwr"/>
+ <glob pattern="*.vwr.gz"/>
+ </mime-type>
</mime-info>