From 162edec9ad00ec04cb5927482ba1620a354f2037 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 30 May 2016 21:45:18 -0400 Subject: Register a few more file extensions as belonging to Wireshark. Register Wireshark for PacketLogger, ERF, IPFIX, and VWR files on freedesktop.org, OS X, and Windows (we were already registered for ERF and VWR files on Windows). Change-Id: I8105997cb15ea06e1c078489fd88763d4ce9e40c Reviewed-on: https://code.wireshark.org/review/15635 Petri-Dish: Jeff Morriss Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- packaging/macosx/Info.plist.in | 50 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'packaging/macosx') diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index f044c48ba0..456de01ba6 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -55,10 +55,58 @@ CFBundleTypeIconFile Wiresharkdoc.icns CFBundleTypeName - Micropross mplog capture + Micropross mplog Capture CFBundleTypeRole Viewer + + CFBundleTypeExtensions + + pklg + + CFBundleTypeIconFile + Wiresharkdoc.icns + CFBundleTypeName + OS X PacketLogger Capture + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + erf + + CFBundleTypeIconFile + Wiresharkdoc.icns + CFBundleTypeName + Endace ERF Capture + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + pfx + ipfix + + CFBundleTypeIconFile + Wiresharkdoc.icns + CFBundleTypeName + IPFIX Packet Capture + CFBundleTypeRole + Viewer + + + CFBundleTypeExtensions + + vwr + + CFBundleTypeIconFile + Wiresharkdoc.icns + CFBundleTypeName + Ixia IxVeriWave Packet Capture + CFBundleTypeRole + Viewer CFBundleInfoDictionaryVersion -- cgit v1.2.1