aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/wimaxasncp_dict.l
diff options
context:
space:
mode:
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;