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 40682: /trunk/epan/wslua/ /trunk/epan/wslua/: wslua_pinf

Date: Tue, 24 Jan 2012 02:42:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40682

User: morriss
Date: 2012/01/23 06:42 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6738 :
 
 size_t is sometimes an integer and sometimes a long.  To avoid compiler
 warnings when formatting it, cast it to a long.

Directory: /trunk/epan/wslua/
  Changes    Path             Action
  +1 -1      wslua_pinfo.c    Modified