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

Wireshark-bugs: [Wireshark-bugs] [Bug 1430] EtherCAT dissector

Date: Mon, 15 Oct 2007 05:24:46 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1430


anders.broman@xxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #43 from anders.broman@xxxxxxxxxxxx  2007-10-15 05:24 GMT -------
The current dissector fails to compile on Solaris-8-SPARC with:
packet-ethercat-frame.h:29: warning: #pragma pack(push[, id], <n>) is not
supported on this target
packet-ethercat-frame.h:40: warning: #pragma pack(pop[, id], <n>) is not
supported on this target
packet-ethercat-frame.c: In function 'dissect_ethercat_frame':
packet-ethercat-frame.c:101: warning: dereferencing type-punned pointer will
break strict-aliasing rules

And on OSX-10.4-PPC with:
cc1: warnings being treated as errors
packet-nv.c: In function 'dissect_nv':
packet-nv.c:114: warning: unused variable 'nv_length'
make[3]: *** [packet-nv.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
-I/Users/buildslave/Documents/wireshark/osx104ppc/install/include
-I/usr/local/include -I/usr/include
-DPLUGIN_DIR=\"/Users/buildslave/Documents/wireshark/osx104ppc/install/lib/wireshark/plugins/0.99.7-SVN-23178\"
-Werror -DINET6 -no-cpp-precomp "-D_U_=__attribute__((unused))" -g -O2 -Wall -W
-Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign
-I/usr/local/include -pthreads -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0
-I/usr/X11R6/include/freetype2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/include -c packet-ams.c -MT
packet-ams.lo -MD -MP -MF .deps/packet-ams.TPlo  -fno-common -DPIC -o
.libs/packet-ams.o
powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthreads'
cc1: warnings being treated as errors
packet-ams.c: In function 'NetIdFormater':
packet-ams.c:387: warning: operation on 'offset' may be undefined
packet-ams.c:387: warning: operation on 'offset' may be undefined
packet-ams.c:387: warning: operation on 'offset' may be undefined
packet-ams.c:387: warning: operation on 'offset' may be undefined
packet-ams.c:387: warning: operation on 'offset' may be undefined
make[3]: *** [packet-ams.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
program finished with exit code 2

And on Ubuntu-7.01-x86-64 with:
cc1: warnings being treated as errors
packet-ethercat-frame.c: In function 'dissect_ethercat_frame':
packet-ethercat-frame.c:101: warning: dereferencing type-punned pointer will
break strict-aliasing rules
make[3]: *** [packet-ethercat-frame.lo] Error 1
make[3]: Leaving directory
`/media/GeraldsHome/buildbot/bb-wireshark/trunk/ubuntu510x86/build/plugins/ethercat'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/media/GeraldsHome/buildbot/bb-wireshark/trunk/ubuntu510x86/build/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/media/GeraldsHome/buildbot/bb-wireshark/trunk/ubuntu510x86/build'
make: *** [all] Error 2
program finished with exit code 2

I'll remove it from the makefiles again.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.