ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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,