diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-02-09 02:44:11 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-02-09 02:44:11 +0000 |
commit | 4aae84271d346f95a68225aefd84207aa4505679 (patch) | |
tree | 57480c6dfc4ae06c924e4b5e46f0c0f4184fc848 /wireshark.desktop | |
parent | 47d20bf9be1ea6dc98c81a9b4966bf1264404b77 (diff) | |
download | wireshark-4aae84271d346f95a68225aefd84207aa4505679.tar.gz wireshark-4aae84271d346f95a68225aefd84207aa4505679.tar.bz2 wireshark-4aae84271d346f95a68225aefd84207aa4505679.zip |
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.desktop')
-rw-r--r-- | wireshark.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
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; |