aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-03-16 08:44:42 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-03-16 08:44:42 +0000
commite2ee2bcab647a699c0d75899490fb0e937f905d9 (patch)
tree7aaa08d6ac86996c1cb50aa3d50794b56c4ce16b /epan/dissectors/packet-bacapp.h
parentcd2d7e0a6d3d5d38dad1d7f77c31c658ddba16cc (diff)
From Steve Karg:
Here is a modified patch that fixes the BACnet Schedule object Weekly_Schedule decoding when an array index is used. It also fixes the Priority_Array property when an array index is used. svn path=/trunk/; revision=24653
Diffstat (limited to 'epan/dissectors/packet-bacapp.h')
-rw-r--r--epan/dissectors/packet-bacapp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bacapp.h b/epan/dissectors/packet-bacapp.h
index 0db1fdbc70..1e8b1f8260 100644
--- a/epan/dissectors/packet-bacapp.h
+++ b/epan/dissectors/packet-bacapp.h
@@ -1965,6 +1965,20 @@ static guint
fPropertyIdentifier (tvbuff_t *tvb, proto_tree *tree, guint offset);
/**
+ * BACnet Application PDUs chapter 21
+ * BACnetPropertyArrayIndex::= ENUMERATED {
+ * @see bacapp_property_array_index
+ * }
+ * @param tvb
+ * @param tree
+ * @param offset
+ * @param tt returnvalue of this item
+ * @return modified offset
+ */
+static guint
+fPropertyArrayIndex (tvbuff_t *tvb, proto_tree *tree, guint offset);
+
+/**
* listOfEventSummaries ::= SEQUENCE OF SEQUENCE {
* objectIdentifier [0] BACnetObjectIdentifier,
* eventState [1] BACnetEventState,