aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-29 02:27:08 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-29 02:27:08 +0000
commitc492f45a1eaa13a8b40b97d39f196ff916cd012c (patch)
treee6b9e62e5e16a2a04c74962694d882b523b821d7
parentb77cd5d0f4fa284c9fe33369e95cb6fe4a46b771 (diff)
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
-rw-r--r--packaging/macosx/Info.plist.in17
1 files changed, 15 insertions, 2 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index 15b745a5de..19beb7a57f 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -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>