Wireshark-commits: [Wireshark-commits] rev 51818: /trunk/epan/wslua/ /trunk/epan/wslua/: init_wslua

Date: Sat, 07 Sep 2013 11:27:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51818

User: stig
Date: 2013/09/07 04:27 AM

Log:
 Added support for a "prefs_change" function in Lua scripts, which is called
 when the preferences for the dissector are changed.
 
 This is not a 100% correct implementation at the time because the
 prefs_changed function in all Lua plugins will be called whenever
 a preference in a single Lua plugin is changed.

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +15 -0     init_wslua.c     Modified
  +2 -1      wslua.h          Modified
  +27 -7     wslua_proto.c    Modified