Hello, I am new to use tshark. I want to dump the network traffic and then read the dumped file. Is there is some link or some sample examples through which i may get help. warm regards, monz asked 04 Dec '12, 02:31 monz edited 04 Dec '12, 13:51 Guy Harris ♦♦ |
One Answer:
"Dump" in what format? The raw binary capture-file format (in which case you might want to use
dumpcap
), or the dissected output format that TShark produces, showing the packet details?dump in readable format so that it is easy for me to read it and sent it back after filling it on my structures
"[Send] it back" where? Retransmit it on the network or have tcpdump/Wireshark/Tshark read it? Or something else?