Wireshark-bugs: [Wireshark-bugs] [Bug 9720] New: Lua: bitop library is missing in Lua 5.2
Date: Tue, 04 Feb 2014 05:30:20 +0000
Bug ID 9720
Summary Lua: bitop library is missing in Lua 5.2
Classification Unclassified
Product Wireshark
Version 1.11.x (Experimental)
Hardware x86
OS Mac OS X 10.4
Status UNCONFIRMED
Severity Major
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter hadrielk@yahoo.com

Build Information:
wireshark 1.11.3 (SVNRev 54990 from /trunk)

Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.24.22, with Cairo 1.12.16, with Pango 1.36.1,
with
GLib 2.38.2, with libpcap, with libz 1.2.8, without POSIX capabilities, without
SMI, without c-ares, without ADNS, with Lua 5.2, without Python, with GnuTLS
3.1.10, with Gcrypt 1.5.3, with MIT Kerberos, without GeoIP, without PortAudio,
with AirPcap.

Running on Mac OS X 10.9.1, build 13B42 (Darwin 13.0.0), with locale
en_US.UTF-8, with libpcap version 1.5.3, with libz 1.2.8, GnuTLS 3.1.10, Gcrypt
1.5.3, without AirPcap.
Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GHz

Built using clang 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79).
--
In Lua 5.2 the bitop library is missing - it's not getting loaded into the lua
global table as "bit", or anything else for that matter.  Lua 5.2 has its own
bit-operations library ("bit32") which is there, but that one's not as good as
bitop and would break back/forward compatibility for lua scripts anyway.  I'm
pretty sure I know what/where the bug is, so I'll submit a patch to gerrit.


You are receiving this mail because:
  • You are watching all bug changes.