Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 174 Bytes

wireshark.md

File metadata and controls

10 lines (5 loc) · 174 Bytes

http 过滤 host

"http && http.host contains baidu"

tshark

打印httpbody

tshark -r baidu.pcapng -T fields -e http.file_data -Y 'http.response.code == 200'