http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38616
User: stig
Date: 2011/08/19 01:36 AM
Log:
Introduce NSTime Lua object to handle nstime_t.
This object can be used to retreive other absolute and relative time fields,
create and modify nstime_t values and put generated time values in the tree.
Also added ProtoField.absolute_time and ProtoField.relative_time.
Directory: /trunk/epan/wslua/
Changes Path Action
+2 -0 wslua.h Modified
+7 -0 wslua_field.c Modified
+200 -0 wslua_pinfo.c Modified
+64 -0 wslua_proto.c Modified
+4 -0 wslua_tree.c Modified
+55 -0 wslua_tvb.c Modified