URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0837dd23ec0df1446c2912f378eb9fefe3fe362d
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0837dd2 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Lua: Add absolute time base values
Add ABSOLUTE_TIME_* defines to the base table in init.lua for use
in ProtoField.absolute_time.
Change-Id: I5c99eafdac97655d71fd4f3374294cd587afaf0a
Reviewed-on: https://code.wireshark.org/review/20543
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 0156f22 Lua: Merge sep and str tables into base
adds 0837dd2 Lua: Add absolute time base values
Summary of changes:
epan/wslua/make-init-lua.pl | 20 ++++++++++++++++++++
epan/wslua/wslua_proto_field.c | 18 +++++++++++++-----
test/lua/tvb.lua | 4 ++--
3 files changed, 35 insertions(+), 7 deletions(-)