aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cipmotion.h
diff options
context:
space:
mode:
authorDylan Ulis <daulis0@gmail.com>2020-05-08 13:00:52 -0700
committerAnders Broman <a.broman58@gmail.com>2020-05-13 11:01:32 +0000
commitda8c28dc67ac3d319fa8f97a6f74682043eaf0f2 (patch)
tree5e728426adaee2c9ae3d7193b407b14bcd403e4e /epan/dissectors/packet-cipmotion.h
parent256cc1a85cef3df99958ae9d825b0b0901b1521c (diff)
CIP Motion: Connection Configuration Data
1. Dissect the Motion Configuration Block from the Forward Open 2. Add Motion Attributes related to #1 3. Save the first/last segment for certain segment types in an EPATH. Behavior changes based on the values in first segments for a given type, vs later segments. Change-Id: Id0552a585d158041c13adfa50f4bb164cada79b7 Reviewed-on: https://code.wireshark.org/review/37168 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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cipmotion.h b/epan/dissectors/packet-cipmotion.h
index 10a283300b..8f84258e4d 100644
--- a/epan/dissectors/packet-cipmotion.h
+++ b/epan/dissectors/packet-cipmotion.h
@@ -14,6 +14,8 @@
#include "packet-cip.h" // For attribute_info_t
-extern attribute_info_t cip_motion_attribute_vals[18];
+extern int dissect_motion_configuration_block(tvbuff_t* tvb, packet_info* pinfo, proto_tree* tree, proto_item* item, int offset);
+
+extern attribute_info_t cip_motion_attribute_vals[20];
#endif /* PACKET_CIPMOTION_H */