aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsp.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-01 22:11:20 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-01 22:11:20 +0000
commitea5dbab5f29e94f0ac32b399c3e5b3dbdb824ff1 (patch)
treebfdef3a4f3548d52710bddc378828b8e1b5ddd1b /epan/dissectors/packet-dsp.h
parent118b183763c1b73705ddd2487c74a762daee5135 (diff)
From LEGO via bug 4405:
Add the dot ('.') to the characters that can compose a name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32068 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dsp.h')
-rw-r--r--epan/dissectors/packet-dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dsp.h b/epan/dissectors/packet-dsp.h
index df7a8e6a92..0c1a97dce4 100644
--- a/epan/dissectors/packet-dsp.h
+++ b/epan/dissectors/packet-dsp.h
@@ -42,6 +42,7 @@ int dissect_dsp_OperationProgress(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
int dissect_dsp_ReferenceType(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_dsp_AccessPoint(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_dsp_MasterAndShadowAccessPoints(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_dsp_AccessPointInformation(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_dsp_Exclusions(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_dsp_ContinuationReference(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);