wireshark/plugins/ethercat
Jeff Morriss 0918c7159b 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).
svn path=/trunk/; revision=23205
2007-10-16 14:54:51 +00:00
..
AUTHORS
COPYING
Makefile.am
Makefile.common
Makefile.nmake
moduleinfo.h
moduleinfo.nmake
packet-ams.c From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ams.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ecatmb.c 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). 2007-10-16 14:54:51 +00:00
packet-ecatmb.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ethercat-datagram.c From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ethercat-datagram.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ethercat-frame.c From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ethercat-frame.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ioraw.c From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-ioraw.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-nv.c From Peter Johansson: 2007-10-15 18:39:58 +00:00
packet-nv.h From Peter Johansson: 2007-10-15 18:39:58 +00:00
plugin.rc.in