http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25175
User: jake
Date: 2008/04/25 11:59 AM
Log:
From: Márton Németh:
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 }.
Directory: /trunk/epan/wslua/
Changes Path Action
+4 -4 wslua_field.c Modified
+2 -2 wslua_listener.c Modified
+2 -2 wslua_pinfo.c Modified
+7 -7 wslua_proto.c Modified
+2 -2 wslua_tree.c Modified
+6 -6 wslua_tvb.c Modified
+2 -2 wslua_util.c Modified