i try read http urls pcap file using command line command:
tshark -r -e http.request.uri -r c:file.pcap and got message
tshark: -r without -2 deprecated. single-pass filtering use -y. what's wrong filter ?
using filter single pass, suggested, me:
tshark -y http.request.uri -r capturefile
Comments
Post a Comment