Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] how to print time with epoch formation by tshark

From: "Ian jonhson" <jonhson.ian@xxxxxxxxx>
Date: Tue, 1 Jul 2008 17:01:19 +0800
Hi all,

I would like to print the captured packet to standard oupout
with epoch time formation. The command I used is:

 tshark -i 1 -n -f "udp port 8080" -t e -T fields -e frame.time -e
XXXXXX > /tmp/my_tshark_data.$(date +%F-%T)

The parameter "-t e" seems not to take effect.

What should I do?

Thanks in advance


Best Regards,

Ian