From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 13 Oct 2011 00:00:52 +0000 (00:00 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 13 Oct 2011 00:00:52 +0000 (00:00 +0000)
commit40e7c1e57bee92b68733e7969ab9439710cb61d1
tree73706ff230463c63628db048550b5799bc177d2c
parentb8a9e439bb7327b9ca64dd992208f6a7abcee88f
From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5929

From me:
packet-cipmotion.c:
  FT_BOOLEAN fields with bitmasks need a bit-fieldwidth in the hf[] entry 'display' field;
  Define attribute_size as guint32 since it has to store guint8*guint16;
  Use ENC_NA as encoding arg in proto_tree_add_item() for FT_BYTES field types;
  Remove trailing whitespace from lines;
  Other minor cleanup and reformatting.

packet-enip.c:
  Use ENC_NA as encoding arg in proto_tree_add_item() for FT_BYTES field types;

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39396 f5534014-38df-0310-8fa8-9805f1628bb7
AUTHORS
epan/CMakeLists.txt
epan/dissectors/Makefile.common
epan/dissectors/packet-cip.c
epan/dissectors/packet-cip.h
epan/dissectors/packet-cipmotion.c [new file with mode: 0644]
epan/dissectors/packet-enip.c