回答編集履歴

1

質問者の環境の通りにpowershell用の構文へ修正

2021/02/20 08:18

投稿

退会済みユーザー
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  .\tshark.exe -i Wi-Fi -Y "mqtt.topic contains example"
4
4
 
5
- .\tshark.exe -i Wi-Fi -Y "mqtt.topic contains "example""
5
+ .\tshark.exe -i Wi-Fi -Y "mqtt.topic contains ""example"""
6
6
 
7
7
  ```
8
8