tshark: add capture filter (#2872)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
c84b654561
commit
f840d3d0dc
@@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
`tshark`
|
`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"}}'`
|
`tshark -Y '{{http.request.method == "GET"}}'`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user