aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-10-03 18:11:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-10-03 18:11:55 +0000
commit8774e7e28e4930e93ec6c21f1f81ba8acc6e61de (patch)
treebef19ddebc11612f8fa5c5c7f93ce0c47a2e1246 /epan/dissectors/packet-bacapp.h
parent5d40bae072568fb48c0fb0d6f12ab9fd1e73f40b (diff)
From David Richards:
numerous changes, most notably: 1) BACnetStatusFlags is bit string, not enum, in NotificationParameters 2) Fixes many places where enclosing context tags were not handled properly. 3) Simplify tag decoding logic. Change to explicit decoding in many instances rather than read tags in a loop and do a switch based on tag number. Looping ignores out-of-order and other types of tagging errors. svn path=/trunk/; revision=19410
Diffstat (limited to 'epan/dissectors/packet-bacapp.h')
-rw-r--r--epan/dissectors/packet-bacapp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/epan/dissectors/packet-bacapp.h b/epan/dissectors/packet-bacapp.h
index ee9c836cde..9e482fb3b0 100644
--- a/epan/dissectors/packet-bacapp.h
+++ b/epan/dissectors/packet-bacapp.h
@@ -1483,7 +1483,6 @@ static guint
fDeviceObjectPropertyReference (tvbuff_t *tvb, proto_tree *tree, guint offset);
#endif
-#if 0
/**
* BACnetDeviceObjectReference ::= SEQUENCE {
* deviceIdentifier [0] BACnetObjectIdentifier OPTIONAL,
@@ -1496,7 +1495,6 @@ fDeviceObjectPropertyReference (tvbuff_t *tvb, proto_tree *tree, guint offset);
*/
static guint
fDeviceObjectReference (tvbuff_t *tvb, proto_tree *tree, guint offset);
-#endif
#if 0
/**
@@ -2012,19 +2010,6 @@ static guint
fObjectSelectionCriteria (tvbuff_t *tvb, proto_tree *subtree, guint offset);
/**
- * ObjectSpecifier ::= CHOICE {
- * objectType [0] BACnetObjectType,
- * objectIdentifier [1] BACnetObjectIdentifier
- * }
- * @param tvb
- * @param tree
- * @param offset
- * @return modified offset
- */
-static guint
-fObjectSpecifier (tvbuff_t *tvb, proto_tree *tree, guint offset);
-
-/**
* BACnet-Error ::= SEQUENCE {
* error-class ENUMERATED {},
* error-code ENUMERATED {}