tshark command working on windows but not working on Centos
Hi, I am using below command to print data payload froma .pcap file. Command is working fine on windows 10 but not working on centos 7.6
tshark -r my.pcap -T fields -e http.file_data
Windos tshark version: 2.4.4 Centos tshark version 2.4.0
please help.
And what does "not working" actually mean, no output, unexpected output or an error?
There is no output though if i use tshark my.pcap -T fields -e http.file_data > my.txt cat my.txt | wc -l shows non zero number yet blank file
So null fields.
Possibly there are different preference settings on the two machines so they dissect the capture differently or there is a bug in 2.4.0 that's been fixed in 2.4.4.
using 2.4.4 now, still same issue.