aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsp.c
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-dsp.c
parente2e36360983b7faaaa2f4e7909016092aa0a94e9 (diff)
Dissect error code.
svn path=/trunk/; revision=32060
Diffstat (limited to 'epan/dissectors/packet-dsp.c')
-rw-r--r--epan/dissectors/packet-dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dsp.c b/epan/dissectors/packet-dsp.c
index 57dcf0a7e1..ca1f6aef27 100644
--- a/epan/dissectors/packet-dsp.c
+++ b/epan/dissectors/packet-dsp.c
@@ -757,7 +757,7 @@ static const ber_sequence_t AccessPointInformation_set[] = {
{ NULL, 0, 0, 0, NULL }
};
-static int
+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_) {
offset = dissect_ber_set(implicit_tag, actx, tree, tvb, offset,
AccessPointInformation_set, hf_index, ett_dsp_AccessPointInformation);