aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wireshark-mime-package.xml45
-rw-r--r--wireshark.desktop2
2 files changed, 46 insertions, 1 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>
diff --git a/wireshark.desktop b/wireshark.desktop
index 0cd280dc1d..95fdeebaf8 100644
--- a/wireshark.desktop
+++ b/wireshark.desktop
@@ -72,7 +72,7 @@ Icon=wireshark.png
TryExec=wireshark
Exec=wireshark %f
Terminal=false
-MimeType=application/vnd.tcpdump.pcap;application/x-pcapng;application/x-snoop;application/x-iptrace;application/x-lanalyzer;application/x-nettl
+MimeType=application/vnd.tcpdump.pcap;application/x-pcapng;application/x-snoop;application/x-iptrace;application/x-lanalyzer;application/x-nettl;application/x-radcom;application/x-etherpeek;application/x-visualnetworks;application/x-netinstobserver;application/x-5view
# Categorie entry according to version 1.0 of
# http://www.freedesktop.org/wiki/Specifications/menu-spec
Categories=System;Monitor;GTK;