aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-07-06 22:36:58 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-07-06 22:36:58 +0000
commitb002a79472d934c2441fe43134603b26388df6b0 (patch)
tree0c9e01a4351543556093e9063e145af9381e2ebd /epan/dissectors/packet-bacapp.h
parent668689a69df201c4ddaa3ade5d6b901d1113fb2f (diff)
From Steve Karg:
Attached is a patch that fixes bug 1670 and related issues. For the BACnet GetEventInformation-ACK request dissector: 1. Corrected BitString decoding for acknowledgedTransitions and eventEnable. 2. Corrected the ability to decode more than one event. 3. Grouped each item of the sequence using subtrees. Added more informative text to Priority and Timestamp. 4. Corrected eventState to use BACnetEventState enumeration instead of BACnetEventStateFilter. svn path=/trunk/; revision=22262
Diffstat (limited to 'epan/dissectors/packet-bacapp.h')
-rw-r--r--epan/dissectors/packet-bacapp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bacapp.h b/epan/dissectors/packet-bacapp.h
index 9e482fb3b0..2abce42d16 100644
--- a/epan/dissectors/packet-bacapp.h
+++ b/epan/dissectors/packet-bacapp.h
@@ -1802,10 +1802,11 @@ fSpecialEvent (tvbuff_t *tvb, proto_tree *tree, guint offset);
* @param tvb
* @param tree
* @param offset
+ * @param label
* @return modified offset
*/
static guint
-fTimeStamp (tvbuff_t *tvb, proto_tree *tree, guint offset);
+fTimeStamp (tvbuff_t *tvb, proto_tree *tree, guint offset, const gchar *label);
/**
* BACnetTimeValue ::= SEQUENCE {