Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8026] Problems with lua wrapper

Date: Sat, 23 Feb 2013 06:37:39 +0000

changed bug 8026

What Removed Added
CC   [email protected]

Comment # 1 on bug 8026 from
For (1): Can you describe what Lua function you were calling, or what Lua
object field you were setting, that caused this silent crash?  I don't need
your whole Lua plugin file, just one or a few lines of the Lua code you wrote
that caused it.  I've checked the obvious code spots and they seem to be
protected against this already - although maybe this has been fixed since the
time you hit this bug.

For (2): As a matter of fact Lua actually does have arrays - Lua tables are
both indexed arrays and keyed hashmaps at the same time.  If you initialize Lua
tables without keys only values, then those values are stored as indexed
numbered array entries; or if you set a Lua table using the number syntax. 
(See Lua websites for details)  But that's not really the issue; the issue is
Wireshark doesn't sort it for display as you say.


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