https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16562

            Bug ID: 16562
           Summary: Install extcap executables by default on Windows
           Product: Wireshark
           Version: 3.2.3
          Hardware: x86
                OS: Windows 10
            Status: UNCONFIRMED
          Severity: Minor
          Priority: Low
         Component: Build process
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: bubbas...@gmail.com
  Target Milestone: ---

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
https://ask.wireshark.org/question/11185/how-to-silently-install-wireshark-on-windows-with-the-sshdump-option/

(A full solution might be to add install options but not trivial in nsis)

Optional install items (under Tools in installer GUI).
Can't ask them to be installed when using /S (silent) command line installer.

packaging/nsis/wireshark.nsi
----------------------------
Section /o "Randpkt" SecRandpkt
Section /o "Androiddump" SecAndroiddumpinfos
Section /o "Sshdump and Ciscodump" SecSshdumpinfos
Section /o "UDPdump" SecUDPdumpinfos
Section /o "Randpktdump" SecRandpktdumpinfos


Looks like androiddump was first added then a change made to make it optional.

(androiddump first extcap added to Windows installer) 
Add missing androiddump stuff
  
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56470cc80151345fbaf0551a0f7be60a228a4074

(Changed to optional)  
Windows: do not install androiddump by default
  
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ef6e241c49016ec62d7145007c8a3e249297040

When sshdump (and other to follow) were added, maybe the androiddump section
was used as a guide to follow?

(sshdump added to installer. Section header duplicated from androiddump
section?)
extcap: add sshdump.
  
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6da95231ee790fd884ca2a41fe59aa9b05ccde9


The Linux builds install the extcap binaries by default.

CMakeOptions.txt
-----------------
option(BUILD_randpkt       "Build randpkt" ON)

option(BUILD_androiddump   "Build androiddump" ON)
option(BUILD_sshdump       "Build sshdump" ON)
option(BUILD_ciscodump     "Build ciscodump" ON)
option(BUILD_dpauxmon      "Build dpauxmon" ON)
option(BUILD_randpktdump   "Build randpktdump" ON)

Sets install target list in "extcap/CMakeLists.txt" ?

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to