https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2010-01-03 15:01:59 PST ---
Sorry, there's no "normal" representation for a time stamp, so
proto_tree_add_item() and company aren't supported for FT_ABSOLUTE_TIME fields.
(We'd have to make the last argument of proto_tree_add_item() a type-dependent
value, containing both a byte-order indication and, for some types, a format
indication to make that work; that might be useful for other types as well,
e.g. including an encoding value for character-string data types.)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.