Add longer desriptions of SOStart and SOEnd fields.

svn path=/trunk/; revision=34584
This commit is contained in:
Martin Mathieson 2010-10-20 12:08:22 +00:00
parent 8be03c48ec
commit d086e935e1
1 changed files with 2 additions and 2 deletions

View File

@ -2360,13 +2360,13 @@ void proto_register_rlc_lte(void)
{ &hf_rlc_lte_am_so_start,
{ "SO Start",
"rlc-lte.am.so-start", FT_UINT16, BASE_DEC, 0, 0x0,
NULL, HFILL
"Segment Offset Start byte index", HFILL
}
},
{ &hf_rlc_lte_am_so_end,
{ "SO End",
"rlc-lte.am.so-end", FT_UINT16, BASE_DEC, 0, 0x0,
NULL, HFILL
"Segment Offset End byte index", HFILL
}
},