From 14d94e174a230e66d7d75c774435d77f3d8aa22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 20 Jul 2017 02:32:40 +0100 Subject: Put the well-known addresses into a separate file from OUIs Having two distinct logical concepts (OUI and Well Known Address) concatenated to a single "manuf" file is needlessly obfuscating the WKA feature. Have a distinct "wka" file instead and just skip the cat. Change-Id: I46f53b0015a37331d65f8cfac7cbbd499dd0c5b8 Reviewed-on: https://code.wireshark.org/review/22742 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- packaging/nsis/uninstall.nsi | 1 + packaging/nsis/wireshark.nsi | 1 + packaging/wix/ComponentGroups.wxi | 4 ++++ 3 files changed, 6 insertions(+) (limited to 'packaging') diff --git a/packaging/nsis/uninstall.nsi b/packaging/nsis/uninstall.nsi index 1d80a167c3..1a8565c846 100755 --- a/packaging/nsis/uninstall.nsi +++ b/packaging/nsis/uninstall.nsi @@ -222,6 +222,7 @@ Delete "$INSTDIR\AUTHORS-SHORT-FORMAT" Delete "$INSTDIR\README*" Delete "$INSTDIR\NEWS.txt" Delete "$INSTDIR\manuf" +Delete "$INSTDIR\wka" Delete "$INSTDIR\services" Delete "$INSTDIR\pdml2html.xsl" Delete "$INSTDIR\pcrepattern.3.txt" diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index c7e19f049a..fa7379fe57 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -431,6 +431,7 @@ File "${STAGING_DIR}\README.txt" File "${STAGING_DIR}\README.windows.txt" File "${STAGING_DIR}\AUTHORS-SHORT" File "${STAGING_DIR}\manuf" +File "${STAGING_DIR}\wka" File "${STAGING_DIR}\services" File "${STAGING_DIR}\pdml2html.xsl" File "${STAGING_DIR}\ws.css" diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi index 127efdfd7d..3220eb3fee 100644 --- a/packaging/wix/ComponentGroups.wxi +++ b/packaging/wix/ComponentGroups.wxi @@ -50,6 +50,9 @@ + + + @@ -93,6 +96,7 @@ + -- cgit v1.2.3