aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/wimaxasncp_dict.l
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-11-09 14:41:04 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-11-09 14:41:04 +0000
commit0f63de92818c7be6d634b43f9e8d5c663fdd3e91 (patch)
tree53eae542a64ffd33eda0eb78fcb1bfbcf71a13ad /plugins/wimaxasncp/wimaxasncp_dict.l
parentb421cc6a2c579a9a12b297c54be165aa2a4e1cc5 (diff)
From Stephen Croll.
Dynamically register filter fields from TLV definitions. svn path=/trunk/; revision=23414
Diffstat (limited to 'plugins/wimaxasncp/wimaxasncp_dict.l')
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index 2b7b69d615..1bec0f685d 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -391,6 +391,19 @@ decoder_attr decoder=\042
tlv->name = NULL;
tlv->description = NULL;
tlv->decoder = 0;
+ tlv->hf_root = -1;
+ tlv->hf_value = -1;
+ tlv->hf_ipv4 = -1;
+ tlv->hf_ipv6 = -1;
+ tlv->hf_bsid = -1;
+ tlv->hf_protocol = -1;
+ tlv->hf_port_low = -1;
+ tlv->hf_port_high = -1;
+ tlv->hf_ipv4_mask = -1;
+ tlv->hf_ipv6_mask = -1;
+ tlv->hf_vendor_id = -1;
+ tlv->hf_vendor_rest_of_info = -1;
+ tlv->enum_vs = NULL;
tlv->enums = NULL;
tlv->next = NULL;