aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p772.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-p772.c')
-rw-r--r--epan/dissectors/packet-p772.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/epan/dissectors/packet-p772.c b/epan/dissectors/packet-p772.c
index e2dae421b8..697ec3b36c 100644
--- a/epan/dissectors/packet-p772.c
+++ b/epan/dissectors/packet-p772.c
@@ -49,6 +49,10 @@
#define PSNAME "P772"
#define PFNAME "p772"
+void proto_register_p772(void);
+void proto_reg_handoff_p772(void);
+
+
/* Initialize the protocol and registered fields */
static int proto_p772 = -1;
@@ -162,7 +166,7 @@ static int proto_p772 = -1;
#define ub_data_size 65535
/*--- End of included file: packet-p772-val.h ---*/
-#line 48 "../../asn1/p772/packet-p772-template.c"
+#line 52 "../../asn1/p772/packet-p772-template.c"
/*--- Included file: packet-p772-hf.c ---*/
@@ -248,7 +252,7 @@ static int hf_p772_Acp127NotificationType_acp127_pn = -1;
static int hf_p772_Acp127NotificationType_acp127_tn = -1;
/*--- End of included file: packet-p772-hf.c ---*/
-#line 50 "../../asn1/p772/packet-p772-template.c"
+#line 54 "../../asn1/p772/packet-p772-template.c"
/* Initialize the subtree pointers */
static gint ett_p772 = -1;
@@ -284,7 +288,7 @@ static gint ett_p772_MMMessageParameters = -1;
static gint ett_p772_Acp127NotificationType = -1;
/*--- End of included file: packet-p772-ett.c ---*/
-#line 54 "../../asn1/p772/packet-p772-template.c"
+#line 58 "../../asn1/p772/packet-p772-template.c"
/*--- Included file: packet-p772-fn.c ---*/
@@ -1235,7 +1239,7 @@ static void dissect_Acp127NotificationType_PDU(tvbuff_t *tvb _U_, packet_info *p
/*--- End of included file: packet-p772-fn.c ---*/
-#line 56 "../../asn1/p772/packet-p772-template.c"
+#line 60 "../../asn1/p772/packet-p772-template.c"
/*
@@ -1586,7 +1590,7 @@ void proto_register_p772(void) {
NULL, HFILL }},
/*--- End of included file: packet-p772-hfarr.c ---*/
-#line 90 "../../asn1/p772/packet-p772-template.c"
+#line 94 "../../asn1/p772/packet-p772-template.c"
};
/* List of subtrees */
@@ -1624,7 +1628,7 @@ void proto_register_p772(void) {
&ett_p772_Acp127NotificationType,
/*--- End of included file: packet-p772-ettarr.c ---*/
-#line 96 "../../asn1/p772/packet-p772-template.c"
+#line 100 "../../asn1/p772/packet-p772-template.c"
};
/* Register protocol */
@@ -1678,7 +1682,7 @@ void proto_reg_handoff_p772(void) {
/*--- End of included file: packet-p772-dis-tab.c ---*/
-#line 114 "../../asn1/p772/packet-p772-template.c"
+#line 118 "../../asn1/p772/packet-p772-template.c"
register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_p772, proto_p772, "STANAG 4406");
}