tshark: add capture filter (#2872)

italian
Anatoli Babenia 2019-09-18 18:09:38 +03:00 committed by Lucas Gabriel Schneider
parent c84b654561
commit f840d3d0dc
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@
`tshark`
- Only output captured packets matching a specific wireshark filter:
- Only capture packets matching a specific capture filter:
`tshark -f '{{udp port 53}}'`
- Only show packets matching a specific output filter:
`tshark -Y '{{http.request.method == "GET"}}'`