aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-01-03 14:35:35 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-01-03 14:35:35 +0000
commit452ff000567148398b22b37fbf12f1c0a38aed76 (patch)
tree02b0da69120f54a35396be5ce94e7642efb06a8d /epan/dissectors/packet-acse.c
parent5e60817e81446702a5bf7474520ba421672554a1 (diff)
Corrected type for ACRP-apdu aSO-context-name,
which has to be wrong in the ASN.1 spec. svn path=/trunk/; revision=31417
Diffstat (limited to 'epan/dissectors/packet-acse.c')
-rw-r--r--epan/dissectors/packet-acse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-acse.c b/epan/dissectors/packet-acse.c
index 0d02848557..5db854322a 100644
--- a/epan/dissectors/packet-acse.c
+++ b/epan/dissectors/packet-acse.c
@@ -1985,7 +1985,7 @@ void proto_register_acse(void) {
"acse.User_information", HFILL }},
{ &hf_acse_aSO_context_name,
{ "aSO-context-name", "acse.aSO_context_name",
- FT_UINT32, BASE_DEC, NULL, 0,
+ FT_OID, BASE_NONE, NULL, 0,
"acse.T_ACRP_aSO_context_name", HFILL }},
{ &hf_acse_ap_title_form1,
{ "ap-title-form1", "acse.ap_title_form1",