summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-30 10:55:43 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-30 10:55:43 +0000
commita634ff0a088cec09265304b2ffa0c5a6ca5fa237 (patch)
treec94e5b356fccac2d4d81eade3de01db8b21fe211 /asn1
parent5c0369ba971fb010411b93caeb9e54d0e498f34b (diff)
downloadwireshark-a634ff0a088cec09265304b2ffa0c5a6ca5fa237.tar.gz
Corrected name used for STANAG 4406.
svn path=/trunk/; revision=30768
Diffstat (limited to 'asn1')
-rw-r--r--asn1/s4406/packet-s4406-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/s4406/packet-s4406-template.c b/asn1/s4406/packet-s4406-template.c
index 1345ad216e..7b248a3f57 100644
--- a/asn1/s4406/packet-s4406-template.c
+++ b/asn1/s4406/packet-s4406-template.c
@@ -42,7 +42,7 @@
#include "packet-x411.h"
#include "packet-x420.h"
-#define PNAME "STANAG 4406 Military Message"
+#define PNAME "STANAG 4406 Message"
#define PSNAME "STANAG 4406"
#define PFNAME "s4406"
@@ -112,9 +112,9 @@ void proto_register_s4406(void) {
void proto_reg_handoff_s4406(void) {
#include "packet-s4406-dis-tab.c"
- register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_s4406, proto_s4406, "Military Message");
+ register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_s4406, proto_s4406, "STANAG 4406");
- register_ber_syntax_dissector("MilitaryMessage", proto_s4406, dissect_s4406);
- register_ber_oid_syntax(".p772", NULL, "MilitaryMessage");
+ register_ber_syntax_dissector("STANAG 4406", proto_s4406, dissect_s4406);
+ register_ber_oid_syntax(".p772", NULL, "STANAG 4406");
}