Commit Graph

8 Commits

Author SHA1 Message Date
Gerald Combs 1e3be59fbe WildPackets → Savvius.
Change-Id: I2494c2b1dcc9e324535b3f659b51b44059c478bd
Reviewed-on: https://code.wireshark.org/review/8304
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-05-06 16:48:03 +00:00
Jeff Morriss b2fcbb2ba2 Add a MIME type for Tektronix rf5 files and register Wireshark for that type of
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-12-04 14:04:58 +00:00
Alexis La Goutte 7287b58ff5 Continue to remove $Id$ from top of file
(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>
2014-03-31 18:46:03 +00:00
Jeff Morriss 4430ea0ae3 Also register for gzip'd network captures.
svn path=/trunk/; revision=48543
2013-03-25 02:11:07 +00:00
Jeff Morriss 4aae84271d 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
2013-02-09 02:44:11 +00:00
Jeff Morriss 11507d00e0 Add MIME types for more capture file formats Wireshark understands:
- 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-07 03:51:43 +00:00
Jeff Morriss 64b63e493c Add magic matching to PCAP, PCAPNG, and snoop files (based on Fedora's magic
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
2013-02-07 03:24:12 +00:00
Jeff Morriss 9780dcf7be Add a mime-info file for freedesktop.org-compliant desktops; this one is
based on that from Fedora.

Define MIME information for PCAP, PCAPNG, and Snoop files.

svn path=/trunk/; revision=46620
2012-12-19 20:59:41 +00:00