aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-mime-package.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-09 02:44:11 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-09 02:44:11 +0000
commit4aae84271d346f95a68225aefd84207aa4505679 (patch)
tree57480c6dfc4ae06c924e4b5e46f0c0f4184fc848 /wireshark-mime-package.xml
parent47d20bf9be1ea6dc98c81a9b4966bf1264404b77 (diff)
Add MIME types for more capture file formats Wireshark understands:
- Radcom WAN/LAN Analyzer - Wildpackets/Etherpeek/Airopeek tagged/v9 - Visual Networks - Network Instruments Observer - Accellent/InfoVista 5view The magic matching comes from Fedora's magic file, the file extensions from wiretap. (Yes, I just made the application/x-* MIME types up.) svn path=/trunk/; revision=47578
Diffstat (limited to 'wireshark-mime-package.xml')
-rw-r--r--wireshark-mime-package.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/wireshark-mime-package.xml b/wireshark-mime-package.xml
index 3ef5099798..ff6f7b34bd 100644
--- a/wireshark-mime-package.xml
+++ b/wireshark-mime-package.xml
@@ -70,4 +70,49 @@
<glob pattern="*.trc0"/>
<glob pattern="*.trc1"/>
</mime-type>
+
+ <mime-type type="application/x-radcom">
+ <comment>Packet Capture (Radcom WAN/LAN Analyzer)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="\x42\xd2\x00\x34\x12\x66\x22\x88"/>
+ </magic>
+ </mime-type>
+
+ <mime-type type="application/x-etherpeek">
+ <comment>Packet Capture (Wildpackets/Etherpeek/Airopeek tagged/v9)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="\177ver"/>
+ </magic>
+ <glob pattern="*.tpc"/>
+ <glob pattern="*.apc"/>
+ <glob pattern="*.wpz"/>
+ </mime-type>
+
+ <mime-type type="application/x-visualnetworks">
+ <comment>Packet Capture (Visual Networks)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="\x05VNF"/>
+ </magic>
+ </mime-type>
+
+ <mime-type type="application/x-netinstobserver">
+ <comment>Packet Capture (Network Instruments Observer)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="ObserverPktBuffe"/>
+ </magic>
+ <glob pattern="*.bfr"/>
+ </mime-type>
+
+ <mime-type type="application/x-5view">
+ <comment>Packet Capture (Accellent/InfoVista 5view)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="\xaa\xaa\xaa\xaa"/>
+ </magic>
+ <glob pattern="*.5vw"/>
+ </mime-type>
</mime-info>