aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlancertextn.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-08 23:29:21 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-08 23:29:21 +0000
commitb45d2efe6db49becb5bb1b5b27fbca9948b785c5 (patch)
tree0e3df38ff6beeed4ad09db532adb3806d30eddea /epan/dissectors/packet-wlancertextn.c
parenta770b7b647b382ea5232be245e38a2433950ad80 (diff)
Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.
svn path=/trunk/; revision=16736
Diffstat (limited to 'epan/dissectors/packet-wlancertextn.c')
-rw-r--r--epan/dissectors/packet-wlancertextn.c25
1 files changed, 13 insertions, 12 deletions
diff --git a/epan/dissectors/packet-wlancertextn.c b/epan/dissectors/packet-wlancertextn.c
index 9d4ee8deff..832de81388 100644
--- a/epan/dissectors/packet-wlancertextn.c
+++ b/epan/dissectors/packet-wlancertextn.c
@@ -5,6 +5,7 @@
/* Input file: packet-wlancertextn-template.c */
+#line 1 "packet-wlancertextn-template.c"
/* packet-wlancertextn.c
* Routines for Wireless Certificate Extension (RFC3770)
* Ronnie Sahlberg 2005
@@ -55,25 +56,25 @@
int proto_wlancertextn = -1;
/*--- Included file: packet-wlancertextn-hf.c ---*/
-
+#line 1 "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 50 "packet-wlancertextn-template.c"
/* Initialize the subtree pointers */
/*--- Included file: packet-wlancertextn-ett.c ---*/
-
+#line 1 "packet-wlancertextn-ett.c"
static gint ett_wlancertextn_SSIDList = -1;
/*--- End of included file: packet-wlancertextn-ett.c ---*/
-
+#line 53 "packet-wlancertextn-template.c"
/*--- Included file: packet-wlancertextn-fn.c ---*/
-
+#line 1 "packet-wlancertextn-fn.c"
/*--- Fields for imported types ---*/
@@ -111,7 +112,7 @@ static void dissect_SSIDList_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *
/*--- End of included file: packet-wlancertextn-fn.c ---*/
-
+#line 55 "packet-wlancertextn-template.c"
/*--- proto_register_wlancertextn ----------------------------------------------*/
@@ -121,7 +122,7 @@ void proto_register_wlancertextn(void) {
static hf_register_info hf[] = {
/*--- Included file: packet-wlancertextn-hfarr.c ---*/
-
+#line 1 "packet-wlancertextn-hfarr.c"
{ &hf_wlancertextn_SSIDList_PDU,
{ "SSIDList", "wlancertextn.SSIDList",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -132,18 +133,18 @@ void proto_register_wlancertextn(void) {
"SSIDList/_item", HFILL }},
/*--- End of included file: packet-wlancertextn-hfarr.c ---*/
-
+#line 63 "packet-wlancertextn-template.c"
};
/* List of subtrees */
static gint *ett[] = {
/*--- Included file: packet-wlancertextn-ettarr.c ---*/
-
+#line 1 "packet-wlancertextn-ettarr.c"
&ett_wlancertextn_SSIDList,
/*--- End of included file: packet-wlancertextn-ettarr.c ---*/
-
+#line 68 "packet-wlancertextn-template.c"
};
/* Register protocol */
@@ -160,13 +161,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"
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 83 "packet-wlancertextn-template.c"
register_ber_oid_name("1.3.6.1.5.5.7.3.13","id-kp-eapOverPPP");
register_ber_oid_name("1.3.6.1.5.5.7.3.14","id-kp-eapOverLAN");
}