Wireshark-commits: [Wireshark-commits] rev 28976: /trunk/plugins/ethercat/ /trunk/plugins/ethercat/
Date: Tue, 07 Jul 2009 11:13:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28976

User: stig
Date: 2009/07/07 04:13 AM

Log:
 From Richard Kummel:
 - New dissector for EtherCAT Switch Link Header added to EtherCAT plugin
 - Changed filtering of EtherCAT commands to the abbreviated form:
   e.g. ecat.cmd = APWR
 
 From me:
 - Mark unused variables
 - Fixed a string warning
 - Do not initialize a static struct
 - Use tfs_yes_no
 - Reorder files in Makefile

Directory: /trunk/plugins/ethercat/
  Changes    Path                          Action
  +7 -5      Makefile.common               Modified
  +283 -0    packet-esl.c                  Added
  +67 -0     packet-esl.h                  Added
  +39 -25    packet-ethercat-datagram.c    Modified