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 2500] New: last entry of a luaL_reg[] should be { NULL, NU

Date: Thu, 24 Apr 2008 08:44:02 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2500

           Summary: last entry of a luaL_reg[] should be { NULL, NULL }
                    instead of { 0, 0 }
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Trivial
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: nm127@xxxxxxxxxxx



Márton Németh <nm127@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1740|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=1740)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1740)
last entry of a luaL_reg[] should be { NULL, NULL } instead of { 0, 0 }

Build Information:
SVN 25150
--
The luaL_reg structure consists of two pointers: char* and a pointer to a
function. The last entry should also reflect this: it should be { NULL, NULL }
instead of { 0, 0 }. 

See also: http://www.lua.org/manual/5.1/manual.html#luaL_Reg .


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.