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

Date: Sun, 10 May 2009 15:57:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28325

User: stig
Date: 2009/05/10 08:57 AM

Log:
 Postpone marking objects as expired until the whole frame is completed.
 We can have a case where one Lua dissector calls another Lua dissector,
 so we can't mark all objects when only one dissector is completed.
 
 This fixes comment #37 and #39 in bug 2453.

Directory: /trunk/epan/wslua/
  Changes    Path            Action
  +11 -7     init_wslua.c    Modified