aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-mime-package.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add MIME types for more capture file formats Wireshark understands:Jeff Morriss2013-02-091-0/+45
| | | | | | | | | | | | | | | - 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
* Add MIME types for more capture file formats Wireshark understands:Jeff Morriss2013-02-071-1/+30
| | | | | | | | | | | | | - AIX iptrace - Novell LANalyzer - HP-UX nettl 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=47530
* Add magic matching to PCAP, PCAPNG, and snoop files (based on Fedora's magicJeff Morriss2013-02-071-0/+20
| | | | | | | | | file). That way your files don't need to be named (e.g.) *.pcap for your file manager to know that they should be opened with Wireshark. Add *.ntar to the list of patterns for PCAPNG files. svn path=/trunk/; revision=47529
* Add a mime-info file for freedesktop.org-compliant desktops; this one isJeff Morriss2012-12-191-0/+24
based on that from Fedora. Define MIME information for PCAP, PCAPNG, and Snoop files. svn path=/trunk/; revision=46620