From 20c17246d403813b8035bd96c21559a0bc66f207 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 20 Mar 2013 06:50:56 +0000 Subject: svn path=/trunk/; revision=48440 --- epan/dissectors/packet-acp133.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-acp133.c') diff --git a/epan/dissectors/packet-acp133.c b/epan/dissectors/packet-acp133.c index 22afac3e42..7213bacefe 100644 --- a/epan/dissectors/packet-acp133.c +++ b/epan/dissectors/packet-acp133.c @@ -52,6 +52,9 @@ #define PSNAME "ACP133" #define PFNAME "acp133" +void proto_register_acp133(void); +void proto_reg_handoff_acp133(void); + /* Initialize the protocol and registered fields */ static int proto_acp133 = -1; @@ -148,7 +151,7 @@ static int hf_acp133_OnSupported_acp127_pn = -1; static int hf_acp133_OnSupported_acp127_tn = -1; /*--- End of included file: packet-acp133-hf.c ---*/ -#line 52 "../../asn1/acp133/packet-acp133-template.c" +#line 55 "../../asn1/acp133/packet-acp133-template.c" /* Initialize the subtree pointers */ static gint ett_acp133 = -1; @@ -177,7 +180,7 @@ static gint ett_acp133_Capability = -1; static gint ett_acp133_SET_OF_ExtendedContentType = -1; /*--- End of included file: packet-acp133-ett.c ---*/ -#line 56 "../../asn1/acp133/packet-acp133-template.c" +#line 59 "../../asn1/acp133/packet-acp133-template.c" /*--- Included file: packet-acp133-fn.c ---*/ @@ -1170,7 +1173,7 @@ static void dissect_Capability_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr /*--- End of included file: packet-acp133-fn.c ---*/ -#line 58 "../../asn1/acp133/packet-acp133-template.c" +#line 61 "../../asn1/acp133/packet-acp133-template.c" /*--- proto_register_acp133 -------------------------------------------*/ @@ -1528,7 +1531,7 @@ void proto_register_acp133(void) { NULL, HFILL }}, /*--- End of included file: packet-acp133-hfarr.c ---*/ -#line 67 "../../asn1/acp133/packet-acp133-template.c" +#line 70 "../../asn1/acp133/packet-acp133-template.c" }; /* List of subtrees */ @@ -1559,7 +1562,7 @@ void proto_register_acp133(void) { &ett_acp133_SET_OF_ExtendedContentType, /*--- End of included file: packet-acp133-ettarr.c ---*/ -#line 73 "../../asn1/acp133/packet-acp133-template.c" +#line 76 "../../asn1/acp133/packet-acp133-template.c" }; /* Register protocol */ @@ -1631,7 +1634,7 @@ void proto_reg_handoff_acp133(void) { /*--- End of included file: packet-acp133-dis-tab.c ---*/ -#line 89 "../../asn1/acp133/packet-acp133-template.c" +#line 92 "../../asn1/acp133/packet-acp133-template.c" /* X.402 Object Classes */ oid_add_from_string("id-oc-mhs-distribution-list","2.6.5.1.0"); -- cgit v1.2.3