repo size reduction
This commit is contained in:
23
admin/install_wireshark.cmd
Normal file
23
admin/install_wireshark.cmd
Normal file
@@ -0,0 +1,23 @@
|
||||
rem ------------------------------------------------------------
|
||||
rem Installationsroutine
|
||||
rem ------------------------------------------------------------
|
||||
|
||||
rem --- Option: Download in ein temporäres Verzeichnis
|
||||
rem --- Kann für z.B. für GLPI abgeschaltet werden
|
||||
set SAVEPATH=%SYSTEMDRIVE%\TEMP\install
|
||||
MKDIR %SAVEPATH% & CD /D %SAVEPATH%
|
||||
|
||||
rem --- npcap herunterladen (muss manuell installiert werden)
|
||||
curl -kLO https://npcap.com/dist/npcap-1.80.exe
|
||||
|
||||
rem --- Download Basis-URL, Dateiname und TEMP-Verzeichnis
|
||||
set VERS=4.4.0
|
||||
set BASEURL=https://2.na.dl.wireshark.org/win64
|
||||
set PROG=Wireshark-%VERS%-x64.exe
|
||||
|
||||
rem --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
rem --- Silent-Installation des Programms:
|
||||
%PROG% /S /EXTRACOMPONENTS=ciscodump,sshdump,udpdump
|
||||
|
Reference in New Issue
Block a user