Wireshark-commits: [Wireshark-commits] master 45fb377: Fix lua bindings to handle timestamp precisi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Sep 2014 02:35:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=45fb37718e4d887b2a4087f5e5996cbe2e3a3a0b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

45fb377 by Evan Huus (eapache@xxxxxxxxx):

    Fix lua bindings to handle timestamp precision changes
    
    The recent wiretap changes broke the generation of init.lua among other things,
    though it did coincidentally fix one of the "yuck" comments in the generator
    regex.
    
    (Note that this is entirely untested, because out-of-tree init.lua is and always
    has been broken, but it should work)
    
    Change-Id: Id0c27b31c596613997de4ba2f6088eb9d6c8fc53
    Reviewed-on: https://code.wireshark.org/review/4361
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  26e7201   Update debian symbol files to satisfy the buildbot
    adds  45fb377   Fix lua bindings to handle timestamp precision changes


Summary of changes:
 epan/wslua/make-init-lua.pl  |   11 +++++++++--
 epan/wslua/template-init.lua |    2 ++
 test/lua/pcap_file.lua       |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)