aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wireshark-mime-package.xml31
-rw-r--r--wireshark.desktop2
2 files changed, 31 insertions, 2 deletions
diff --git a/wireshark-mime-package.xml b/wireshark-mime-package.xml
index c53e673c2b..3ef5099798 100644
--- a/wireshark-mime-package.xml
+++ b/wireshark-mime-package.xml
@@ -37,8 +37,37 @@
<comment>Packet Capture (Snoop)</comment>
<generic-icon name="application-wireshark-doc"/>
<magic>
- <match type="string" offset="0" value="snoop"/>
+ <match type="string" offset="0" value="snoop"/>
</magic>
<glob pattern="*.snoop"/>
</mime-type>
+
+ <mime-type type="application/x-iptrace">
+ <comment>Packet Capture (AIX iptrace)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="iptrace 1.0"/>
+ <match type="string" offset="0" value="iptrace 2.0"/>
+ </magic>
+ </mime-type>
+
+ <mime-type type="application/x-lanalyzer">
+ <comment>Packet Capture (Novell LANalyzer)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="little16" offset="0" value="0x1001"/>
+ <match type="little16" offset="0" value="0x1007"/>
+ </magic>
+ <glob pattern="*.tr1"/>
+ </mime-type>
+
+ <mime-type type="application/x-nettl">
+ <comment>Packet Capture (HP-UX nettl)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="\x54\x52\x00\x64\x00"/>
+ </magic>
+ <glob pattern="*.trc0"/>
+ <glob pattern="*.trc1"/>
+ </mime-type>
</mime-info>
diff --git a/wireshark.desktop b/wireshark.desktop
index 1e8f2567ae..0cd280dc1d 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;
+MimeType=application/vnd.tcpdump.pcap;application/x-pcapng;application/x-snoop;application/x-iptrace;application/x-lanalyzer;application/x-nettl
# Categorie entry according to version 1.0 of
# http://www.freedesktop.org/wiki/Specifications/menu-spec
Categories=System;Monitor;GTK;