aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-02-20 17:03:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-02-20 17:03:29 +0000
commit5868c7d0267b997ca1d27c6eaaa50362989be969 (patch)
tree606de6d9c54ed6fe3046a822c769f46627d85051 /asn1/cdt
parentba1138eb939a5162b5e1ad4dd4f07b71b0a7b0f6 (diff)
Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistent
on the naming policy for X.400 protocols. svn path=/trunk/; revision=36013
Diffstat (limited to 'asn1/cdt')
-rw-r--r--asn1/cdt/cdt.cnf2
-rw-r--r--asn1/cdt/packet-cdt-template.c2
2 files changed, 2 insertions, 2 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);
diff --git a/asn1/cdt/packet-cdt-template.c b/asn1/cdt/packet-cdt-template.c
index cb68723f46..0b391f8f99 100644
--- a/asn1/cdt/packet-cdt-template.c
+++ b/asn1/cdt/packet-cdt-template.c
@@ -37,7 +37,7 @@
#include <epan/asn1.h>
#include "packet-ber.h"
-#include "packet-x411.h"
+#include "packet-p1.h"
#include "packet-cdt.h"