summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-01 07:27:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-01 07:27:35 +0000
commitf25e74c52434dd4fe2dde9d21bc03ee370687e3e (patch)
tree25a0d7c7d4f2b202c248cefecb5e289fc5cd30c0 /epan/dissectors/packet-dap.h
parente2e36360983b7faaaa2f4e7909016092aa0a94e9 (diff)
downloadwireshark-f25e74c52434dd4fe2dde9d21bc03ee370687e3e.tar.gz
Dissect error code.
svn path=/trunk/; revision=32060
Diffstat (limited to 'epan/dissectors/packet-dap.h')
-rw-r--r--epan/dissectors/packet-dap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dap.h b/epan/dissectors/packet-dap.h
index ca7438fa66..dbc1e105e7 100644
--- a/epan/dissectors/packet-dap.h
+++ b/epan/dissectors/packet-dap.h
@@ -65,6 +65,7 @@ extern const value_string dap_AttributeError_vals[];
extern const value_string dap_NameError_vals[];
extern const value_string dap_Referral_vals[];
extern const value_string dap_SecurityError_vals[];
+extern const value_string dap_SecurityProblem_vals[];
extern const value_string dap_ServiceError_vals[];
extern const value_string dap_UpdateError_vals[];
int dissect_dap_FamilyGrouping(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
@@ -102,6 +103,7 @@ int dissect_dap_AttributeError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
int dissect_dap_NameError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_dap_Referral(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_dap_SecurityError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_dap_SecurityProblem(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_dap_ServiceError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_dap_UpdateError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);