aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt/cdt.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cdt/cdt.cnf')
-rw-r--r--asn1/cdt/cdt.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cdt/cdt.cnf b/asn1/cdt/cdt.cnf
index 96e5e05496..cf3d3fc626 100644
--- a/asn1/cdt/cdt.cnf
+++ b/asn1/cdt/cdt.cnf
@@ -103,7 +103,7 @@ CompressedData B "1.3.26.0.4406.0.4.2" "cdt"
dissect_unknown_ber (actx->pinfo, next_tvb, 0, top_tree);
break;
case CDT_P1:
- dissect_x411_mts_apdu (next_tvb, actx->pinfo, top_tree);
+ dissect_p1_mts_apdu (next_tvb, actx->pinfo, top_tree);
break;
default:
call_dissector (data_handle, next_tvb, actx->pinfo, top_tree);