Bug ID |
8393
|
Summary |
Add a README.wslua and fix typos/errors and make Lua API more consistent
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.9.x (Experimental)
|
Hardware |
x86
|
OS |
Mac OS X 10.8
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Documentation
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 1.9.1 (SVN Rev Unknown from unknown)
--
The C-code for the Lua API is inconsistently named/used, and there are some
typos in the auto-generated API docs from incorrect comments in the C-code. (a
Perl script copies those comments into Lua API docs)
The attached patch fixes the ones I've found so far. It also provides a new
'typeof(obj)' global Lua function which returns a string name of the object
type. Unfortunately this will not merge well with the fix for bug 7400, since
that makes changes in the same area - let me know if you want a unified patch
of both together.
Also, the patch creates a new README.wslua, for future developers who expose
stuff into the Lua API.
You are receiving this mail because:
- You are watching all bug changes.