aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-mime-package.xml
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^<!-- \$Id\$ -->/,+0 d') (XML Comments) Change-Id: Ifd03f70ae84dfbbbe04d91f10fd30857fd197014 Reviewed-on: https://code.wireshark.org/review/882 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-03-25Also register for gzip'd network captures.Jeff Morriss1-0/+12
svn path=/trunk/; revision=48543
2013-02-09Add MIME types for more capture file formats Wireshark understands:Jeff Morriss1-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
2013-02-07Add MIME types for more capture file formats Wireshark understands:Jeff Morriss1-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
2013-02-07Add magic matching to PCAP, PCAPNG, and snoop files (based on Fedora's magicJeff Morriss1-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
2012-12-19Add a mime-info file for freedesktop.org-compliant desktops; this one isJeff Morriss1-0/+24
based on that from Fedora. Define MIME information for PCAP, PCAPNG, and Snoop files. svn path=/trunk/; revision=46620