mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-15 14:35:16 +00:00
5 lines
160 B
Bash
5 lines
160 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo tshark -a duration:60 -f "port 25565" -w ./trace/java-60s.pcap
|
|
sudo tshark -a duration:60 -f "port 19132" -w ./trace/bedrock-60s.pcap
|