From Richard Kummel:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Jul 2009 11:13:22 +0000 (11:13 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Jul 2009 11:13:22 +0000 (11:13 +0000)
commit598b129fbcd4f55b77421e195298b241340ffb8b
tree3bfe9c40048cfa003ec352e32c7c038284a94e65
parent2f233db08d77fd9d052d01c01dc51757d79334eb
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28976 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/ethercat/Makefile.common
plugins/ethercat/packet-esl.c [new file with mode: 0644]
plugins/ethercat/packet-esl.h [new file with mode: 0644]
plugins/ethercat/packet-ethercat-datagram.c