Re: [Wireshark-dev] ethercat plugin

2008-02-06 Thread Stig Bjørlykke
2008/2/6, Andrew Hood <[EMAIL PROTECTED]>: > > If you don't have a sufficiently recent C compiler (C99 maybe?), the > ethercat plugin will not compile because of the unnamed struct. Thank you for your notice.Committed revision 24277. -- Stig Bjørlykke __

[Wireshark-dev] ethercat plugin

2008-02-06 Thread Andrew Hood
If you don't have a sufficiently recent C compiler (C99 maybe?), the ethercat plugin will not compile because of the unnamed struct. --- plugins/ethercat/packet-ethercat-datagram.h (revision 24270) +++ plugins/ethercat/packet-ethercat-datagram.h (working copy) @@ -32,10 +32,13 @@ { guin

[Wireshark-dev] EtherCAT plugin?

2006-12-26 Thread Stephen Glow
There was discussion on the list several months ago about an EtherCAT plugin for wireshark. Has anyone done work on this? I'd love to have a copy of the source as it stands right now, even if it's not 100% ready for prime time. Thanks, Steve ___ Wir

Re: [Wireshark-dev] EtherCAT Plugin

2006-09-20 Thread Jaap Keuter
Hi, Well, make it a regular dissector first, since you're going public anyway. Then post a patch adding the dissector to the current tree. Then duck for all the comments flying your way ;) Thanx, Jaap On Wed, 20 Sep 2006, [iso-8859-1] Richard K?mmel wrote: > Hello, > > i have written a Parser f

[Wireshark-dev] EtherCAT Plugin

2006-09-20 Thread Richard Kümmel
Hello, i have written a Parser for the Realtime Ethernet Protocol EhterCAT devolped by Beckhoff Automation GbmH as plugin in wireshark. I tested the plugin with windows and with the linux suse distribution.Information to EtheCAT can be found on ethercat.org.   I would like this plugin