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

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!