Get rid of an unused variable.
[metze/wireshark/wip.git] / wireshark-mime-package.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id$ -->
3
4 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
5   <mime-type type="application/vnd.tcpdump.pcap">
6     <comment>Packet Capture (PCAP)</comment>
7     <generic-icon name="application-wireshark-doc"/>
8     <alias type="application/x-pcap"/>
9     <alias type="application/pcap"/>
10     <magic>
11       <!-- standard PCAP file -->
12       <match type="big32"    offset="0" value="0xa1b2c3d4"/>
13       <match type="little32" offset="0" value="0xa1b2c3d4"/>
14       <!-- extended (Alexey-Kuznetsov's-patches) PCAP file -->
15       <match type="big32"    offset="0" value="0xa1b2cd34"/>
16       <match type="little32" offset="0" value="0xa1b2cd34"/>
17     </magic>
18     <glob pattern="*.pcap"/>
19     <glob pattern="*.pcap.gz"/>
20   </mime-type>
21
22   <mime-type type="application/x-pcapng">
23     <comment>Packet Capture (PCAPNG)</comment>
24     <generic-icon name="application-wireshark-doc"/>
25     <magic>
26       <match type="big32"      offset="0" value="0x0a0d0d0a">
27         <match type="big32"    offset="8" value="0x1a2b3c4d"/>
28       </match>
29       <match type="little32"   offset="0" value="0x0a0d0d0a">
30         <match type="little32" offset="8" value="0x1a2b3c4d"/>
31       </match>
32     </magic>
33     <glob pattern="*.pcapng"/>
34     <glob pattern="*.ntar"/>
35     <glob pattern="*.pcapng.gz"/>
36     <glob pattern="*.ntar.gz"/>
37   </mime-type>
38
39   <mime-type type="application/x-snoop">
40     <comment>Packet Capture (Snoop)</comment>
41     <generic-icon name="application-wireshark-doc"/>
42     <magic>
43       <match type="string" offset="0" value="snoop"/>
44     </magic>
45     <glob pattern="*.snoop"/>
46     <glob pattern="*.snoop.gz"/>
47   </mime-type>
48
49   <mime-type type="application/x-iptrace">
50     <comment>Packet Capture (AIX iptrace)</comment>
51     <generic-icon name="application-wireshark-doc"/>
52     <magic>
53       <match type="string" offset="0" value="iptrace 1.0"/>
54       <match type="string" offset="0" value="iptrace 2.0"/>
55     </magic>
56   </mime-type>
57
58   <mime-type type="application/x-lanalyzer">
59     <comment>Packet Capture (Novell LANalyzer)</comment>
60     <generic-icon name="application-wireshark-doc"/>
61     <magic>
62       <match type="little16" offset="0" value="0x1001"/>
63       <match type="little16" offset="0" value="0x1007"/>
64     </magic>
65     <glob pattern="*.tr1"/>
66     <glob pattern="*.tr1.gz"/>
67   </mime-type>
68
69   <mime-type type="application/x-nettl">
70     <comment>Packet Capture (HP-UX nettl)</comment>
71     <generic-icon name="application-wireshark-doc"/>
72     <magic>
73       <match type="string" offset="0" value="\x54\x52\x00\x64\x00"/>
74     </magic>
75     <glob pattern="*.trc0"/>
76     <glob pattern="*.trc1"/>
77     <glob pattern="*.trc0.gz"/>
78     <glob pattern="*.trc1.gz"/>
79   </mime-type>
80
81   <mime-type type="application/x-radcom">
82     <comment>Packet Capture (Radcom WAN/LAN Analyzer)</comment>
83     <generic-icon name="application-wireshark-doc"/>
84     <magic>
85       <match type="string" offset="0" value="\x42\xd2\x00\x34\x12\x66\x22\x88"/>
86     </magic>
87   </mime-type>
88
89   <mime-type type="application/x-etherpeek">
90     <comment>Packet Capture (Wildpackets/Etherpeek/Airopeek tagged/v9)</comment>
91     <generic-icon name="application-wireshark-doc"/>
92     <magic>
93       <match type="string" offset="0" value="\177ver"/>
94     </magic>
95     <glob pattern="*.tpc"/>
96     <glob pattern="*.apc"/>
97     <glob pattern="*.wpz"/>
98     <glob pattern="*.tpc.gz"/>
99     <glob pattern="*.apc.gz"/>
100     <glob pattern="*.wpz.gz"/>
101   </mime-type>
102
103   <mime-type type="application/x-visualnetworks">
104     <comment>Packet Capture (Visual Networks)</comment>
105     <generic-icon name="application-wireshark-doc"/>
106     <magic>
107       <match type="string" offset="0" value="\x05VNF"/>
108     </magic>
109   </mime-type>
110
111   <mime-type type="application/x-netinstobserver">
112     <comment>Packet Capture (Network Instruments Observer)</comment>
113     <generic-icon name="application-wireshark-doc"/>
114     <magic>
115       <match type="string" offset="0" value="ObserverPktBuffe"/>
116     </magic>
117     <glob pattern="*.bfr"/>
118     <glob pattern="*.bfr.gz"/>
119   </mime-type>
120
121   <mime-type type="application/x-5view">
122     <comment>Packet Capture (Accellent/InfoVista 5view)</comment>
123     <generic-icon name="application-wireshark-doc"/>
124     <magic>
125       <match type="string" offset="0" value="\xaa\xaa\xaa\xaa"/>
126     </magic>
127     <glob pattern="*.5vw"/>
128     <glob pattern="*.5vw.gz"/>
129   </mime-type>
130 </mime-info>