1 <?xml version="1.0" encoding="UTF-8"?>
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"/>
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"/>
18 <glob pattern="*.pcap"/>
19 <glob pattern="*.pcap.gz"/>
22 <mime-type type="application/x-pcapng">
23 <comment>Packet Capture (PCAPNG)</comment>
24 <generic-icon name="application-wireshark-doc"/>
26 <match type="big32" offset="0" value="0x0a0d0d0a">
27 <match type="big32" offset="8" value="0x1a2b3c4d"/>
29 <match type="little32" offset="0" value="0x0a0d0d0a">
30 <match type="little32" offset="8" value="0x1a2b3c4d"/>
33 <glob pattern="*.pcapng"/>
34 <glob pattern="*.ntar"/>
35 <glob pattern="*.pcapng.gz"/>
36 <glob pattern="*.ntar.gz"/>
39 <mime-type type="application/x-snoop">
40 <comment>Packet Capture (Snoop)</comment>
41 <generic-icon name="application-wireshark-doc"/>
43 <match type="string" offset="0" value="snoop"/>
45 <glob pattern="*.snoop"/>
46 <glob pattern="*.snoop.gz"/>
49 <mime-type type="application/x-iptrace">
50 <comment>Packet Capture (AIX iptrace)</comment>
51 <generic-icon name="application-wireshark-doc"/>
53 <match type="string" offset="0" value="iptrace 1.0"/>
54 <match type="string" offset="0" value="iptrace 2.0"/>
58 <mime-type type="application/x-lanalyzer">
59 <comment>Packet Capture (Novell LANalyzer)</comment>
60 <generic-icon name="application-wireshark-doc"/>
62 <match type="little16" offset="0" value="0x1001"/>
63 <match type="little16" offset="0" value="0x1007"/>
65 <glob pattern="*.tr1"/>
66 <glob pattern="*.tr1.gz"/>
69 <mime-type type="application/x-nettl">
70 <comment>Packet Capture (HP-UX nettl)</comment>
71 <generic-icon name="application-wireshark-doc"/>
73 <match type="string" offset="0" value="\x54\x52\x00\x64\x00"/>
75 <glob pattern="*.trc0"/>
76 <glob pattern="*.trc1"/>
77 <glob pattern="*.trc0.gz"/>
78 <glob pattern="*.trc1.gz"/>
81 <mime-type type="application/x-radcom">
82 <comment>Packet Capture (Radcom WAN/LAN Analyzer)</comment>
83 <generic-icon name="application-wireshark-doc"/>
85 <match type="string" offset="0" value="\x42\xd2\x00\x34\x12\x66\x22\x88"/>
89 <mime-type type="application/x-etherpeek">
90 <comment>Packet Capture (Wildpackets/Etherpeek/Airopeek tagged/v9)</comment>
91 <generic-icon name="application-wireshark-doc"/>
93 <match type="string" offset="0" value="\177ver"/>
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"/>
103 <mime-type type="application/x-visualnetworks">
104 <comment>Packet Capture (Visual Networks)</comment>
105 <generic-icon name="application-wireshark-doc"/>
107 <match type="string" offset="0" value="\x05VNF"/>
111 <mime-type type="application/x-netinstobserver">
112 <comment>Packet Capture (Network Instruments Observer)</comment>
113 <generic-icon name="application-wireshark-doc"/>
115 <match type="string" offset="0" value="ObserverPktBuffe"/>
117 <glob pattern="*.bfr"/>
118 <glob pattern="*.bfr.gz"/>
121 <mime-type type="application/x-5view">
122 <comment>Packet Capture (Accellent/InfoVista 5view)</comment>
123 <generic-icon name="application-wireshark-doc"/>
125 <match type="string" offset="0" value="\xaa\xaa\xaa\xaa"/>
127 <glob pattern="*.5vw"/>
128 <glob pattern="*.5vw.gz"/>