aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-04-06 07:43:49 -0700
committerGerald Combs <gerald@wireshark.org>2022-04-06 07:44:33 -0700
commita0ae42e33bf84cb98a91f2bfca45efc5195c7086 (patch)
treef9dd475308dad39466808788c700e8adaef6ce13 /wiretap/file_access.c
parentc2e1ee2e5706455b5ebd680102649810b1c4a714 (diff)
wiretap: Update a comment.
Wireshark's file formats are now listed in WiresharkInfo.plist.in.
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index d2911bc601..113eb4a7c6 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -354,7 +354,7 @@ wtap_get_all_capture_file_extensions_list(void)
* to the following files so that the various desktop environments will
* know that Wireshark can open the file:
* 1) resources/freedesktop/org.wireshark.Wireshark-mime.xml (for freedesktop.org environments)
- * 2) packaging/macosx/Info.plist.in (for macOS)
+ * 2) packaging/macosx/WiresharkInfo.plist.in (for macOS)
* 3) packaging/nsis/AdditionalTasksPage.ini, packaging/nsis/common.nsh,
* and packaging/wix/ComponentGroups.wxi (for Windows)
*