aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-31 09:30:24 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-31 22:46:23 +0000
commit56a095fe3c4f8e33eb0c8bb1770afd7c6ee56458 (patch)
tree3f904f009d88f42def4f3ffed772c54645144211 /wiretap/file_access.c
parent99f4ccb7a0b202af6f8e02252d8b23935e7f4825 (diff)
Suggest that file types should also be registered in the WiX installer.
Change-Id: If65ff14589ccd0b2d643256f3443dc26b3b71371 Reviewed-on: https://code.wireshark.org/review/15640 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 0f5dbd52c0..0940a2cfec 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -313,8 +313,8 @@ wtap_get_all_file_extensions_list(void)
* know that Wireshark can open the file:
* 1) wireshark-mime-package.xml (for freedesktop.org environments)
* 2) packaging/macosx/Info.plist.in (for OS X)
- * 3) packaging/nsis/AdditionalTasksPage.ini and packaging/nsis/common.nsh
- * (for Windows)
+ * 3) packaging/nsis/AdditionalTasksPage.ini, packaging/nsis/common.nsh,
+ * and packaging/wix/ComponentGroups.wxi (for Windows)
*
* If your file format has an expected extension (e.g., ".pcap") then you
* should probably also add it to file_type_extensions_base[] (in this file).