aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipmotion.h
diff options
context:
space:
mode:
authorDylan Ulis <daulis0@gmail.com>2018-05-08 13:46:14 -0400
committerAnders Broman <a.broman58@gmail.com>2018-05-12 06:31:28 +0000
commite7cd2f8960b8c2746509d4e2923084db4453bfd7 (patch)
tree14649b1b03369642f44d187697eb2548af2b382f /epan/dissectors/packet-cipmotion.h
parent5ec2265d2f1a3fbfc1c0a78421a9c4df86ac553e (diff)
CIP Motion: Various Updates
1. Feedback Mode: Should only use the lower 4 bits. 2. Axis Response: Add more enumerated values 3. Axis Status: Add more bit interpretations 4. Add more Motion Attributes 5. Minor cleanup Change-Id: I0a6568ca263afb8d7827961907cb7d0a42b376f4 Reviewed-on: https://code.wireshark.org/review/27400 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-cipmotion.h')
-rw-r--r--epan/dissectors/packet-cipmotion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cipmotion.h b/epan/dissectors/packet-cipmotion.h
index 8130b50b33..8a6c2d0e54 100644
--- a/epan/dissectors/packet-cipmotion.h
+++ b/epan/dissectors/packet-cipmotion.h
@@ -14,6 +14,6 @@
#include "packet-cip.h" // For attribute_info_t
-extern attribute_info_t cip_motion_attribute_vals[2];
+extern attribute_info_t cip_motion_attribute_vals[7];
#endif /* PACKET_CIPMOTION_H */