aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlancertextn.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wlancertextn.c')
-rw-r--r--epan/dissectors/packet-wlancertextn.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-wlancertextn.c b/epan/dissectors/packet-wlancertextn.c
index 9e703d396c..08bf1fb5fb 100644
--- a/epan/dissectors/packet-wlancertextn.c
+++ b/epan/dissectors/packet-wlancertextn.c
@@ -5,7 +5,7 @@
/* Input file: packet-wlancertextn-template.c */
-#line 1 "packet-wlancertextn-template.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-template.c"
/* packet-wlancertextn.c
* Routines for Wireless Certificate Extension (RFC3770)
* Ronnie Sahlberg 2005
@@ -54,25 +54,25 @@
static int proto_wlancertextn = -1;
/*--- Included file: packet-wlancertextn-hf.c ---*/
-#line 1 "packet-wlancertextn-hf.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-hf.c"
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 48 "packet-wlancertextn-template.c"
+#line 48 "../../asn1/wlancertextn/packet-wlancertextn-template.c"
/* Initialize the subtree pointers */
/*--- Included file: packet-wlancertextn-ett.c ---*/
-#line 1 "packet-wlancertextn-ett.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-ett.c"
static gint ett_wlancertextn_SSIDList = -1;
/*--- End of included file: packet-wlancertextn-ett.c ---*/
-#line 51 "packet-wlancertextn-template.c"
+#line 51 "../../asn1/wlancertextn/packet-wlancertextn-template.c"
/*--- Included file: packet-wlancertextn-fn.c ---*/
-#line 1 "packet-wlancertextn-fn.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-fn.c"
static int
@@ -106,7 +106,7 @@ static void dissect_SSIDList_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
/*--- End of included file: packet-wlancertextn-fn.c ---*/
-#line 53 "packet-wlancertextn-template.c"
+#line 53 "../../asn1/wlancertextn/packet-wlancertextn-template.c"
/*--- proto_register_wlancertextn ----------------------------------------------*/
@@ -116,7 +116,7 @@ void proto_register_wlancertextn(void) {
static hf_register_info hf[] = {
/*--- Included file: packet-wlancertextn-hfarr.c ---*/
-#line 1 "packet-wlancertextn-hfarr.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-hfarr.c"
{ &hf_wlancertextn_SSIDList_PDU,
{ "SSIDList", "wlancertextn.SSIDList",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -127,18 +127,18 @@ void proto_register_wlancertextn(void) {
NULL, HFILL }},
/*--- End of included file: packet-wlancertextn-hfarr.c ---*/
-#line 61 "packet-wlancertextn-template.c"
+#line 61 "../../asn1/wlancertextn/packet-wlancertextn-template.c"
};
/* List of subtrees */
static gint *ett[] = {
/*--- Included file: packet-wlancertextn-ettarr.c ---*/
-#line 1 "packet-wlancertextn-ettarr.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-ettarr.c"
&ett_wlancertextn_SSIDList,
/*--- End of included file: packet-wlancertextn-ettarr.c ---*/
-#line 66 "packet-wlancertextn-template.c"
+#line 66 "../../asn1/wlancertextn/packet-wlancertextn-template.c"
};
/* Register protocol */
@@ -155,13 +155,13 @@ void proto_register_wlancertextn(void) {
void proto_reg_handoff_wlancertextn(void) {
/*--- Included file: packet-wlancertextn-dis-tab.c ---*/
-#line 1 "packet-wlancertextn-dis-tab.c"
+#line 1 "../../asn1/wlancertextn/packet-wlancertextn-dis-tab.c"
register_ber_oid_dissector("1.3.6.1.5.5.7.1.13", dissect_SSIDList_PDU, proto_wlancertextn, "id-pe-wlanSSID");
register_ber_oid_dissector("1.3.6.1.5.5.7.10.6", dissect_SSIDList_PDU, proto_wlancertextn, "id-aca-wlanSSID");
/*--- End of included file: packet-wlancertextn-dis-tab.c ---*/
-#line 81 "packet-wlancertextn-template.c"
+#line 81 "../../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");
}