Wireshark-commits: [Wireshark-commits] master 97d2030: Fix lua bindings for timestamp precision
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Sep 2014 15:50:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97d2030cd563ebd29aed2ac6b4bec41963144bd5
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

97d2030 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix lua bindings for timestamp precision
    
    The changes to the timestamp define names broke the init.lua file
    generation.  Change-id Id0c27b31c5 tried to fix this, but would break
    backwards compatibility of exisitng Lua scripts.  This commit fixes
    that change by adding the timestamp variables in both a new Lua table
    as well as the old filetypes table.
    
    Change-Id: I74749acb51dc85094e8c63b240a1951bd4cc0330
    Reviewed-on: https://code.wireshark.org/review/4370
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  aef88f4   Dissect more of the Presence Reporting Area Action IE.
    adds  97d2030   Fix lua bindings for timestamp precision


Summary of changes:
 epan/wslua/make-init-lua.pl |    2 ++
 1 file changed, 2 insertions(+)