summaryrefslogtreecommitdiff
path: root/plugins/wimaxasncp/wimaxasncp_dict.l
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-11-16 23:03:09 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-11-16 23:03:09 +0000
commit24d6a39eb09534179a523613b0b431578608af75 (patch)
tree58c2e20bcbd6825d12afd938ac144337d6be4472 /plugins/wimaxasncp/wimaxasncp_dict.l
parent6823dd10fab802f7b4feab463f8d6cf250c0bd78 (diff)
downloadwireshark-24d6a39eb09534179a523613b0b431578608af75.tar.gz
Embedding EAP inside wimaxasncp.
svn path=/trunk/; revision=23474
Diffstat (limited to 'plugins/wimaxasncp/wimaxasncp_dict.l')
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index 1bec0f685d..9571a15f6f 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -501,6 +501,7 @@ static const value_string wimaxasncp_decode_type_vals[] =
{ WIMAXASNCP_TLV_PROTOCOL_LIST, "WIMAXASNCP_TLV_PROTOCOL_LIST"},
{ WIMAXASNCP_TLV_PORT_RANGE_LIST, "WIMAXASNCP_TLV_PORT_RANGE_LIST"},
{ WIMAXASNCP_TLV_IP_ADDRESS_MASK_LIST,"WIMAXASNCP_TLV_IP_ADDRESS_MASK_LIST"},
+ { WIMAXASNCP_TLV_EAP, "WIMAXASNCP_TLV_EAP"},
{ WIMAXASNCP_TLV_VENDOR_SPECIFIC, "WIMAXASNCP_TLV_VENDOR_SPECIFIC"},
{ 0, NULL}
};