EFTScriptSamples/bat/Batch to call multiple things/wireshark.bat

4 lines
192 B
Batchfile
Raw Normal View History

2022-09-13 11:37:49 -05:00
@echo off
c:
cd "C:\Program Files\Wireshark"
wireshark -k -i Ethernet0 -f "host 192.168.102.10" -a duration:120 -w "C:\Users\jbranan\Desktop\Batch to call multiple things\dumps\capture.pcapng"