ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 25175: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_fiel

Date: Fri, 25 Apr 2008 18:59:21 GMT
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