aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-mime-package.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-12-03 22:12:52 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-12-04 14:04:58 +0000
commitb2fcbb2ba291e4c1110ef251d4349f94d1aa2bf4 (patch)
tree33628848dd1175c967a238f80e76f9546fa3fd25 /wireshark-mime-package.xml
parenta919566091693a945ed441c9e1779232467171b1 (diff)
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>
Diffstat (limited to 'wireshark-mime-package.xml')
-rw-r--r--wireshark-mime-package.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/wireshark-mime-package.xml b/wireshark-mime-package.xml
index 46bdc5bd00..5056c3a594 100644
--- a/wireshark-mime-package.xml
+++ b/wireshark-mime-package.xml
@@ -126,4 +126,14 @@
<glob pattern="*.5vw"/>
<glob pattern="*.5vw.gz"/>
</mime-type>
+
+ <mime-type type="application/x-tektronix-rf5">
+ <comment>Packet Capture (Tektronix rf5)</comment>
+ <generic-icon name="application-wireshark-doc"/>
+ <magic>
+ <match type="string" offset="0" value="\x00\x00\x02\x00\x12\x05\x00\x10"/>
+ </magic>
+ <glob pattern="*.rf5"/>
+ <glob pattern="*.rf5.gz"/>
+ </mime-type>
</mime-info>