Kindly help me to convert pcap file to txt file programatically via c# windows application.
When i use
tshark -nr "d:\pack.pc ap" -T text -v > "d:\pack1.t xt"
attached txt only created instead of formed output.
When i use
tshark -nr "d:\pack.pc ap" -T text -v > "d:\pack1.t xt"
attached txt only created instead of formed output.