How to read hexdump with tshark without create file
Hi, I have a hexdump that I want to read with tshark, but I don't want to use text2pcap becuase it saves it to the disk... How can I read directly hexdump with tshark without convert it to pcap or convert it without saving it in the disk? Thanks