Ethereal-dev: [Ethereal-dev] problems with compiling a dissector under win-xp
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: Patrick Fuchs <rotfuchs@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 26 Apr 2006 09:53:06 +0200
If i compile my dissector in linux everything works fine. if i try to
compile the same dissector under windows xp with an installed cygwin and
the visual c++ compiler i get a long list of warnings and errormessages.
It's nonrelevant if i try to compile the dissector as a Plug-In or a
Build-In. If it try to compile only the etheral-source without the
dissector everything works fine again. Any suggestions?
The Errormessages: *********************************************** cd tools NMAKE / -f Makefile.nmake cd lemon NMAKE / -f Makefile.nmake cd .. cd .. cd image NMAKE / -f Makefile.nmake cd .. cd wiretap NMAKE / -f Makefile.nmake cd .. cd epan NMAKE / -f Makefile.nmake cd ftypes NMAKE / -f Makefile.nmake 'ftypes.lib' is up-to-date cd .. cd dfilter NMAKE / -f Makefile.nmake 'dfilter.lib' is up-to-date cd .. cd dissectors NMAKE / -f Makefile.nmakecl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /I. /I.. /I../.. /IJ:\DA\ethereal-win32-libs\glib\include\glib-2.0 /IJ:\DA\ethereal-win32-libs\glib\lib\glib-2.0\include /IJ:\DA\ethereal-win32-libs\net-snmp-5.2.1.2\include /IJ:\DA\ethereal-win32-libs\net-snmp-5.2.1.2\win32 /IJ:\DA\ethereal-win32-libs\pcre-4.4\include /IJ:\DA\ethereal-win32-libs\WPdpack\include -D_U_="" /Zi /W3 -Fd.\ -c packet-iec.c
packet-iec.c packet-iec.c(850) : error C2143: syntax error : missing ';' before 'type' packet-iec.c(855) : error C2143: syntax error : missing ';' before 'type' packet-iec.c(870) : error C2065: 'tvb' : undeclared identifierpacket-iec.c(870) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(870) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1
packet-iec.c(871) : error C2065: 'ie_item' : undeclared identifier packet-iec.c(871) : error C2065: 'info_tree' : undeclared identifierpacket-iec.c(871) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(871) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(871) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(871) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(871) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *'
packet-iec.c(872) : error C2065: 'ie_tree' : undeclared identifierpacket-iec.c(872) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(872) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(872) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(873) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(873) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(873) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(873) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(874) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(874) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(874) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(874) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(875) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(875) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(875) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(875) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(876) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(876) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(876) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(876) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(877) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(877) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(877) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(877) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(883) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(883) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(884) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(884) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(884) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(884) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(884) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(885) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(885) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(885) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(886) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(886) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(886) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(886) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(887) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(887) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(887) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(887) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(888) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(888) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(888) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(888) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(889) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(889) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(889) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(889) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(890) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(890) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(890) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(890) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(896) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(896) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(896) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(896) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(896) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(896) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(897) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(897) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(897) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(897) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(897) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(897) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(903) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(903) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(903) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(903) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(909) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(909) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(909) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(909) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(909) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(909) : warning C4024: 'tvb_get_letohieee_float' : different types for formal and actual parameter 1 packet-iec.c(915) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(915) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(915) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(915) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(915) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(915) : warning C4024: 'tvb_get_letohl' : different types for formal and actual parameter 1 packet-iec.c(917) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(917) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(917) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(917) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(918) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(918) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(918) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(918) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(919) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(919) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(919) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(919) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(920) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(920) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(920) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(920) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(920) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(920) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(926) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(926) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(927) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(927) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(927) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(927) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(927) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(928) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(928) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(928) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(929) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(929) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(929) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(929) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(930) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(930) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(930) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(930) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(931) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(931) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(931) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(931) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(932) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(932) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(932) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(932) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(933) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(933) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(933) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(933) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(934) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(934) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(934) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(934) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(940) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(940) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(941) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(941) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(941) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(941) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(941) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(942) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(942) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(942) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(943) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(943) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(943) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(943) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(944) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(944) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(944) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(944) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(945) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(945) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(945) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(945) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(946) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(946) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(946) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(946) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(947) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(947) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(947) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(947) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(948) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(948) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(948) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(948) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(954) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(954) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(955) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(955) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(955) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(955) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(960) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(960) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(961) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(961) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(961) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(961) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(961) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(962) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(962) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(962) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(963) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(963) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(963) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(963) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(964) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(964) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(964) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(964) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(965) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(965) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(965) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(965) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(966) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(966) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(966) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(966) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(967) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(967) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(967) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(967) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(977) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(977) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(978) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(978) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(978) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(978) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(978) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(979) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(979) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(979) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(980) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(980) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(980) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(980) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(981) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(981) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(981) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(981) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(982) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(982) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(982) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(982) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(983) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(983) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 1 packet-iec.c(983) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(983) : warning C4024: 'proto_tree_add_item' : different types for formal and actual parameter 3 packet-iec.c(989) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(989) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(990) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(990) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(990) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(990) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(996) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(996) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(997) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(997) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(997) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(997) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(998) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(998) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(998) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(998) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(999) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(999) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(999) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(999) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1005) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1005) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1006) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1006) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1006) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1006) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1007) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1007) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1007) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1007) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1008) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1008) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1008) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1008) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1014) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1014) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1015) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1015) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1015) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1015) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1016) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1016) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1016) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1016) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1017) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1017) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1017) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1017) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1023) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1023) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1023) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1023) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1023) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1023) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1024) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1024) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1024) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1024) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1024) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1024) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1030) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1030) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1030) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1030) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1030) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1030) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1031) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1031) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1031) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1031) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1031) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1031) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1037) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1037) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1037) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1037) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1037) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1037) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1043) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1043) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1043) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1043) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1043) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1043) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1044) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1044) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1044) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1044) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1044) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1044) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1050) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1050) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1050) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1050) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1050) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1050) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1056) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1056) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1056) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1056) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1056) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1056) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1062) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1062) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1062) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1062) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1062) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1062) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1063) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1063) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1063) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1063) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1063) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1063) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1064) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1064) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1064) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1064) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1064) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1064) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1070) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1070) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1070) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1070) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1070) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1070) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1076) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1076) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1076) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1076) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1076) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1076) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1082) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1082) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1082) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1082) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1082) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1082) : warning C4024: 'tvb_get_letoh24' : different types for formal and actual parameter 1 packet-iec.c(1088) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1088) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1088) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1088) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1088) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1088) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1089) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1089) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1089) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1089) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1089) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1089) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1095) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1095) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1095) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1095) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1095) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1095) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1101) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1101) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1101) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1101) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1101) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1101) : warning C4024: 'tvb_get_letoh24' : different types for formal and actual parameter 1 packet-iec.c(1107) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1107) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1107) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1107) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1107) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1107) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1108) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1108) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1108) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1108) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1108) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1108) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1114) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1114) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1114) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1114) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1114) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1114) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1115) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1115) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1115) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1115) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1115) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1115) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1121) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1121) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1121) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1121) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1121) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1121) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1127) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1127) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1127) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1127) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1127) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1127) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1133) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1133) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1133) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1133) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1133) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1133) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1134) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1134) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1134) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1134) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1134) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1134) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1140) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1140) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1141) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1141) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1141) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1141) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1142) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1142) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1142) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1142) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1143) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1143) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1143) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1143) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1148) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1148) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1148) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1148) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1148) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1148) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1154) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1154) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1154) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1154) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1154) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1154) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1164) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1164) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1164) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1164) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1165) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1165) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1172) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1172) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1172) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1172) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1173) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1173) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1180) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1180) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1180) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1180) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1190) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1190) : warning C4024: 'tvb_get_letohl' : different types for formal and actual parameter 1 packet-iec.c(1196) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1196) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1196) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1196) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1216) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1216) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1220) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1220) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1224) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1224) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1230) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1230) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1234) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1234) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1240) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1240) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1246) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1246) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1250) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1250) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1256) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1256) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1260) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1260) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1266) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1266) : warning C4024: 'tvb_get_letoh24' : different types for formal and actual parameter 1 packet-iec.c(1272) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1272) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1281) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1281) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1287) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1287) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1293) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1293) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1
packet-iec.c(1306) : error C2065: 'io_adress_length' : undeclared identifierpacket-iec.c(1308) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1308) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1308) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1308) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2
packet-iec.c(1312) : error C2065: 'pinfo' : undeclared identifierpacket-iec.c(1312) : error C2223: left of '->cinfo' must point to struct/union packet-iec.c(1312) : warning C4047: 'function' : 'struct _column_info *' differs in levels of indirection from 'int ' packet-iec.c(1312) : warning C4024: 'check_col' : different types for formal and actual parameter 1
packet-iec.c(1312) : error C2198: 'check_col' : too few actual parameterspacket-iec.c(1312) : error C2223: left of '->cinfo' must point to struct/union packet-iec.c(1312) : warning C4047: 'function' : 'struct _column_info *' differs in levels of indirection from 'int ' packet-iec.c(1312) : warning C4024: 'col_append_fstr' : different types for formal and actual parameter 1 packet-iec.c(1312) : warning C4047: 'function' : 'int ' differs in levels of indirection from 'char [9]' packet-iec.c(1312) : warning C4024: 'col_append_fstr' : different types for formal and actual parameter 2 packet-iec.c(1320) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1320) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1320) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1320) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1320) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(1321) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1321) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(1321) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(1322) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1322) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1322) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1322) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1322) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1322) : warning C4024: 'tvb_get_ntohs' : different types for formal and actual parameter 1 packet-iec.c(1324) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1324) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1324) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1324) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1324) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1324) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1325) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1325) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1325) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1325) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1325) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1325) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1331) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1331) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1331) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1331) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1331) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1331) : warning C4024: 'tvb_get_letohs' : different types for formal and actual parameter 1 packet-iec.c(1337) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1337) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1337) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1337) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1337) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(1338) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1338) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1 packet-iec.c(1338) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _proto_node *' packet-iec.c(1339) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1339) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1339) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1339) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1339) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1339) : warning C4024: 'tvb_get_ntohs' : different types for formal and actual parameter 1 packet-iec.c(1341) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1341) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1341) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1341) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1341) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1341) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1342) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1342) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1342) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1342) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1342) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1342) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1344) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1344) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1344) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1344) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1344) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1344) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1344) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1344) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1346) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1346) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1346) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1346) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1346) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1346) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1347) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1347) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1347) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1347) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1347) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1347) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1349) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1349) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1349) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1349) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1349) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1349) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1 packet-iec.c(1351) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1351) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1351) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1351) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1351) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1351) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1
packet-iec.c(1365) : error C2065: 'tree' : undeclared identifierpacket-iec.c(1365) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1365) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1365) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1365) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1365) : error C2065: 'trans_cause_length' : undeclared identifier packet-iec.c(1365) : error C2065: 'adress_length_asdu' : undeclared identifier
packet-iec.c(1365) : error C2099: initializer is not a constantpacket-iec.c(1366) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1366) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1
packet-iec.c(1366) : error C2099: initializer is not a constantpacket-iec.c(1368) : error C2371: 'typeid' : redefinition; different basic types
packet-iec.c(192) : see declaration of 'typeid'packet-iec.c(1368) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1368) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1
packet-iec.c(1368) : error C2099: initializer is not a constant packet-iec.c(1369) : error C2059: syntax error : ','packet-iec.c(1369) : error C2143: syntax error : missing ')' before 'constant' packet-iec.c(1369) : error C2143: syntax error : missing '{' before 'constant'
packet-iec.c(1369) : error C2059: syntax error : '<Unknown>' packet-iec.c(1370) : error C2059: syntax error : 'if' packet-iec.c(1372) : error C2143: syntax error : missing '{' before '+=' packet-iec.c(1372) : error C2059: syntax error : '+='packet-iec.c(1374) : error C2371: 'sqbit' : redefinition; different basic types
packet-iec.c(193) : see declaration of 'sqbit'packet-iec.c(1374) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1374) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1
packet-iec.c(1374) : error C2099: initializer is not a constantpacket-iec.c(1375) : error C2371: 'number' : redefinition; different basic types
packet-iec.c(194) : see declaration of 'number'packet-iec.c(1375) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1375) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1
packet-iec.c(1375) : error C2099: initializer is not a constantpacket-iec.c(1376) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1376) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1376) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1376) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2
packet-iec.c(1376) : error C2099: initializer is not a constantpacket-iec.c(1377) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1377) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1
packet-iec.c(1377) : error C2099: initializer is not a constant packet-iec.c(1378) : error C2059: syntax error : ','packet-iec.c(1378) : error C2143: syntax error : missing ')' before 'constant' packet-iec.c(1378) : error C2143: syntax error : missing '{' before 'constant'
packet-iec.c(1378) : error C2059: syntax error : '<Unknown>' packet-iec.c(1379) : error C2059: syntax error : ','packet-iec.c(1379) : error C2143: syntax error : missing ')' before 'constant' packet-iec.c(1379) : error C2143: syntax error : missing '{' before 'constant'
packet-iec.c(1379) : error C2059: syntax error : '<Unknown>' packet-iec.c(1380) : error C2143: syntax error : missing '{' before '+=' packet-iec.c(1380) : error C2059: syntax error : '+='packet-iec.c(1382) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1382) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1382) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1382) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2 packet-iec.c(1382) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1382) : warning C4024: 'tvb_get_guint8' : different types for formal and actual parameter 1
packet-iec.c(1382) : error C2099: initializer is not a constantpacket-iec.c(1383) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1383) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1
packet-iec.c(1383) : error C2099: initializer is not a constant packet-iec.c(1385) : error C2059: syntax error : ','packet-iec.c(1385) : error C2143: syntax error : missing ')' before 'constant' packet-iec.c(1385) : error C2143: syntax error : missing '{' before 'constant'
packet-iec.c(1385) : error C2059: syntax error : '<Unknown>' packet-iec.c(1386) : error C2059: syntax error : ','packet-iec.c(1386) : error C2143: syntax error : missing ')' before 'constant' packet-iec.c(1386) : error C2143: syntax error : missing '{' before 'constant'
packet-iec.c(1386) : error C2059: syntax error : '<Unknown>' packet-iec.c(1387) : error C2059: syntax error : ','packet-iec.c(1387) : error C2143: syntax error : missing ')' before 'constant' packet-iec.c(1387) : error C2143: syntax error : missing '{' before 'constant'
packet-iec.c(1387) : error C2059: syntax error : '<Unknown>' packet-iec.c(1388) : error C2059: syntax error : 'if' packet-iec.c(1389) : error C2143: syntax error : missing '{' before '+=' packet-iec.c(1389) : error C2059: syntax error : '+=' packet-iec.c(1390) : error C2059: syntax error : 'if' packet-iec.c(1392) : error C2143: syntax error : missing ')' before '(' packet-iec.c(1392) : error C2091: function returns function packet-iec.c(1392) : error C2059: syntax error : ')'packet-iec.c(1392) : error C2373: 'strcpy' : redefinition; different type modifiers J:\Microsoft Visual Studio\VC98\include\string.h(105) : see declaration of 'strcpy'
packet-iec.c(1393) : error C2059: syntax error : ',' packet-iec.c(1393) : error C2143: syntax error : missing ')' before 'string' packet-iec.c(1393) : error C2143: syntax error : missing '{' before 'string' packet-iec.c(1393) : error C2059: syntax error : '<Unknown>' packet-iec.c(1393) : error C2059: syntax error : ')' packet-iec.c(1394) : error C2143: syntax error : missing '{' before '+=' packet-iec.c(1394) : error C2059: syntax error : '+='packet-iec.c(1404) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1404) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 1 packet-iec.c(1404) : warning C4047: 'function' : 'struct tvbuff *' differs in levels of indirection from 'int ' packet-iec.c(1404) : warning C4024: 'proto_tree_add_text' : different types for formal and actual parameter 2
packet-iec.c(1404) : error C2099: initializer is not a constantpacket-iec.c(1405) : warning C4047: 'function' : 'struct _proto_node *' differs in levels of indirection from 'int ' packet-iec.c(1405) : warning C4024: 'proto_item_add_subtree' : different types for formal and actual parameter 1
packet-iec.c(1407) : error C2059: syntax error : 'switch'packet-iec.c(2009) : error C2371: 'proto_item_set_end' : redefinition; different basic types
../..\epan/proto.h(342) : see declaration of 'proto_item_set_end' packet-iec.c(2010) : error C2059: syntax error : 'return' packet-iec.c(2011) : error C2059: syntax error : '}' packet-iec.c(2260) : error C2143: syntax error : missing ';' before '{' packet-iec.c(2261) : error C2065: 'offset2' : undeclared identifier packet-iec.c(2995) : error C2065: 'dissect_iec104' : undeclared identifierpacket-iec.c(2995) : warning C4047: 'function' : 'void (__cdecl *)(struct tvbuff *,struct _packet_info *,struct _proto_node *)' differs in levels of indirection from 'int ' packet-iec.c(2995) : warning C4024: 'create_dissector_handle' : different types for formal and actual parameter 1
*************************************************************************
- Follow-Ups:
- Re: [Ethereal-dev] problems with compiling a dissector under win-xp
- From: Thomas Boehne
- Re: [Ethereal-dev] problems with compiling a dissector under win-xp
- From: Guy Harris
- Re: [Ethereal-dev] problems with compiling a dissector under win-xp
- From: Patrick Fuchs
- Re: [Ethereal-dev] problems with compiling a dissector under win-xp
- Prev by Date: Re: [Ethereal-dev] Ethereal 0.99.0 and Windows ME
- Next by Date: Re: [Ethereal-dev] problems with compiling a dissector under win-xp
- Previous by thread: Re: [Ethereal-dev] Ethereal 0.99.0 and Windows ME
- Next by thread: Re: [Ethereal-dev] problems with compiling a dissector under win-xp
- Index(es):