aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-mime-package.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-05-06WildPackets → Savvius.Gerald Combs1-1/+1
Change-Id: I2494c2b1dcc9e324535b3f659b51b44059c478bd Reviewed-on: https://code.wireshark.org/review/8304 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-12-04Add a MIME type for Tektronix rf5 files and register Wireshark for that type ofJeff Morriss1-0/+10
file. The magic matching comes from wiretap/k12.c. (Yes, I just made the application/x-tektronix-rf5 MIME type up.) Change-Id: Iafd7300aa7f2664bb06e1330caede10785c21d68 Reviewed-on: https://code.wireshark.org/review/5607 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
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