Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 44093: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_dump

Date: Sat, 28 Jul 2012 15:51:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44093

User: eapache
Date: 2012/07/28 08:51 AM

Log:
 Always memset the packet-header struct in Lua to avoid
 crashes from garbage data.
 
 Also, give Lua a copy of the packet comment if there is one.
 
 Fixes: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7538

Directory: /trunk/epan/wslua/
  Changes    Path              Action
  +17 -7     wslua_dumper.c    Modified