summaryrefslogtreecommitdiff
path: root/asn1/p772
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/p772')
-rw-r--r--asn1/p772/p772.cnf4
-rw-r--r--asn1/p772/packet-p772-template.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/asn1/p772/p772.cnf b/asn1/p772/p772.cnf
index 05c544b838..d2da78e3b6 100644
--- a/asn1/p772/p772.cnf
+++ b/asn1/p772/p772.cnf
@@ -40,7 +40,7 @@ AddressListDesignator/type address_list_type
MessageType/type message_type_type
OtherRecipientDesignator/type other_recipient_type
-#.PDU_NEW
+#.PDU
PrimaryPrecedence
CopyPrecedence
MessageType
@@ -59,7 +59,7 @@ OriginatorPlad
Acp127NotificationType
SecurityInformationLabels
-#.REGISTER_NEW
+#.REGISTER
PrimaryPrecedence B "1.3.26.0.4406.0.2.0" "primary-precedence"
CopyPrecedence B "1.3.26.0.4406.0.2.1" "copy-precedence"
MessageType B "1.3.26.0.4406.0.2.2" "message-type"
diff --git a/asn1/p772/packet-p772-template.c b/asn1/p772/packet-p772-template.c
index 99ce21b780..bbc41edc50 100644
--- a/asn1/p772/packet-p772-template.c
+++ b/asn1/p772/packet-p772-template.c
@@ -105,7 +105,7 @@ void proto_register_p772(void) {
proto_register_field_array(proto_p772, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- new_register_ber_syntax_dissector("STANAG 4406", proto_p772, dissect_p772);
+ register_ber_syntax_dissector("STANAG 4406", proto_p772, dissect_p772);
register_ber_oid_syntax(".p772", NULL, "STANAG 4406");
}
@@ -114,5 +114,5 @@ void proto_register_p772(void) {
void proto_reg_handoff_p772(void) {
#include "packet-p772-dis-tab.c"
- new_register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_p772, proto_p772, "STANAG 4406");
+ register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_p772, proto_p772, "STANAG 4406");
}