using tshark to extract text similar to wireshark export packet dissections
I am trying to use tshark to export text files from pcap with the same amount of information as I would get from wireshark -> file -> export packet dissections > as plain text.
when I use
tshark -r input.pcap -T text –> the output is only the information line and nothing from the body of the packet
when using
tshark -r input.pcap -T text -V –> the information is too much details to process and is not condensed as wireshark export (the answer of -PV2r generates the full verbose data)
using tshark to extract text similar to wireshark export packet dissections
I am trying to use tshark to export text files from pcap with the same amount of information as I would get from wireshark -> file -> export packet dissections > as plain text.
when I use
tshark -r input.pcap -T text –> the output is only the information line and nothing from the body of the packet
when using
tshark -r input.pcap -T text -V –> the information is too much details to process and is not condensed as wireshark export (the answer of -PV2r generates the full verbose data)