aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-05-23 05:52:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-05-23 05:52:28 +0000
commit33aa290b25e317822fef3ce0ce60edd0df95bdc7 (patch)
treeee1831551393a7adaf50a6e7e8f8167b185a5ace /epan/dissectors/packet-bacapp.h
parentdbe55501fc1e8e98157921fb625b2b9ede6f6d4b (diff)
From Steve Karg:
* added additional value string enumerations from BACnet-2004 * removed vendor specific value string enumerations * corrected some value strings enumerations that were incorrect * refactored some common strings as strings + format * refactored some value strings to use a reserved range and a proprietary range by using val_to_split_str function which now correctly shows the split range when a value is not matched. * corrected some spelling errors * converted some item text values to dissector registration * added protocol tree for the BACnet tag headers * added value strings tree display for some bit string BACnet properties * added value strings tree display for some enumerated BACnet properties * changed the conversion of signed, unsigned, and enumerated BACnet values to use ntohx functions. * added proper handling for large values of signed, unsigned, and enumerated BACnet values. * refactored BACnet Null and Boolean Tag tree * refactored BACnet Real and Double Tag tree * changed comments into functions for special tags * changed some white space to match existing file style * refactored tvb_reported_length to tvb_length_remaining to simplify * corrected octet-string tree when length is zero * refactored octet-string tree to use tvb_bytes_to_str * corrected application tagged productions that were context tagged * corrected context tagged productions that were application tagged * corrected offset for BACnet character strings * refactored some identical service request tree handling * changed confirmed APDU to highlight the correct portion of the APDU * changed some dissector registration values to display as decimal * changed cast in call to iconv() to fix compiler warning * corrected bit-wise AND in AtomicFile tree handling packet-bvlc.c * added error text in tree when encoded length doesn't match actual length svn path=/trunk/; revision=14417
Diffstat (limited to 'epan/dissectors/packet-bacapp.h')
-rwxr-xr-xepan/dissectors/packet-bacapp.h30
1 files changed, 2 insertions, 28 deletions
diff --git a/epan/dissectors/packet-bacapp.h b/epan/dissectors/packet-bacapp.h
index c189c9cfa5..997fa2608e 100755
--- a/epan/dissectors/packet-bacapp.h
+++ b/epan/dissectors/packet-bacapp.h
@@ -1286,11 +1286,10 @@ fVTCloseError(tvbuff_t *tvb, proto_tree *tree, guint offset);
* @param tree
* @param offset
* @param label
- * @param src
* @return modified offset
*/
static guint
-fApplicationTypes (tvbuff_t *tvb, proto_tree *tree, guint offset, guint8 *label, const value_string *src);
+fApplicationTypes (tvbuff_t *tvb, proto_tree *tree, guint offset, guint8 *label);
/**
* BACnetActionCommand ::= SEQUENCE {
@@ -1376,31 +1375,6 @@ fCalendaryEntry (tvbuff_t *tvb, proto_tree *tree, guint offset);
static guint
fClientCOV (tvbuff_t *tvb, proto_tree *tree, guint offset);
-/**
- * BACnetCOVSubscription ::= SEQUENCE {
- * Recipient [0] BACnetRecipientProcess,
- * MOnitoredPropertyReference [1] BACnetObjectPropertyReference,
- * IssueConfirmedNotifications [2] BOOLEAN,
- * TimeRemaining [3] Unsigned,
- * COVIncrement [4] REAL,
- * }
- * @param tvb
- * @param tree
- * @param offset
- * @return modified offset
- */
-static guint
-fCOVSubscription (tvbuff_t *tvb, proto_tree *tree, guint offset);
-
-/**
- * BACnetDailySchedule ::= SEQUENCE {
- * day-schedule [0] SENQUENCE OF BACnetTimeValue
- * }
- * @param tvb
- * @param tree
- * @param offset
- * @return modified offset
- */
static guint
fDailySchedule (tvbuff_t *tvb, proto_tree *tree, guint offset);
@@ -1933,7 +1907,7 @@ fTimeSpan (tvbuff_t *tvb, proto_tree *tree, guint offset, guint8 *label);
* @return modified offset
*/
static guint
-fPropertyIdentifier (tvbuff_t *tvb, proto_tree *tree, guint offset, proto_item **tt);
+fPropertyIdentifier (tvbuff_t *tvb, proto_tree *tree, guint offset);
/**
* listOfEventSummaries ::= SEQUENCE OF SEQUENCE {