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

Wireshark-dev: [Wireshark-dev] proto add time or string for time data on different offsets

From: "Ivan R. Sy" <ivan_jr@xxxxxxxxx>
Date: Sat, 12 Feb 2011 03:10:28 -0800 (PST)
Hi all,

i have this in the data part of the packet

offset7 = secs
offset8 = mins
offset9 = hours
offset10 = day
offset11 = month
offset12 = double digit year (in this case "11" for 2011)

My question is, is there a proto add item (something the like, or a combination) that will transform the above part to a single item with the format

Month DD, 20YY HH:MM:SS

Thanks!