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 23205: /trunk/plugins/ethercat/ /trunk/plugins/ethercat/

Date: Tue, 16 Oct 2007 14:54:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23205

User: morriss
Date: 2007/10/16 02:54 PM

Log:
 sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit number when compiling for 32-bit) so cast sizeof() values that are passed to g_snprintf() to guint (since that appears to be the intent of the display).

Directory: /trunk/plugins/ethercat/
  Changes    Path               Action
  +72 -72    packet-ecatmb.c    Modified