|
@@ -308,6 +308,10 @@ symbol_type symtable[NUM_IDENTIFIERS] = {
|
|
|
|
|
|
{ 191, "NSIEncapsulationDualQTag", 3, 190, (encode_dual_qtag), (decode_dual_qtag), 0, 0 },
|
|
|
|
|
|
+{ 208, "DUTFiltering", 45, 0, (encode_nothing), (decode_aggregate), 0, 0 }, /* 45 */
|
|
|
+{ 209, "DUTControl", 1, 208, (encode_uchar), (decode_uchar), 0, 1 }, /* 45.1 */
|
|
|
+{ 210, "DUTCMIM", 2, 208, (encode_hexstr), (decode_hexstr), 0, 0 }, /* 45.2 */
|
|
|
+
|
|
|
/* Generic TLV ... we only use the limits, code and length don't matter ...*/
|
|
|
{ 998, "GenericTLV", 0, 0, (encode_nothing), (decode_special), 0, 0 },
|
|
|
{ 999, "/*EndOfDataMkr*/", 255, 0, (encode_nothing), (decode_special), 0, 0 }
|