aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p772.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2012-02-16 09:18:33 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2012-02-16 09:18:33 +0000
commitf984b230b21e353c1b8a6691580684ddc9981966 (patch)
treef86329ee6dfa2b7bd0e4c3540cb6a24d81b666c7 /epan/dissectors/packet-p772.c
parent1169f15d6ee3fceba236d08a5995a0f371e56e66 (diff)
Register the p772 dissector.
svn path=/trunk/; revision=41039
Diffstat (limited to 'epan/dissectors/packet-p772.c')
-rw-r--r--epan/dissectors/packet-p772.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-p772.c b/epan/dissectors/packet-p772.c
index 5bc96cf569..68176ae07a 100644
--- a/epan/dissectors/packet-p772.c
+++ b/epan/dissectors/packet-p772.c
@@ -1631,6 +1631,7 @@ void proto_register_p772(void) {
/* Register protocol */
proto_p772 = proto_register_protocol(PNAME, PSNAME, PFNAME);
+ register_dissector("p772", dissect_p772, proto_p772);
/* Register fields and subtrees */
proto_register_field_array(proto_p772, hf, array_length(hf));
@@ -1679,7 +1680,7 @@ void proto_reg_handoff_p772(void) {
/*--- End of included file: packet-p772-dis-tab.c ---*/
-#line 115 "../../asn1/p772/packet-p772-template.c"
+#line 116 "../../asn1/p772/packet-p772-template.c"
register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_p772, proto_p772, "STANAG 4406");
}