Make the extension lower case.

Say "Pcap" rather than "Libpcap" - pcap format is used by WinPcap as
well (and it's also read and written by this library called Wiretap
:-)).

Add an additional entry for pcap-NG.

svn path=/trunk/; revision=42328
This commit is contained in:
Guy Harris 2012-04-29 02:27:08 +00:00
parent b77cd5d0f4
commit c492f45a1e
1 changed files with 15 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>PCAP</string>
<string>pcap</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>Wiresharkdoc.icns</string>
@ -28,7 +28,7 @@
<string>application/vnd.tcpdump.pcap</string>
</array>
<key>CFBundleTypeName</key>
<string>Libpcap Network Capture</string>
<string>Pcap Network Capture</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>PCAP</string>
@ -36,6 +36,19 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pcapng</string>
<string>ntar</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>Wiresharkdoc.icns</string>
<key>CFBundleTypeName</key>
<string>Pcap-NG Network Capture</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<!-- XXX - This dictionary needs a lot more entries -->
</array>
<key>CFBundleInfoDictionaryVersion</key>