From dafdc19d9ef7e437daa07ebf84744e79e3602064 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 28 Mar 2013 07:34:13 +0000 Subject: -Wmissing-prototypes svn path=/trunk/; revision=48609 --- epan/dissectors/packet-wlancertextn.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-wlancertextn.c') diff --git a/epan/dissectors/packet-wlancertextn.c b/epan/dissectors/packet-wlancertextn.c index 7945cf6db2..25a9239344 100644 --- a/epan/dissectors/packet-wlancertextn.c +++ b/epan/dissectors/packet-wlancertextn.c @@ -48,6 +48,9 @@ #define PSNAME "WLANCERTEXTN" #define PFNAME "wlancertextn" +void proto_register_wlancertextn(void); +void proto_reg_handoff_wlancertextn(void); + /* Initialize the protocol and registered fields */ static int proto_wlancertextn = -1; @@ -57,7 +60,7 @@ static int hf_wlancertextn_SSIDList_PDU = -1; /* SSIDList */ static int hf_wlancertextn_SSIDList_item = -1; /* SSID */ /*--- End of included file: packet-wlancertextn-hf.c ---*/ -#line 46 "../../asn1/wlancertextn/packet-wlancertextn-template.c" +#line 49 "../../asn1/wlancertextn/packet-wlancertextn-template.c" /* Initialize the subtree pointers */ @@ -66,7 +69,7 @@ static int hf_wlancertextn_SSIDList_item = -1; /* SSID */ static gint ett_wlancertextn_SSIDList = -1; /*--- End of included file: packet-wlancertextn-ett.c ---*/ -#line 49 "../../asn1/wlancertextn/packet-wlancertextn-template.c" +#line 52 "../../asn1/wlancertextn/packet-wlancertextn-template.c" /*--- Included file: packet-wlancertextn-fn.c ---*/ @@ -104,7 +107,7 @@ static void dissect_SSIDList_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot /*--- End of included file: packet-wlancertextn-fn.c ---*/ -#line 51 "../../asn1/wlancertextn/packet-wlancertextn-template.c" +#line 54 "../../asn1/wlancertextn/packet-wlancertextn-template.c" /*--- proto_register_wlancertextn ----------------------------------------------*/ @@ -125,7 +128,7 @@ void proto_register_wlancertextn(void) { NULL, HFILL }}, /*--- End of included file: packet-wlancertextn-hfarr.c ---*/ -#line 59 "../../asn1/wlancertextn/packet-wlancertextn-template.c" +#line 62 "../../asn1/wlancertextn/packet-wlancertextn-template.c" }; /* List of subtrees */ @@ -136,7 +139,7 @@ void proto_register_wlancertextn(void) { &ett_wlancertextn_SSIDList, /*--- End of included file: packet-wlancertextn-ettarr.c ---*/ -#line 64 "../../asn1/wlancertextn/packet-wlancertextn-template.c" +#line 67 "../../asn1/wlancertextn/packet-wlancertextn-template.c" }; /* Register protocol */ @@ -159,7 +162,7 @@ void proto_reg_handoff_wlancertextn(void) { /*--- End of included file: packet-wlancertextn-dis-tab.c ---*/ -#line 79 "../../asn1/wlancertextn/packet-wlancertextn-template.c" +#line 82 "../../asn1/wlancertextn/packet-wlancertextn-template.c" oid_add_from_string("id-kp-eapOverPPP","1.3.6.1.5.5.7.3.13"); oid_add_from_string("id-kp-eapOverLAN","1.3.6.1.5.5.7.3.14"); } -- cgit v1.2.3