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] adding time and date while using display filters.

From: Oguz Yilmaz <oguzyilmazlist@xxxxxxxxx>
Date: Sat, 6 Mar 2010 20:21:20 +0200
For the command line below, how can I add date and time information to
the output? What is the display filter for current time and date ?

tshark -i eth0 -f "(port 80)" -t ad -n -R "http.request" -T fields -e
ip.src -e ip.dst -e http.host -e http.request.uri

Current output is:
81.81.80.80  91.91.90.90   www.test.com        /index.html

Best Regards,