aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-fec.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-16 11:51:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-16 11:51:32 +0000
commitdcaddfba2c2e72581c016477b2b6f129798f1c89 (patch)
treed3faa7f2978154efaec5a79d31d2a3cde0d5a1f7 /epan/dissectors/packet-rmt-fec.c
parente4403efbdb8611ea60f159ec38026fffe15a4b4a (diff)
Upadte a value string.
svn path=/trunk/; revision=41598
Diffstat (limited to 'epan/dissectors/packet-rmt-fec.c')
-rw-r--r--epan/dissectors/packet-rmt-fec.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rmt-fec.c b/epan/dissectors/packet-rmt-fec.c
index 47f59e5272..4361f06f89 100644
--- a/epan/dissectors/packet-rmt-fec.c
+++ b/epan/dissectors/packet-rmt-fec.c
@@ -55,11 +55,17 @@
const value_string string_fec_encoding_id[] =
{
{ 0, "Compact No-Code" },
- { 2, "Simple XOR, Reed-Solomon, and Parity Check Matrix-based FEC Codes" },
+ { 1, "Raptor" },
+ { 2, "Reed-Solomon Codes over GF(2^^m)" },
+ { 3, "LDPC Staircase Codes" },
+ { 4, "LDPC Triangle Codes" },
+ { 5, "Reed-Solomon Codes over GF(2^^8)" },
+ { 6, "RaptorQ Code" },
+ /* 7-127 Unassigned */
{ 128, "Small Block, Large Block and Expandable FEC Codes" },
{ 129, "Small Block Systematic FEC Codes" },
{ 130, "Compact FEC Codes" },
- { 132, "Simple XOR, Reed-Solomon, and Parity Check Matrix-based FEC Codes" },
+ /* 131-255 Unassigned */
{ 0, NULL }
};