标签: wireshark tshark
我想使用tshark监视http流量。我对HTTP标头特别感兴趣。我从openembedded构建了tshark,看来tshark二进制文件很小。然后,我检查了从属库,并发现有52 Mb的libwireshark.so.9.1.6是依赖项。我要完成的工作是否需要libwireshark?
$ tshark -Y http.request -T fields -e http.request.full_uri